UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

16 lines (12 loc) 594 B
// Original file: src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP'; export interface PdfiumRenameFieldRequestP { 'document'?: (_ironpdfengineproto_PdfDocumentP | null); 'currentFieldName'?: (string); 'newFieldName'?: (string); } export interface PdfiumRenameFieldRequestP__Output { 'document'?: (_ironpdfengineproto_PdfDocumentP__Output); 'currentFieldName'?: (string); 'newFieldName'?: (string); }