Merge remote-tracking branch 'origin/release/v8.1.0' into fix/pdf-freetext-rc

# Conflicts:
#	PdfFile/PdfEditor.cpp
This commit is contained in:
Svetlana Kulikova
2024-05-20 10:14:57 +03:00
169 changed files with 4415 additions and 1360 deletions

View File

@ -59,6 +59,7 @@ public:
void GetPageInfo(int nPageIndex, double* pdWidth, double* pdHeight, double* pdDpiX, double* pdDpiY) {}
int GetRotate(int nPageIndex) { return 0; }
bool IsEditPage() { return false; }
bool EditPage(int nPageIndex) { return false; }
void AddShapeXML(const std::string& sXML) {}
void EndMarkedContent() {}
bool IsBase14(const std::wstring& wsFontName, bool& bBold, bool& bItalic, std::wstring& wsFontPath) { return false; }