FileParams

Overview

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

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

Properties

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

Methods

SignatureDescription
FileParams(dict: COSDictionary)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.
getCOSDictionary()COSDictionaryReturns the underlying dictionary.

See Also