pdfbox convertToImage needs setGlyphTransform
Brought to you by:
jfrijters
Hi.
I want to convert PDF to jpeg image files using pdfbox.
convertToImage needs:
java.awt.font.GlyphVector.setGlyphTransform
which throws NotYetImplementedError for now.
I'll attach call stack as a txt file.
I found a similar problem from ml:
7.3.4830: TTF font issue?
https://sourceforge.net/p/ikvm/mailman/message/31513065/
I created an implementation for the setGlyphTransform in my Github fork of IKVM:
Link to changed lines
I haven't been able to test the code yet, because i am currently working on another issue in the BufferedImage class. Might be fixed soon.