interface PDFFromDocumentParams {
    documentID: string;
    options?: CreatePDFOptions;
}

Properties

Properties

documentID: string

The ID of the document for which the PDF file will be created.

Options for the PDF file that is created.