Hiyve Components - v1.0.0
    Preparing search index...

    Interface NotePdfExportOptions

    Options for PDF export.

    interface NotePdfExportOptions {
        authorName?: string;
        htmlContent: string;
        margins?: { bottom?: number; left?: number; right?: number; top?: number };
        orientation?: "portrait" | "landscape";
        pageSize?: "a4" | "letter" | "legal";
        title: string;
    }
    Index

    Properties

    authorName?: string

    Author name for the PDF

    htmlContent: string

    Content as HTML string

    margins?: { bottom?: number; left?: number; right?: number; top?: number }

    Page margins in mm

    orientation?: "portrait" | "landscape"

    Page orientation (default: 'portrait')

    pageSize?: "a4" | "letter" | "legal"

    Paper size (default: 'a4')

    title: string

    Note title for the PDF