Proposed: treat color, cp, linetabs, vpt request arguments as *roff Booleans

2024-02-03 Thread G. Branden Robinson
Hi all, I have another language change proposal. I suspect impact will be low, but it is strictly speaking a behavior change. o The `color`, `cp`, `linetabs`, and `vpt` requests now interpret arguments with negative values as instructions to disable the corresponding feature, using the *roff

Re: PDF outline not capturing Cyrillic text

2024-02-03 Thread Robin Haberkorn
Regarding cyrillic characters in PDF outlines, I think I got a few insights today. It turns out that the pdfmarks in the postscript code are "text strings" according to the PDF specs, that is either a PDFDocEncoding or UTF-16BE with a leading byte-order marker (cf. PDF Reference 1.7). A PDFDocEnco