Re: Cannot find convertToImage() in self-built pdfbox-jar

2014-06-05 Thread Robert Strauch
geWithDPI(i, 96); // Windows native DPI ImageIOUtil.writeImage(image, fileName, 96); } Am 04.06.2014 23:58, schrieb Robert Strauch: Hello, This is the first time I'm building PDFBox from source code. I have downloaded the latest source code of PDFBox from the t

Changing font tag for BaseFont

2014-06-05 Thread Robert Strauch
Hello, I have a PDF which embeds a TrueType font called UnicodeDoc. Within the PDF I can see the following: /BaseFont /IKOTCH+UnicodeDoc Is it possible using PDFBox to change the tag value IKOTCH and if so how? I know that this value may be different for other documents. However I just need

Cannot find convertToImage() in self-built pdfbox-jar

2014-06-04 Thread Robert Strauch
Hello, This is the first time I'm building PDFBox from source code. I have downloaded the latest source code of PDFBox from the trunk and have built it using "mvn clean install" as stated on the website. The build process finished without errors. However I'm puzzled... with the pre-built binary