UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

14 lines (10 loc) 525 B
// Original file: src/internal/IronPdfEngine.ProtoFiles/qpdf.proto import type { PdfDocumentP as _ironpdfengineproto_PdfDocumentP, PdfDocumentP__Output as _ironpdfengineproto_PdfDocumentP__Output } from '../ironpdfengineproto/PdfDocumentP'; export interface QPdfLinearizeInMemoryRequestIdP { 'document'?: (_ironpdfengineproto_PdfDocumentP | null); 'password'?: (string); } export interface QPdfLinearizeInMemoryRequestIdP__Output { 'document'?: (_ironpdfengineproto_PdfDocumentP__Output); 'password'?: (string); }