mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Вывод номеров страниц при конвертации в Pdf убран из релизной версии.
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63330 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
4a6bf11e1a
commit
7068e50d00
@ -222,9 +222,9 @@ void CDjVuFileImplementation::ConvertToPdf(CApplicationFonts* pApp
|
||||
oPdf.put_Height(dHeight);
|
||||
|
||||
DrawPageOnRenderer(&oPdf, nPageIndex, &bBreak);
|
||||
#ifdef _DEBUG
|
||||
//#ifdef _DEBUG
|
||||
printf("%d of %d pages\n", nPageIndex + 1, nPagesCount);
|
||||
#endif
|
||||
//#endif
|
||||
}
|
||||
|
||||
oPdf.SaveToFile(wsDstPath);
|
||||
|
||||
Reference in New Issue
Block a user