Re: is it possible to batch extract text from pdf files within a tree of folders within a zip file ?

2016-04-20 Thread Tilman Hausherr
Am 20.04.2016 um 21:51 schrieb David Green: . . . and save the text files in the same tree structure on another drive ? sure... but this is not a PDFBox problem, this is related to go through a ZIP file. Read about ZipInputStream and ZipEntry. Tilman

Re: is it possible to batch extract text from pdf files within a tree of folders within a zip file ?

2016-04-20 Thread Branden Visser
PDFBox can extract the text from the PDF files for you, however unpacking the zip file, locating the PDF documents, saving in a different format and rezipping I believe is something you'll have to handle with other other libraries like commons-compress [1]. Hope that helps. Branden [1] https://c

RE: is it possible to batch extract text from pdf files within a tree of folders within a zip file ?

2016-04-20 Thread Allison, Timothy B.
Might want to look at Tika (which uses PDFBox) for that. Let's say you have an that contains your zips. java -jar tika-app.jar -J -t -i -o See if that gets you close enough. -Original Message- From: davidgreen.co...@gmail.com [mailto:davidgreen.co...@gmail.com] On Behalf Of David Gr

is it possible to batch extract text from pdf files within a tree of folders within a zip file ?

2016-04-20 Thread David Green
. . . and save the text files in the same tree structure on another drive ? this seems a big ask -- Regards David

Re: pdfbox-android

2016-04-20 Thread Tilman Hausherr
Am 20.04.2016 um 10:47 schrieb Paul Mitchell: Hi I’m not sure if I’ve come to the right spot for my question. Hopefully you can help me or direct me to someone who can help me I’m currently using pdfbox-android with android studio compile ‘org.apache: pdfbox-android:1.8.9.0’ My questions are

Re: 3D object

2016-04-20 Thread Tilman Hausherr
Am 20.04.2016 um 11:41 schrieb Sanchez Pelaez, Valentin: Hi all, Is it possible with pdfbox to insert a 3d object (U3D or PRC) in a PDF file? Thank you in advance for your answers. I searched in the source code and couldn't find anything. It might be possible to add stuff on a very low l

Re: pdfbox-android

2016-04-20 Thread Andreas Lehmkühler
> Paul Mitchell hat am 20. April 2016 um 10:47 > geschrieben: > > > Hi > > I’m not sure if I’ve come to the right spot for my question. Hopefully you can > help me or direct me to someone who can help me > > I’m currently using pdfbox-android with android studio > compile ‘org.apache: pdfbox-a

3D object

2016-04-20 Thread Sanchez Pelaez, Valentin
Hi all, Is it possible with pdfbox to insert a 3d object (U3D or PRC) in a PDF file? Thank you in advance for your answers. Valen Valentín Sánchez Área OPTIMA / Optimization Modelling & Analytics ICT - European Software Institute Division TECNALIA Parque Tecnológico de Bizkaia C/ Geldo. Edifici

pdfbox-android

2016-04-20 Thread Paul Mitchell
Hi I’m not sure if I’ve come to the right spot for my question. Hopefully you can help me or direct me to someone who can help me I’m currently using pdfbox-android with android studio compile ‘org.apache: pdfbox-android:1.8.9.0’ My questions are A) any metadata I try and get from a PDF is retu