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


Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to