java.lang.Object |
↳ |
com.pdftron.pdf.FindReplace |
Class Overview
The class FindReplace.
static interface to Iceni Find/Replace text functionality
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
public
static
void
findReplaceText
(PDFDoc input, String from, String to, FindReplaceOptions options)
Finds and Replaces text within a PDF.
Parameters
input |
The pdf to be processed. |
from |
Text to find in the PDF. |
to |
Text to replace with in the PDF. |
options |
Find/Replace options (optional). |
public
static
void
findReplaceText
(PDFDoc input, String from, String to)
Finds and Replaces text within a PDF.
Parameters
input |
The pdf to be processed. |
from |
Text to find in the PDF. |
to |
Text to replace with in the PDF. |