Re: Upgraded using PDFBox V. 2.0.0 to 2.02 and old versions of PDF Readers no longer work

2016-08-19 Thread Tilman Hausherr
Am 19.08.2016 um 17:35 schrieb Stahle, Patrick: Hi Tilman, What is strange is, in our case, we weren't seeing these problems with 2.0. Just since we upgraded to 2.0.2 from 2.0.0 while that PDFBOX-3026 indicates the problems across all 2.x. Not sure if there is anything to be gained looking i

Re: Upgraded using PDFBox V. 2.0.0 to 2.02 and old versions of PDF Readers no longer work

2016-08-19 Thread Tilman Hausherr
Am 19.08.2016 um 16:54 schrieb Tilman Hausherr: Am 19.08.2016 um 15:33 schrieb Stahle, Patrick: Hi, We are getting a bunch of support calls with our upgrade of using PDFBox 2.0.0 to 2.0.2 with customers calling about unable to open the PDF's using older versions of Adobe Professional like ver

RE: Upgraded using PDFBox V. 2.0.0 to 2.02 and old versions of PDF Readers no longer work

2016-08-19 Thread Stahle, Patrick
Hi Tilman, What is strange is, in our case, we weren't seeing these problems with 2.0. Just since we upgraded to 2.0.2 from 2.0.0 while that PDFBOX-3026 indicates the problems across all 2.x. Not sure if there is anything to be gained looking into that, in running down what is causing these is

Re: Upgraded using PDFBox V. 2.0.0 to 2.02 and old versions of PDF Readers no longer work

2016-08-19 Thread Tilman Hausherr
Am 19.08.2016 um 15:33 schrieb Stahle, Patrick: Hi, We are getting a bunch of support calls with our upgrade of using PDFBox 2.0.0 to 2.0.2 with customers calling about unable to open the PDF's using older versions of Adobe Professional like version 7 and 8. I know this is like 10 year old so

Re: PDF Conversion PDF to tiff

2016-08-19 Thread Tilman Hausherr
Am 19.08.2016 um 15:43 schrieb Arora, Abhishek: Classification: Internal oops Hi First of all thank you very much to given time to read this email. I am trying to convert .PDF into .tiff. I didn't find any particular method which does this. I am using PDFBox version 2.0. Can you please t

Re: PDF Conversion PDF to tiff

2016-08-19 Thread Pedro Lucas da Silva Junior
You can convert PDF to image, than save to .TIFF. I'm using *JAI Image I/O Tools Core. You can use this to write .tiff format.* Example: PDFRenderer render = new PDFRenderer(document); BufferedImage image = render.renderImage(pageIndex, scale, ImageType.ARGB); ImageIO.write(image, "tiff", new Fi

Re: PDF Conversion PDF to tiff

2016-08-19 Thread Pedro Lucas da Silva Junior
You can convert PDF to image, than save to .TIFF. Example: PDFRenderer render = new PDFRenderer(document); BufferedImage image = render.renderImage(pageIndex, scale, format.equals("jpg") ? ImageType.RGB : ImageType.ARGB); return new PDFPageImage(image); 2016-08-19 10:43 GMT-03:00 Arora, Abhishe

PDF Conversion PDF to tiff

2016-08-19 Thread Arora, Abhishek
Classification: Internal Hi First of all thank you very much to given time to read this email. I am trying to convert .PDF into .tiff. I didn't find any particular method which does this. I am using PDFBox version 2.0. Can you please tell me if this conversion is supported by PDFBox 2.0 versio

Upgraded using PDFBox V. 2.0.0 to 2.02 and old versions of PDF Readers no longer work

2016-08-19 Thread Stahle, Patrick
Hi, We are getting a bunch of support calls with our upgrade of using PDFBox 2.0.0 to 2.0.2 with customers calling about unable to open the PDF's using older versions of Adobe Professional like version 7 and 8. I know this is like 10 year old software, but was wondering what is causing this and