I have been experimenting with Prince and have noticed that the images in the generated PDF files on screen are often blurry. I saw this same behavior in another PDF library I used to use and the solution we found was to use integers for the coordinates as well as the image dimensions. If any fractions were used then the images would appear blurry when rendered on screen.
The library developer incorporated a setting that would cause the library to always trunc() the values before inserting them into the PDF and this solved the problem for on-screen display.
Is there a way that I can ensure the coordinates embedded in the PDF are always integers when using Prince?
The library developer incorporated a setting that would cause the library to always trunc() the values before inserting them into the PDF and this solved the problem for on-screen display.
Is there a way that I can ensure the coordinates embedded in the PDF are always integers when using Prince?
Trevor DeVore
ScreenSteps
http://www.screensteps.com