89 explicit FDFDoc(
const char* path);
96 explicit FDFDoc(
const wchar_t* path);
105 FDFDoc(
const void* buffer,
size_t length);
194 bool SaveAs(
const char* file_path);
212 bool SaveAs(
const wchar_t* file_path);
253 #endif // FS_FDFDOC_H_ pdf::objects::PDFDictionary * GetCatalog() const
获取目录字典。
文件写入接口。
Definition: fx_stream.h:470
bool SetPDFPath(const wchar_t *pdf_path)
设置相关PDF文档的路径。
Type GetType() const
获取当前文档对象的类型。
bool operator !=(const FDFDoc &other) const
不等操作符。
文件读取接口。
Definition: fx_stream.h:587
宽字符串类
Definition: fx_string.h:1457
FDF文档类型:FDF。
Definition: fs_fdfdoc.h:60
FDF文档类型:XFDF。
Definition: fs_fdfdoc.h:62
bool operator==(const FDFDoc &other) const
相等操作符。
Definition: fs_fdfdoc.h:51
bool SaveAs(const char *file_path)
将当前文档另存为另一个FDF或XFDF文件。
Type
FDF文档类型的枚举。
Definition: fs_fdfdoc.h:58
bool IsEmpty() const
检查当前对象是否为空。
void * FS_HANDLE
句柄类型。
Definition: fs_basictypes.h:214
pdf::objects::PDFDictionary * GetFDFDict() const
从目录字典获取"FDF"条目的字典。
Definition: fs_basictypes.h:449
WString GetPDFPath()
获取相关PDF文档的路径。
Definition: fs_pdfobject.h:848
FDFDoc & operator=(const FDFDoc &other)
赋值操作符。
Foxit命名空间。
Definition: fs_taggedpdf.h:27
#define NULL
空指针值。
Definition: fx_system.h:792
FDFDoc(common::file::ReaderCallback *file_read)
构造函数,使用文件读取回调对象。