Nutrient Web SDK
    Preparing search index...

    Interface InstantJSON

    interface InstantJSON {
        annotations?: AnnotationJSONUnion[];
        attachments?: Record<string, { binary: string; contentType: string }>;
        bookmarks?: BookmarkJSON[];
        comments?: Record<string, any>[];
        format: "https://pspdfkit.com/instant-json/v1";
        formFields?: FormFieldJSON[];
        formFieldValues?: Record<string, any>[];
        pdfId?: { changing: string; permanent: string };
        skippedComments?: number[];
        skippedPdfBookmarkIds?: string[];
        skippedPdfFormFieldIds?: number[];
        skippedPdfObjectIds?: number[];
    }

    Hierarchy

    • SerializedJSON
      • InstantJSON
    Index

    Properties

    annotations?: AnnotationJSONUnion[]
    attachments?: Record<string, { binary: string; contentType: string }>
    bookmarks?: BookmarkJSON[]
    comments?: Record<string, any>[]
    format: "https://pspdfkit.com/instant-json/v1"
    formFields?: FormFieldJSON[]
    formFieldValues?: Record<string, any>[]
    pdfId?: { changing: string; permanent: string }
    skippedComments?: number[]
    skippedPdfBookmarkIds?: string[]
    skippedPdfFormFieldIds?: number[]
    skippedPdfObjectIds?: number[]