public class

FindReplace

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.FindReplace

Class Overview

The class FindReplace. static interface to Iceni Find/Replace text functionality

Summary

Public Methods
static void findReplaceText(PDFDoc input, String from, String to, FindReplaceOptions options)
Finds and Replaces text within a PDF.
static void findReplaceText(PDFDoc input, String from, String to)
Finds and Replaces text within a PDF.
[Expand]
Inherited Methods
From class java.lang.Object

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.