Nutrient Web SDK
    Preparing search index...

    Interface ApplyXfdfOperation

    Applies the given XFDF string specified in the xfdf property. To learn about XFDF please refer to this guide article.

    interface ApplyXfdfOperation {
        dataFilePath?: string | Blob | File;
        ignorePageRotation?: boolean;
        richTextEnabled?: boolean;
        type: "applyXfdf";
        xfdf: string;
    }
    Index

    Properties

    dataFilePath?: string | Blob | File
    ignorePageRotation?: boolean
    richTextEnabled?: boolean
    type: "applyXfdf"
    xfdf: string