class HexaPDF:: Type:: EmbeddedFile
Parent | HexaPDF::Stream |
---|
Represents an embedded file stream.
An embedded file stream contains the data of, and optionally some meta data about, a file that is embedded into the PDF file. Each embedded file is either associated with a certain Type::FileSpecification
dictionary or with the document as a whole through the /EmbeddedFiles entry in the document catalog’s /Names dictionary.
See: PDF2.0 s7.11.4, FileSpecification
Field Definitions
Name | Type/Allowed Values | Required | Default Value |
---|---|---|---|
Length | Integer | false | nil |
Filter | Symbol or HexaPDF::PDFArray or Array | false | nil |
DecodeParms | HexaPDF::Dictionary or HexaPDF::PDFArray or Hash or Array | false | nil |
F | HexaPDF::Type::FileSpecification or Hash or String | false | nil |
FFilter | Symbol or HexaPDF::PDFArray or Array | false | nil |
FDecodeParms | HexaPDF::Dictionary or HexaPDF::PDFArray or Hash or Array | false | nil |
DL | Integer | false | nil |
Type | Symbol | false | :EmbeddedFile |
Subtype | Symbol | false | nil |
Params | HexaPDF::Type::EmbeddedFile::Parameters or Hash | false | nil |