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
| Name | Type | Access | Description |
|---|---|---|---|
size | long | Read | /Size — uncompressed file size in bytes. |
creationDate | String | Read | /CreationDate. |
modDate | String | Read | /ModDate. |
checkSum | String | Read | /CheckSum — MD5 digest. |
cOSDictionary | COSDictionary | Read | Returns the underlying dictionary. |
Methods
| Signature | Description |
|---|---|
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() → COSDictionary | Returns the underlying dictionary. |