@ironsoftware/ironpdf
Version:
IronPDF for Node
27 lines (23 loc) • 1.18 kB
text/typescript
// Original file: src/internal/IronPdfEngine.ProtoFiles/chrome_header_footer.proto
import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP';
import type { ChromePdfRenderOptionsP as _ironpdfengineproto_ChromePdfRenderOptionsP, ChromePdfRenderOptionsP__Output as _ironpdfengineproto_ChromePdfRenderOptionsP__Output } from '../ironpdfengineproto/ChromePdfRenderOptionsP';
export interface ChromeAddHtmlHeaderFooterRequestP {
'document'?: (_ironpdfengineproto_PdfDocumentP | null);
'ownerPassword'?: (string);
'userPassword'?: (string);
'options'?: (_ironpdfengineproto_ChromePdfRenderOptionsP | null);
'pageIndexes'?: (number)[];
'url'?: (string);
'htmlTitle'?: (string);
'pdfTitle'?: (string);
}
export interface ChromeAddHtmlHeaderFooterRequestP__Output {
'document'?: (_ironpdfengineproto_PdfDocumentP__Output);
'ownerPassword'?: (string);
'userPassword'?: (string);
'options'?: (_ironpdfengineproto_ChromePdfRenderOptionsP__Output);
'pageIndexes'?: (number)[];
'url'?: (string);
'htmlTitle'?: (string);
'pdfTitle'?: (string);
}