@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Type Alias MergePart

    One source in a GigaPdfEngine.mergePdfs call. pdf is the source bytes; the optional pages selects 1-based page numbers (in the given order) to bring in — omit it to append every page.

    type MergePart = {
        pdf: Uint8Array;
        pages?: number[];
    }
    Index

    Properties

    Properties

    pdf: Uint8Array
    pages?: number[]