I tried to print a PDF document from Java using PDFRenderer and ICEpdf. In both cases some of the text came out rotated in 180 degrees while the images stayed correct. With PDFREndere all the text is rotated and in ICEpdf only some of the lines. Any idea why is this happening?
|
|
|||||||
|
|
|
Perhaps the pdf is broken. Also try to open the pdf using Ghostscript. Acrobat is too indulgent with broken or malformed pdf files (it automatically correct some "syntax" error in the pdf structure). |
||
|
|
|
|
Sounds like the font you are using in the document isn't available on the system. I had the very same problem with java-generated eps files. |
||
|
|
|
|
Sounds like a bug in pdf renderer. Have you tried their bug tracker? https://pdf-renderer.dev.java.net/servlets/ProjectIssues |
||
|
