Any chance I can get more info or documentation or examples on how to use : 
org.pdfbox.examples.pdmodel.ReplaceString

I am trying to replace some text on an existing pdf using C# and can't get the 
following to work.  It just hangs up on the doIt method.

org.pdfbox.examples.pdmodel.ReplaceString rs = new 
org.pdfbox.examples.pdmodel.ReplaceString();
            rs.doIt("C:\\test.pdf", "C:\\test.pdf", "Welcome", "Hello");

I was also wondering if there was anywhere else I could see coding examples in 
C# for PDFBox, I really like theses pdf functions and I have already exhausted 
your site for info.

Thank you

Reply via email to