To Whom It May Concern
Thank you for checking.
Setting IMAGE_DPI to 0 will increase the size of the SVG file.
I would like to convert at 150 DPI.
Will this issue be resolved in the near future?
I look forward to hearing from you.
No, because it isn't a PDFBox issue. It is a Batik issue. You should try to reproduce the
issue by "printing" an image only (without PDFBox) and create an issue there.
Rendering images in SVG is a poor decision. The "V" in SVG is for vectors.
Vectors mean that it will look great in every resolution.
Tilman