https://bugs.kde.org/show_bug.cgi?id=342548

Jonathan Verner <jonathan.ver...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.ver...@gmail.com

--- Comment #6 from Jonathan Verner <jonathan.ver...@gmail.com> ---
pdftops is a command line program to convert pdf documents to the PostScript
file format. 
Using it is easy:

  1. open a terminal
  2. cd to the directory with the pdf file
  3. enter pdftops your_file.pdf

This should create a new file named 'your_file.ps'. Then you can try viewing it
with 
the gs program. This is a  commandline program (ghostscript) for working with
post script
files. You can run it in a terminal using

  gs your_file.ps

(Note that it can also work with pdf files).
This should open a window with the first page of your file. Pressing enter in
the terminal
should go through the pages and quit, after reaching the last page. Or you can
stop it
using Ctrl-C.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel

Reply via email to