|
|
Find and Replace
Essential DocIO provides convenient APIs to search and replace specific document contents.
|
|
|
|
Essential DocIO has support for finding a particular place holder from the templated document and replacing it with another dynamically generated document element like image or table.
You can replace a string with text from another document preserving the source format or the target format.
Sample Code-Find and Replace
|
|
|
|
The original formatting can be retained when placing text from one document in another. The TextSelction class is used for preserving the source document format while the target document format is preserved automatically by DocIO during the replacement. Replacing with regular expressions is also supported.
Sample Code-Copy Text and Format
|
|
|
|
With Essential DocIO it is possible to search for a string across multiple documents and replace it with an already existing document element such as a table or image.
Sample Code-Replace Text with Table
Sample Code-Replace Text with Image and Text
|
|
|
|
|
|
|