Commit 7068e50d authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander Trofimov

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

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63330 954022d7-b5bf-4e40-9824-e11837661b57
parent 4a6bf11e
...@@ -222,9 +222,9 @@ void CDjVuFileImplementation::ConvertToPdf(CApplicationFonts* pApp ...@@ -222,9 +222,9 @@ void CDjVuFileImplementation::ConvertToPdf(CApplicationFonts* pApp
oPdf.put_Height(dHeight); oPdf.put_Height(dHeight);
DrawPageOnRenderer(&oPdf, nPageIndex, &bBreak); DrawPageOnRenderer(&oPdf, nPageIndex, &bBreak);
#ifdef _DEBUG //#ifdef _DEBUG
printf("%d of %d pages\n", nPageIndex + 1, nPagesCount); printf("%d of %d pages\n", nPageIndex + 1, nPagesCount);
#endif //#endif
} }
oPdf.SaveToFile(wsDstPath); oPdf.SaveToFile(wsDstPath);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment