PDFLayoutTextStripper icon indicating copy to clipboard operation
PDFLayoutTextStripper copied to clipboard

Sample Code Doesn't Work

Open ghost opened this issue 4 years ago • 1 comments

The Sample Code in the Readme file indicates that PDFParser takes in a RandomAccessFile and a string as a constructor.

There is no constructor present with this signature however.

ghost avatar Feb 27 '20 16:02 ghost

The import to use is import org.apache.pdfbox.io.RandomAccessFile;

roncking avatar Mar 19 '20 15:03 roncking