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

    Interface HtmlResource

    A host-downloaded external resource (image) handed to GigaPdfEngine.htmlRenderWith via HtmlRenderOptions.resources. url must match the URL referenced in the HTML exactly.

    interface HtmlResource {
        url: string;
        bytes: Uint8Array;
    }
    Index

    Properties

    Properties

    url: string
    bytes: Uint8Array