mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug 74431
x2t doctrenderer and edit use the same CPdfFile instance
This commit is contained in:
@ -62,6 +62,7 @@ public:
|
||||
bool LoadFromMemory(NSFonts::IApplicationFonts* pAppFonts, BYTE* data, DWORD length, const std::wstring& owner_password = L"", const std::wstring& user_password = L"");
|
||||
|
||||
void Close();
|
||||
void CleanUp();
|
||||
|
||||
void SetParams(COfficeDrawingPageParams* pParams);
|
||||
std::wstring GetTempDirectory();
|
||||
|
||||
Reference in New Issue
Block a user