Get Adobe Flash player

PDF Text Replace Tool - for Developers

PDF Text Replace Tool can be integrated with your own application

You may use Command Line of PDFTextReplaceTool executable file to make necessary changes in a PDF file. Or include MagusMisc.dll, which is a part of PDF Text Replace Tool, to your .Net application.

Note: To do either way you have to have PDF Text Replace Tool installed on the PC. Moreover, if it is not registred, then it will leave water marks on changed pages in the PDF document.

Command Line Method

PDFTextReplaceTool.exe FilePath FindWhat ReplaceWith [Destination Folder]

Where [Destination Folder] it is optional parameter

Example 1:

PDFTextReplaceTool.exe 1.pdf prague limassol c:\myfiles\

Example 2:

PDFTextReplaceTool.exe 1.pdf "limassol hotels" "best limassol hotels"

Replace text in a PDF with your own .NET application

The best solution would be including the PDFTextReplaceTool as a DLL inside your application and invoke ReplaceText() function.

Example Here: Visual Basic .Net Example

 

Add comment


Security code
Refresh