mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 05:24:10 +08:00
fix another project without Mode
This commit is contained in:
@ -188,7 +188,8 @@ std::wstring CXpsFile::GetInfo()
|
||||
#ifndef DISABLE_PDF_CONVERTATION
|
||||
void CXpsFile::ConvertToPdf(const std::wstring& wsPath)
|
||||
{
|
||||
CPdfFile oPdf(m_pInternal->m_pAppFonts, 2);
|
||||
CPdfFile oPdf(m_pInternal->m_pAppFonts);
|
||||
oPdf.CreatePdf();
|
||||
bool bBreak = false;
|
||||
|
||||
int nPagesCount = GetPagesCount();
|
||||
|
||||
Reference in New Issue
Block a user