Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: PDF output to temp file

by kcott (Archbishop)
on Mar 22, 2012 at 10:49 UTC ( [id://960973]=note: print w/replies, xml ) Need Help??


in reply to Re^2: PDF output to temp file
in thread PDF output to temp file

I hadn't come across evince before but find I have it on my system (Mac OS X):

$ perl -Mstrict -Mwarnings -E '`evince --help >> fred`;' $ cat fred Usage: evince [OPTION...] [FILE…] GNOME Document Viewer ...

As you can see, I successfully redirected the output of the command to an output file. This is what you asked for (which I queried).

Given that I now know that this launches a document viewer, I'm wondering exactly what sort of output you're hoping to redirect to a file.

I probably can't be much help with the error you're getting except to suggest checking that your X Server is running correctly and $ENV{DISPLAY} has an appropriate value.

-- Ken

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://960973]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-20 15:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found