[Okular-devel] [okular] [Bug 342548] Okular hang up while printing pdf with state "rendering completed"
Jonathan Verner
jonathan.verner at gmail.com
Tue Jan 13 18:55:37 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=342548
Jonathan Verner <jonathan.verner at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jonathan.verner at gmail.com
--- Comment #6 from Jonathan Verner <jonathan.verner at 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.
More information about the Okular-devel
mailing list