tabula-js icon indicating copy to clipboard operation
tabula-js copied to clipboard

Helps you extract CSV data tables from PDF files using the mighty tabula-java. See https://github.com/tabulapdf/tabula-java

Results 5 tabula-js issues
Sort by recently updated
recently updated
newest added

here is my code and my pdf file is in "C:/programe/test/pdf/test.pdf" and my program is in ""C:/programe/test" const t = tabula('./pdf/test.pdf'); const data = t.extractCsv((err, data) => data); callback(null, "Hello...

It would be nice if tabula encoding options will be exposed in tabula-js. Currently files which requires adjusting encoding cannot be opened using tabula-js.

Hi! I was using your simplest example codes from your readme file. It throws `org.apache.pdfbox.util.PDFStreamEngine ProcessOperator` error. Any idea?

After #3 if area is not in options exception is thrown: `TypeError: Cannot read property 'constructor' of undefined`

I haven't found a real solution, but in case anyone is running into this error, you can just run again and it should work. It creates a ~/.pdfbox.cache file and...