tags:

views:

224

answers:

3

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?

A: 

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

amarillion
Yes. I openned a bug.I solved the problem by using a different PDF library.
arsenalfan
A: 

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.

Alessios
A: 

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

Fabrizio