I'm trying to get a better sense of how the "Print to File" option works on Linux Mint. Basically, when I open a PDF with Evince and print it to PDF, the output is different from the original, and typically quirks in the original file are cleaned up in the output. If I pipe the original file through Ghostscript instead, the output is closer to the original. How do I figure out how "Print to File" works differently from Ghostscript?
Asked
Active
Viewed 155 times
strace
for a while but it looks like that shows low level system calls. I'm more interested in the various applications/processes that get triggered by a particular process. I've still got some to learn about it, though. Is there a way to get this information usingstrace
? – lobati Apr 09 '16 at 23:21exec
calls in the output. I tacked on a-f
, too. A lot ofread
,write
and random other system calls. – lobati Apr 09 '16 at 23:30