Represents a PDF file specification, defining how external files are referenced or embedded.
This class implements the PDF specification for file references, supporting three primary methods:
URI Reference - Link to an external resource
uri
External File - Reference to a non-embedded file
fileName
Embedded Stream - File content embedded directly in the PDF
stream
Usage Notes:
The FileSpecification class can be used in more complex cases.
Optional
The optional description.
The file name.
The EmbeddedFileStreamProperties defining properties of embedded stream,
The external uri.
Represents a PDF file specification, defining how external files are referenced or embedded.
This class implements the PDF specification for file references, supporting three primary methods:
URI Reference - Link to an external resource
uripropertyExternal File - Reference to a non-embedded file
fileNamepropertyEmbedded Stream - File content embedded directly in the PDF
streampropertyUsage Notes:
fileNameandstreamcan be combined to create an embedded file with a specific nameThe FileSpecification class can be used in more complex cases.