Viewing Post Script

Discussion in 'Linux' started by rxmanjk, Nov 4, 2008.

  1. rxmanjk

    rxmanjk

    Joined:
    Oct 13, 2008
    Messages:
    9
    Likes Received:
    0
    Anybody know what app we can use to view a ps file? When I print to file, what can
    i use to view it?
     
    rxmanjk, Nov 4, 2008
    #1
  2. rxmanjk

    rbil

    Joined:
    Aug 14, 2008
    Messages:
    730
    Likes Received:
    0
    Location:
    The Wet Coast, Canada
    I see that the program ps2pdf isn't available in the Fedora 8 repos. But that would be a hassle anyways, because you'd have to manually convert a PS to a PDF.

    You might be better just printing to a PDF file instead of a PS file. Then any PDF reader, such as Adobe Acrobat can then read it. You can install cups-pdf to do this. In a terminal do:

    sudo yum install cups-pdf

    After installation, you could create a directory in your home directory called "PDF". Then after it's installed, you can configure cups-pdf to save its PDF files to that directory, making this a central place to store them.

    To change the configuration of cups-pdf to do this, in a terminal do:

    sudo mousepad /etc/cups/cups-pdf.conf

    Under the "Path Settings" section, comment out: "Out ${DESKTOP}" by placing a # sign at the beginning of the line. Then add a new line below it ...

    Out /home/user/PDF

    Save the file.

    Now when you go and print a file or say a webpage you're browsing, by selecting the cups-pdf printer (don't choose "Print to file" or you'll end up with a PS file instead of a PDF file), you can print a PDF to the PDF directory in your home directory.

    You can also add this PDF directory to Linpus' desktop menu system, just as you'd add any other directory under the "Files" section.

    Cheers.
     
    rbil, Nov 4, 2008
    #2
  3. rxmanjk

    RockDoctor

    Joined:
    Aug 21, 2008
    Messages:
    963
    Likes Received:
    0
    Location:
    Minnesota, USA
    evince - it's in the Fedora repos.
     
    RockDoctor, Nov 4, 2008
    #3
  4. rxmanjk

    rxmanjk

    Joined:
    Oct 13, 2008
    Messages:
    9
    Likes Received:
    0
    Thanks guys. Cups solution looks good, as well as other. Ended up finding gsview as well. Gonna do the cups as well, so I can practice with Vi. lol. Tnx again. -Rxman
     
    rxmanjk, Nov 4, 2008
    #4
  5. rxmanjk

    cpchan

    Joined:
    Sep 22, 2008
    Messages:
    201
    Likes Received:
    0
    KGhostview, Evince, Ghostview, etc. Take your pick.
     
    cpchan, Nov 5, 2008
    #5
  6. rxmanjk

    cpchan

    Joined:
    Sep 22, 2008
    Messages:
    201
    Likes Received:
    0
    ps2pdf is part of Ghostscript.
     
    cpchan, Nov 5, 2008
    #6
  7. rxmanjk

    CAH

    Joined:
    Oct 17, 2008
    Messages:
    18
    Likes Received:
    0
    Small little tip:

    I found it better to change the line to:

    Out /home/user/Documents

    This way it goes to the main directory that opens when you use the "My Documents" icon on the Aspire One.
     
    CAH, Nov 9, 2008
    #7
  8. rxmanjk

    rbil

    Joined:
    Aug 14, 2008
    Messages:
    730
    Likes Received:
    0
    Location:
    The Wet Coast, Canada
    Whatever turns your crank. :) I like to keep all my PDFs in their own directory and as I've stated, you can have a PDF directory show up on your desktop.

    Cheers.
     
    rbil, Nov 9, 2008
    #8
  9. rxmanjk

    libssd

    Joined:
    Jan 17, 2009
    Messages:
    244
    Likes Received:
    0
    Location:
    Atlanta, GA
    Is there a config setting that can be changed so that the print to file default format is PDF, rather than PS?
     
    libssd, Feb 5, 2009
    #9
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.