I need some recommendations on processing PDF documents. These documents are annual statements and contains amounts and dollar figures that I need to reconcile.
I saw some recommendations on
1) iTextSharp,
2) PDFBox (IKVM)
3) PDFSharp
4) PDFEdit API (from Adobe)
Which ones would you recomend and if there are any limitations that I should be aware of? Besides open source, I do not mind paying for a commercial product as long as it is well supported and fully featured.
*Other information: * The PDFs are all generated by the same third party vendor. Not all the PDFs have the same structure - there are about 10 different structures (templates).
I do not have a write requirement on PDF.
Many thanks in advance.