#include <PdfFileSpec.h>
Public Member Functions | |
PdfFileSpec (const char *pszFilename, const unsigned char *data, ptrdiff_t size, PdfVecObjects *pParent, bool bStripPath=false) | |
const PdfString & | GetFilename (bool canUnicode) const |
PoDoFo::PdfFileSpec::PdfFileSpec | ( | const char * | pszFilename, | |
const unsigned char * | data, | |||
ptrdiff_t | size, | |||
PdfVecObjects * | pParent, | |||
bool | bStripPath = false | |||
) |
Embeds the file in memory from "data" buffer under "pszFileName" fie name.
const PdfString & PoDoFo::PdfFileSpec::GetFilename | ( | bool | canUnicode | ) | const |
Gets file name for the FileSpec
canUnicode | Whether can return file name in unicode (/UF) |