mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 72045
This commit is contained in:
@ -326,7 +326,7 @@ TEST_F(CPdfFileTest, ConvertToRaster)
|
||||
LoadFromFile();
|
||||
|
||||
double dPageDpiX, dPageDpiY, dWidth, dHeight;
|
||||
int i = 3;
|
||||
int i = 0;
|
||||
//for (i = 0; i < pdfFile->GetPagesCount(); i++)
|
||||
{
|
||||
pdfFile->GetPageInfo(i, &dWidth, &dHeight, &dPageDpiX, &dPageDpiY);
|
||||
|
||||
Reference in New Issue
Block a user