Hello! I have found an issue converting PDF pages to an image with using embedded font. From what I can gather this is a known issue.
I have used 1.8.3 and 1.9.0 The error in the log is: 2013-08-26 11:15:32.897 -0700 Can't read the embedded font [font name here] 2013-08-26 11:15:32.897 -0700 Using font Helvetica-Light instead of [font name here] I found this post describing the problem: https://issues.apache.org/jira/browse/PDFBOX-1436 A Tilman Hausherr wrote "...works with 2.0.0 as of yesterday." Thats awesome but it would seem that 2.0.0 either doesn't have convertToImage implemented yet or it's been removed. Are there any workarounds with either the current release or 2.0 to convert a PDF with embedded fonts to an image?

