The document data and checksum.

FileContents

interface FileContents {
    Checksum: string;
    Contents: string;
    FileType: FileType;
}

Properties

Checksum: string

An MD5 hash to validate the PDF document data, in the form of a Base64 string.

FileContents

Contents: string

Data for printing labels encoded into a Base64, GZip-compressed string.

FileContents

FileType: FileType

FileContents