@ironsoftware/ironpdf
Version:
IronPDF for Node
4 lines • 335 B
TypeScript
import { PdfPageSelection } from "../../../public/types";
export declare function replaceText(id: string, currentText: string, newText: string, destPageIndices?: PdfPageSelection): Promise<void>;
export declare function extractAllText(id: string, destPageIndices?: PdfPageSelection): Promise<string>;
//# sourceMappingURL=text.d.ts.map