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
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
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