@ptkl/sdk - v0.9.9
    Preparing search index...

    Type Alias HTML2PDFOptions

    type HTML2PDFOptions = {
        data?: Record<string, any>;
        input_html?: string;
        input_path?: string;
        output_file_name?: string;
        output_path?: string;
        output_pdf?: boolean;
        output_type?: PDFOutputType;
    }
    Index

    Properties

    data?: Record<string, any>
    input_html?: string
    input_path?: string
    output_file_name?: string
    output_path?: string
    output_pdf?: boolean
    output_type?: PDFOutputType