#include <FindReplace.h>
Static Public Member Functions | |
static void | FindReplaceText (PDFDoc &input_output_pdf, const UString &from, const UString &to, const FindReplaceOptions &options=FindReplaceOptions()) |
The class FindReplace. static interface to Iceni Find/Replace text functionality
Definition at line 24 of file FindReplace.h.
|
static |
Finds and Replaces text within a PDF.
input_output_pdf | The pdf to be processed. |
from | Text to find in the PDF. |
to | Text to replace with in the PDF. |
options | FindReplace options (optional). |