Re: PDFBox Opening Additional Java Process

2021-12-22 Thread Tilman Hausherr
Very mysterious. I searched into the tabula sources for "swing" and "awt" and didn't find anything that opens a window. PDFBox build tests open a window. Tilman Am 23.12.2021 um 08:08 schrieb Andreas Lehmkuehler: Hi, Am 21.12.21 um 20:32 schrieb Charles Givre: Hello there, I have a small i

Re: PDFBox Opening Additional Java Process

2021-12-22 Thread Andreas Lehmkuehler
Hi, Am 21.12.21 um 20:32 schrieb Charles Givre: Hello there, I have a small issue with PDFBox that I'm trying to resolve and could use some assistance. Here's my use case: I'm trying to add the capability to Apache Drill to be able to read and query tables contained in PDF files. I am usin

PDFBox Opening Additional Java Process

2021-12-21 Thread Charles Givre
Hello there, I have a small issue with PDFBox that I'm trying to resolve and could use some assistance. Here's my use case: I'm trying to add the capability to Apache Drill to be able to read and query tables contained in PDF files. I am using pdfbox 2.0.25 and Tabula 1.0.5. Here's a link t