XRef write to stream

This commit is contained in:
Svetlana Kulikova
2025-02-14 11:07:27 +03:00
parent 4de7ba4e52
commit af4e0243d2
4 changed files with 15 additions and 12 deletions

View File

@ -1090,7 +1090,7 @@ int main(int argc, char* argv[])
}
// GLYPHS
if (true && nPagesCount > 0)
if (false && nPagesCount > 0)
{
BYTE* pGlyphs = GetGlyphs(pGrFile, nTestPage);
nLength = READ_INT(pGlyphs);
@ -1165,7 +1165,7 @@ int main(int argc, char* argv[])
}
// INTERACTIVE FORMS
if (false)
if (true)
{
ReadInteractiveFormsFonts(pGrFile, 1);
ReadInteractiveFormsFonts(pGrFile, 2);