flyingsaucerproject / flyingsaucer

XML/XHTML and CSS 2.1 renderer in pure Java
Other
1.97k stars 553 forks source link

images reder failed when the url does not contain the image suffix #218

Closed XinAnzzZ closed 10 months ago

XinAnzzZ commented 10 months ago

I was using this project to complete the "Export html to pdf" function, and I found that when the src attribute in the img tag of html ends in a number (e.g. <img src= "http://localhost/img/01"), the exported pdf cannot render images normally, what should I do?