Merge remote-tracking branch 'origin/fix/pdf-copy-ap' into feature/pdf-page

# Conflicts:
#	PdfFile/PdfFile.cpp
#	PdfFile/PdfFile.h
#	PdfFile/SrcWriter/Document.cpp
#	PdfFile/SrcWriter/Document.h
This commit is contained in:
Svetlana Kulikova
2025-02-20 15:19:54 +03:00
17 changed files with 844 additions and 605 deletions

View File

@ -46,9 +46,10 @@ public:
int GetError();
void Close();
bool EditPage(int nPageIndex, bool bSet = true);
bool EditPage(int nPageIndex, bool bSet = true, bool bActualPos = false);
bool DeletePage(int nPageIndex);
bool AddPage(int nPageIndex);
bool MovePage(int nPageIndex, int nPos);
bool EditAnnot(int nPageIndex, int nID);
bool DeleteAnnot(int nID, Object* oAnnots = NULL);
bool EditWidgets(IAdvancedCommand* pCommand);