Вывод номеров страниц при конвертации в Pdf убран из релизной версии.

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63330 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Ilya.Kirillov
2015-07-01 11:07:00 +00:00
committed by Alexander Trofimov
parent 4a6bf11e1a
commit 7068e50d00

View File

@ -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);