Merge remote-tracking branch 'origin/fix/pdf' into develop

# Conflicts:
#	DesktopEditor/graphics/pro/js/wasm/js/drawingfile_base.js
#	DesktopEditor/graphics/pro/js/wasm/src/drawingfile.h
#	DesktopEditor/graphics/pro/js/wasm/src/drawingfile_test.cpp
#	PdfFile/PdfFile.h
#	PdfFile/PdfReader.cpp
#	PdfFile/PdfReader.h
This commit is contained in:
Svetlana Kulikova
2023-10-31 12:13:46 +03:00
27 changed files with 1256 additions and 869 deletions

View File

@ -873,7 +873,7 @@ BYTE* CPdfReader::GetWidgets()
NSWasm::CData oRes;
oRes.SkipLen();
PdfReader::CAnnots* pAnnots = new PdfReader::CAnnots(m_pPDFDocument);
PdfReader::CAnnots* pAnnots = new PdfReader::CAnnots(m_pPDFDocument, m_pFontManager, m_pFontList);
if (pAnnots)
pAnnots->ToWASM(oRes);
RELEASEOBJECT(pAnnots);