Find the answer to your Linux question:
Results 1 to 2 of 2
Gurus, How can i run files like HTML and PDF from command prompt...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    10

    Run HTML & PDF

    Gurus,

    How can i run files like HTML and PDF from command prompt

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You can view html files in links but for PDF, you have to convert those in html first.
    pdftohtml tool is best for this
    Code:
    pdftohtml  pdf_file html_file
    links html_file
    There are a lot of options you can specify with it.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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