Hello community, When testing with JDK 11, we found it produces larger file size than JDK 8 for rendering PDF pages to images. I know PDFBOX uses the java.awt library to do the rendering but would like to learn more if we know why it produces such a difference and if it is configurable.
I have attached a test doc we have but I believe this is common to all docs. JDK 8 The size of the image produced from the first page: 74137 bytes The size of the image produced from the second page: 51874 bytes JDK 11 The size of the image produced from the first page: 102464 bytes The size of the image produced from the second page: 69454 bytes
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

