Re: PDFBox: Problem with converting pdf page into image

2015-01-19 Thread Tilman Hausherr
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

PDFBox: Problem with converting pdf page into image

2015-01-19 Thread 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. --