Hi, I'm somehow working on that, but I can't tell you any estimated date of solving this issue. For the moment I try to focus on the first apache release of pdfbox....
BR Andreas Lehmkühler Martin Grotzke schrieb: > Hi Andreas, > > thanx for the fast response! Do you have an idea when this issue could > be fixed? > > Thanx && cheers, > Martin > > > On Sun, 2009-08-09 at 13:24 +0200, Andreas Lehmkühler wrote: >> 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 >>> >>>