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

The last line is not converted.

Open cslee99 opened this issue 4 years ago • 0 comments

I converted a 4 page PDF to csv with the code below. However, the last line of the first three pages (1, 2, 3) is not converted. There is an area in the configuration, but I know that the default is the entire document. Is there any solution?

====== code ====== tabula.convert_into("prepost.pdf", "output.csv", output_format="csv", pages='all')

cslee99 avatar Apr 03 '21 04:04 cslee99