Find the answer to your Linux question:
Results 1 to 5 of 5
hi all i have recently installed FC10 on my system. I wonder that non of the command to read a pdf file working in this. i tried all which i ...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Posts
    2

    read a PDF file



    hi all

    i have recently installed FC10 on my system. I wonder that non of the command to read a pdf file working in this. i tried all which i know like xpdf , kpdf etc. But, the same file can be opened when i go through the icons of the files. can any one tell what could be the problem? or am I missing something?
    what shall i do?

    Thanks in advance

    peter

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,653
    I'm unclear what you're trying to do? What do you mean by "command to read a pdf file"? As in, if you type into the command line xpdf /path/to/file.pdf, it fails to open xpdf with the file?

  3. #3
    Just Joined!
    Join Date
    Jul 2009
    Posts
    2
    Hello


    Exactly. whenever i try to read a .PDF file with commands like kpdf or xpdf like

    kpdf /path/to/file.pdf or xpdf /path/to/file.pdf .

    It says" bash: kpdf : command not found

    or bash: xpdf: command not found.

    I wonder that what could be my problem and how i should sort it out.

    Peter

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,653
    Do you have those programs installed? Are you using the GNOME or KDE version of Fedora? In GNOME the default pdf reader is called evince, and in KDE the default is usually okular.

    If you think you do have the programs installed, what is the output of
    Code:
    which xpdf
    and
    Code:
    which kpdf

  5. #5
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,485
    You should be able to download and install an rpm file from Adobe for the AdobeReader (acroread). I have version 9.1.2 installed on my CentOS system. Works just fine. Yes, I know that it is not FOSS, but it is a native linux build, and it's free.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •