[ https://issues.apache.org/jira/browse/PDFBOX-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722984#action_12722984 ]
Volker Bier commented on PDFBOX-485: ------------------------------------ It looks like we simply need to apply the font transformation to the graphics object, as in my updated source. It just quickly tested it by using an affinetransform consisting of a 30° rotation combined with a magnification of 24 (font size was 1.0) and the preview and printout looked okay. This needs further testing, but since I can now print my pdf files correctly, I will leave this work to you... > Fonts not printed on HP laserjet (1320 & 8150) when having landscape > orientation > -------------------------------------------------------------------------------- > > Key: PDFBOX-485 > URL: https://issues.apache.org/jira/browse/PDFBOX-485 > Project: PDFBox > Issue Type: Bug > Components: PDModel > Affects Versions: 0.8.0-incubator > Environment: windows xp and ubuntu linux 9.04 > svn at revision 785921 > hp laserjet 8150 & hp laserjet 1320 > Reporter: Volker Bier > Attachments: PDSimpleFont.java, PDSimpleFont.java, > PDTrueTypeFont.java, PDType1Font.java, test-landscape2.pdf > > > When printing the attached file on either of the two mentioned printers, only > empty rectangles were printed. > The Text was visible on the PDFReader preview, but was missing in the > printout. > After having read http://netstripe.com/info/appnote/app_031.html, I changed > the code to rotate the page instead > of the font. Now the text is printed correctly. I will provide my changes if > needed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.