Passing STDIN to Ghostscript in PHP proc_open
I want to use Ghostscript
command within PHP without writing the input or output in files.
I want to use Ghostscript
command within PHP without writing the input or output in files.
I’m using nodejs
and I’m processing PDFs. One thing I’d like to do is to outline all the fonts of the PDF (so that they are not selectable with the mouse cursor afterwards).
I’m trying to print a simple US Letter document, but for some reason, I just cannot manage to fit it properly onto A4 when printing multiple pages per-list.