Re: Deprecated page ProcSet arrays
Karl Berry <[email protected]> Wed, 21 Dec 2022 16:51:18 -0700
| Newsgroups | gmane.comp.tex.pdftex |
|---|---|
| Message-ID | <[email protected]> |
Thanh implemented a new primitive parameter; it's in the TL (and pdftex) sources now. I'll add it to the pdftex manual as usual before the release. \pdfomitprocset values: - If zero (default), omit outputting /ProcSet if writing PDF 2.0 (\pdfmajorversion >=2), but include it otherwise. - If >0, omit /ProcSet unconditionally. - If <0, include /ProcSet unconditionally. Hope that suits. --thanks, karl.