mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Test with password and sign
This commit is contained in:
@ -71,6 +71,8 @@ public:
|
||||
PDFDoc* GetPDFDocument() { return m_pPDFDocument; }
|
||||
void ChangeLength(DWORD nLength);
|
||||
|
||||
int HaveMetaData(const std::wstring& sFile);
|
||||
bool GetMetaData(const std::wstring& sFile, BYTE** pMetaData, DWORD& nMetaLength, std::map<std::wstring, std::wstring>& pMetaResources);
|
||||
BYTE* GetStructure();
|
||||
BYTE* GetLinks(int nPageIndex);
|
||||
BYTE* GetWidgets();
|
||||
|
||||
Reference in New Issue
Block a user