pdftex[885]

commits+thanh at tug.org commits+thanh at tug.org
Wed Nov 30 18:06:33 CET 2022


Revision: 885
          http://tug.org/svn/pdftex?view=revision&revision=885
Author:   thanh
Date:     2022-11-30 18:06:32 +0100 (Wed, 30 Nov 2022)
Log Message:
-----------
omit `Info` dict when \pdfomitinfodict is not 0

Modified Paths:
--------------
    branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web

Modified: branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web
===================================================================
--- branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web	2022-11-14 21:05:34 UTC (rev 884)
+++ branches/stable/source/src/texk/web2c/pdftexdir/pdftex.web	2022-11-30 17:06:32 UTC (rev 885)
@@ -19862,7 +19862,7 @@
         @<Output name tree@>;
         @<Output article threads@>;
         @<Output the catalog object@>;
-        pdf_print_info; {last candidate for object stream}
+        if pdf_omit_info_dict = 0 then pdf_print_info; {last candidate for object stream}
         if pdf_os_enable then begin
             pdf_os_switch(true);
             pdf_os_write_objstream;



More information about the pdftex-commits mailing list.