vote up 1 vote down star
1

Does anyone know of a PDF file parser that I could use to pull out sections of text from the plaintext pdf file? Specifially I want a way to be able to reliably pull out the section of text specific to annotations?

Delphi, C# RegEx I dont mind.

flag

4 Answers

vote up 3 vote down check

The PDF File Parser article on xactpro seems to be exactly what you need. It explains the format of the PDF and comes with full source code for a parser (and another project for visualisation of the model).

The parser uses format-specific terms, but you could easily use the visualiser to learn what to look for.

link|flag
vote up 0 vote down

check out pdfbox

link|flag
vote up 2 vote down

You can also take a look at Xpdf (http://www.foolabs.com/xpdf/download.html)

link|flag
vote up 0 vote down

Not sure if it supports the functionality you need, but we've been using abcPDF with some success.

link|flag
I don't think abcPDF supports parsing. – Richard Szalay Feb 9 at 21:41
@Richard Szalay, I wasn't sure. The feature matrix says it supports reading pdfs, but whether it goes you an object model in the api to accesss parts of the pdf is something I can't say for certain. – Jeremy Feb 9 at 21:54
I wouldn't go so far as to reject it's advertised feature set :) It didn't support it when I used it last, but it's writing capabilities certainly did the job well. – Richard Szalay Feb 9 at 22:32
ABCpdf does expose an object model, it's what they call Atoms. – Mark S. Rasmussen Feb 10 at 7:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.