vote up 1 vote down star

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?

flag

0% accept rate
1  
Does the PDF show up okay in other PDF viewers (Acrobat, Ghostscript, Evince, Fox...)? Does it only happen when printing? – balpha Jul 21 at 15:53
In Acrobat the document shows OK and printed well. In PDFRenderer the text is rotated also when I display the data in the PagePanel. – arsenalfan Jul 22 at 10:05

3 Answers

vote up 0 vote down

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).

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

Sounds like a bug in pdf renderer. Have you tried their bug tracker? https://pdf-renderer.dev.java.net/servlets/ProjectIssues

link|flag
Yes. I openned a bug. I solved the problem by using a different PDF library. – arsenalfan Sep 13 at 6:19

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.