Hi Martin, that seems to be a known issue with embedded subsets of fonts(see [1] for fruther details).
Thanks for the report BR Andreas Lehmkühler [1] https://issues.apache.org/jira/browse/PDFBOX-490 Martin Grotzke schrieb: > Hi, > > I want to convert pdf files to images and started with the scala > cheatsheet ([1]). The image gets created, but unfortunately, the text > does not show up correctly: > http://img198.yfrog.com/img198/4903/scalacheatsheet1.jpg > > I did the conversion using the PDFImageWriter: > new org.apache.pdfbox.util.PDFImageWriter() > .writeImage(document, "jpg", null, 1, 2, "/tmp/scala_cheatsheet-") > > I used pdfbox from the trunk. > > Is there anything I can do to solve this problem, or shall I log an > issue for it? > > Thanx && cheers, > Martin > > [1] > http://www.geekontheloose.com/images/stories/programming/Scala_Cheatsheet.pdf > >
