Hi all,
from what I understand the "psselect" command is used by the groff html
preprocessor to extract *a single page* from a multi-page Postscript
document. I think the same could be achieved using ghostscript,
which groff already depends on and uses.
Note that I know little about psutils, ghost
Hi,
not related to the "psutils" questions, but this almost made my
eyes fall out.
Alexis wrote on Sun, Nov 26, 2023 at 12:28:25PM +0100:
> Would replacing the following in src/preproc/html/pre-html.cpp
> s = make_string("psselect -q -p%d %s %s\n",
>pageno, psFileName, psPageName);
WH