mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Test SplitPage
This commit is contained in:
@ -41,7 +41,7 @@ class CPdfEditor
|
||||
{
|
||||
public:
|
||||
CPdfEditor(const std::wstring& _wsSrcFile, const std::wstring& _wsPassword, CPdfReader* _pReader, const std::wstring& _wsDstFile, CPdfWriter* _pWriter);
|
||||
CPdfEditor(CPdfReader* _pReader, CPdfWriter* _pWriter);
|
||||
CPdfEditor(CPdfReader* _pReader, CPdfWriter* _pWriter, unsigned int unPages);
|
||||
|
||||
int GetError();
|
||||
void Close();
|
||||
|
||||
Reference in New Issue
Block a user