This class represents the embedded file parameter dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 46, page 104.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 45, page 137.

The embedded file parameter dictionary stores metadata about an embedded file: its uncompressed size, creation date, modification date, and a checksum for integrity verification.

The Size entry gives the size of the uncompressed file data in bytes. This allows an application to report the file size without fully decoding the stream.

The CreationDate and ModDate entries hold the file's creation and last-modification timestamps as PDF date strings. These dates refer to the original file, not to the time it was embedded in the PDF.

The CheckSum entry holds a 16-byte MD5 digest of the uncompressed file data. A reader can verify the integrity of the embedded data by computing and comparing this digest after extraction.

The Mac entry references a MacOS file information dictionary carrying creator and file type codes for compatibility with classic MacOS applications.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.EmbeddedFileParameterElement

 

   
   
Method
Description
EmbeddedFileParameterElement Create a new EmbeddedFileParameterElement.
inherited methods...

 

   
   
Property
Description
EntrySize Represents the "Size" entry of the embedded file parameter dictionary object.
EntryCreationDate Represents the "CreationDate" entry of the embedded file parameter dictionary object.
EntryModDate Represents the "ModDate" entry of the embedded file parameter dictionary object.
EntryMac Represents the "Mac" entry of the embedded file parameter dictionary object.
EntryCheckSum Represents the "CheckSum" entry of the embedded file parameter dictionary object.
inherited properties...