Hi All,
I have a PDF file with 3 static place holders that I need to replace.
The place holders are using the following format:
[item1ToReplace] [item2ToReplace] [item3ToRepalce]
So my question is how can I read in the pdf, replace the values, and save a new pdf using PDFSharp, or a simliar opensource library?
Target language is C# on 3.5 framework.
Help is much appreciated.