Re: ExtractImage TIFF

2016-07-05 Thread Tilman Hausherr
Am 05.07.2016 um 19:19 schrieb Thad Humphries: Please anyone, chime in and correct me if necessary, but you may also need com.sun.media:jai-codec:1.1.3 from https://repository.jboss.org/nexus/content/repositories/thirdparty-releases I never needed it. Only jai_imageio.jar. Where I am using j

Re: ExtractImage TIFF

2016-07-05 Thread Thad Humphries
Please anyone, chime in and correct me if necessary, but you may also need com.sun.media:jai-codec:1.1.3 from https://repository.jboss.org/nexus/content/repositories/thirdparty-releases Where I am using jai-imageio for TIFFs, I'm also using the jai-codec. Since JAI has been pretty much orphaned,

Re: ExtractImage TIFF

2016-07-05 Thread Tilman Hausherr
Hi Gordon, You need to add the file to the classpath and make your call differently. Here's what I do: copy all extra jar files to a lib subdirectory the call: java -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider -cp "pdfbox-app-2.0.2.jar;lib/*" org.apache.pdfbox.tools.PDFBox Extr

Re: samplepdfread1.pdf

2016-07-05 Thread Tilman Hausherr
This was for a question that has been answered. Don't bother :-) Tilman Am 05.07.2016 um 17:59 schrieb Thad Humphries: I did *not* attempt to open or download this file. The email has no explanation about what the file is, and that is more than a little suspicious. On Tue, Jul 5, 2016 at 11:46

RE: ExtractImage TIFF

2016-07-05 Thread Gordon Schneider
Thad Thanks for that. I have downloaded the file into my server. But I am still having problems. I am not a java programmer. I use java standalone binaries like PDFBox as a tool to help with specific projects. I have used it for quite a while to Extract Text. We take the text files and process

Re: samplepdfread1.pdf

2016-07-05 Thread Ankit Agarwal
I thought so but then i trusted the people in this grp and opened it :P On Tue, Jul 5, 2016 at 9:29 PM, Thad Humphries wrote: > I did *not* attempt to open or download this file. The email has no > explanation about what the file is, and that is more than a little > suspicious. > > On Tue, Jul 5

Re: samplepdfread1.pdf

2016-07-05 Thread Thad Humphries
I did *not* attempt to open or download this file. The email has no explanation about what the file is, and that is more than a little suspicious. On Tue, Jul 5, 2016 at 11:46 AM, Ankit Agarwal wrote: > I am getting this error "the file you requested does not exist". > > On Tue, Jul 5, 2016 at

Re: samplepdfread1.pdf

2016-07-05 Thread Ankit Agarwal
I am getting this error "the file you requested does not exist". On Tue, Jul 5, 2016 at 9:03 AM, Barry Zhao [Zhao] (via Google Drive) < drive-shares-nore...@google.com.invalid> wrote: > I've shared an item with you: > > samplepdfread1.pdf > > https://drive.google.com/file/d/0B2RK53mIzwataGxRVnMt

Re: About decrypt pdf using pdfbox 2.0.1

2016-07-05 Thread zhaozhao
Thank you very much. This reply really helps me a lot. On 2016-07-05 11:28 (+0800), zhaozhao wrote: > Hi Tilman,> > > Thanks for your response first.> > > I upgraded PDFBox from 2.0.1 to 2.0.2. And I tested again using the code I> > sent in the last email.> > > And here are the steps.> >