Hi,
The 1.8 versions have trouble rendering some fonts. The unreleased 2.0
version doesn't. The best would be to upload your PDF somewhere.
If the barcode is in the PDF as text (and not as an image) it may be
possible to extract its value without rendering, with
PDFTextStripperByArea, if you know where the barcode will be.
Tilman
Am 19.01.2015 um 18:07 schrieb Vladimir Urquia:
Hello group,
My mission is pretty simple: converting every single page of a pdf
file into images, them get a barcodes values. My problem:
A function page.convertToImage(bufferedImageType, dpis) return a
bufferedImage withouth barcode image.
How can I solve this??
Thanks,
Vladimir.