PoDoFo
0.9.1
|
#include <PdfFileSpec.h>
Public Member Functions | |
PdfFileSpec (const char *pszFilename, const unsigned char *data, ptrdiff_t size, PdfVecObjects *pParent) | |
const PdfString & | GetFilename () const |
A file specification is used in the PDF file to referr to another file. The other file can be a file outside of the PDF or can be embedded into the PDF file itself.
PoDoFo::PdfFileSpec::PdfFileSpec | ( | const char * | pszFilename, |
const unsigned char * | data, | ||
ptrdiff_t | size, | ||
PdfVecObjects * | pParent | ||
) |
Embeds the file in memory from "data" buffer under "pszFileName" fie name.
const PdfString & PoDoFo::PdfFileSpec::GetFilename | ( | ) | const |