I don't think that class can help you... All you need is the
PDFTextStripper class...
On Mon, Mar 3, 2014 at 7:15 PM, Divya Muttineni wrote:
> I am trying to convert the tabular data from pdf file to text(.txt) file.
> In one of the article I came across
> org.apache.pdfbox.pdfviewer.PDFPageDraw
Take a look at Tabula http://tabula.nerdpower.org which uses PDFBox.
-- John
> On 3 Mar 2014, at 16:15, Divya Muttineni wrote:
>
> I am trying to convert the tabular data from pdf file to text(.txt) file.
> In one of the article I came across
> org.apache.pdfbox.pdfviewer.PDFPageDrawer.
>
> Ca
I am trying to convert the tabular data from pdf file to text(.txt) file.
In one of the article I came across
org.apache.pdfbox.pdfviewer.PDFPageDrawer.
Can you please help me how to extend this and override the strokepath()
method.
Thank you,
Divya