mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
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:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user