|
PoDoFo 1.1.0
|
A file specification is used in the PDF file to refer to another file. More...
#include <PdfFileSpec.h>
Inherits PoDoFo::PdfDictionaryElement.
Public Member Functions | |
| bool | TryCreateFromObject (PdfObject &obj, std::unique_ptr< PdfFileSpec > &filespec) |
| nullable< const PdfString & > | GetFilename () const |
| Gets file name for the FileSpec. | |
| void | SetFilename (nullable< const PdfString & > filename) |
| void | SetEmbeddedData (nullable< const charbuff & > data) |
| void | SetEmbeddedDataFromFile (const std::string_view &filepath) |
| nullable< charbuff > | GetEmbeddedData () const |
Friends | |
| class | PdfDocument |
| class | PdfAnnotationFileAttachment |
| class | PdfNameTreeBase |
A file specification is used in the PDF file to refer to another file.
The other file can be a file outside of the PDF or can be embedded into the PDF file itself.
Gets file name for the FileSpec.