Save work.

This commit is contained in:
Michael R Sweet
2023-11-13 13:39:06 -05:00
parent 43114f43bf
commit 858cc101b6
3 changed files with 62 additions and 6 deletions

View File

@@ -455,7 +455,7 @@ do_test_file(const char *filename, // I - PDF filename
}
}
printf(" Page #%d is %gx%g.\n", (int)n + 1, media_box.x2, media_box.y2);
printf(" Page #%d (obj %d) is %gx%g.\n", (int)n + 1, (int)pdfioObjGetNumber(obj), media_box.x2, media_box.y2);
}
}