Hi, I want to perform a simple (ideally RegEx) search and replace over a large number of PDF documents in a WinForms application.
I've got as far as using ITextSharp to read and tokenise existing documents, from which I can search for the text. The problem is that it doesn't seem to support generating new document from these tokens (only seems to support a GetImportedPage method that doesn't allow for modifcation.
Can anyone help me use ITextSharp to do this, or suggest a library (ideally free, but commerical if it needs to be), to do this simple task?
Thanks! Mark.