FileParams

Overview

FileParams is a class in Aspose.PDF FOSS for Java.

Embedded file parameters (ISO 32000-1:2008, §7.11.4, Table 46).

This class provides 7 methods for working with FileParams objects in Java programs. Available methods include: FileParams, getCheckSum, getCreationDate, getModDate, getPdfDictionary, getSize. All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package. Properties: checkSum, creationDate, modDate, pdfDictionary, size.

Properties

NameTypeAccessDescription
sizelongRead/Size — uncompressed file size in bytes.
creationDateStringRead/CreationDate.
modDateStringRead/ModDate.
checkSumStringRead/CheckSum — MD5 digest.
pdfDictionaryPdfDictionaryReadReturns the underlying dictionary.

Methods

SignatureDescription
FileParams(dict: PdfDictionary)Wraps an existing params dictionary.
FileParams()Creates new empty params.
getSize()long/Size — uncompressed file size in bytes.
getCreationDate()String/CreationDate.
getModDate()String/ModDate.
getCheckSum()String/CheckSum — MD5 digest.
getPdfDictionary()PdfDictionaryReturns the underlying dictionary.

See Also

 English