Ghostscript command for viewing pages one at a time

2007-02-27 Thread Shachar Shemesh
Hi there, Does anybody know how to run ghostscript so that it will only process one page, and then allow me, from command line, to say page forward, page backwards or change resolution? I find that the documentation for the command line for gs is somewhat scarce. Shachar -- Shachar Shemesh

Re: Ghostscript command for viewing pages one at a time

2007-02-27 Thread Peter
-dNOPAUSE Changing resolution is not possible on the fly. PS is a programming language similar to FORTH (it uses IPN). You can do anything you want with it after you understand the language and the fact that what is being rendered may not be scalable sometimes. There should be a file called

Re: Ghostscript command for viewing pages one at a time

2007-02-27 Thread Shachar Shemesh
Peter wrote: -dNOPAUSE Changing resolution is not possible on the fly. PS is a programming language similar to FORTH (it uses IPN). You can do anything you want with it after you understand the language and the fact that what is being rendered may not be scalable sometimes. There should be

Re: Ghostscript command for viewing pages one at a time

2007-02-27 Thread Peter
On Tue, 27 Feb 2007, Shachar Shemesh wrote: Peter wrote: -dNOPAUSE Changing resolution is not possible on the fly. PS is a programming language similar to FORTH (it uses IPN). You can do anything you want with it after you understand the language and the fact that what is being rendered may

Re: Writing in Hebrew while using ies4linux[ SOLVED] (was Re: Firefox and Isracard)

2007-02-27 Thread Julian Daich
El mar, 27-02-2007 a las 00:41 +0200, Julian Daich escribió: I tried to implement the patch on my laptop. I just copied and pasted the ie6 file and I receiving the following error bin/ie6: line 13: LANG=he_IL.UTF-8: command not found What could went wrong? The tabs were converted into

Re: Ghostscript command for viewing pages one at a time

2007-02-27 Thread Shachar Shemesh
Peter wrote: Ghostview (gv) does almost exactly what you need. Take a look at how it works. It uses gs for rendering. Yeah, I know. gv doesn't do anything simple. It pretty much takes the input file apart (assuming I understood what it does correctly). Peter Shachar -- Shachar Shemesh Lingnu

Re: Ghostscript command for viewing pages one at a time

2007-02-27 Thread Peter
On Tue, 27 Feb 2007, Shachar Shemesh wrote: Peter wrote: Ghostview (gv) does almost exactly what you need. Take a look at how it works. It uses gs for rendering. Yeah, I know. gv doesn't do anything simple. It pretty much takes the input file apart (assuming I understood what it does

Re: Writing in Hebrew while using ies4linux[ SOLVED] (was Re: Firefox and Isracard)

2007-02-27 Thread Gilboa Davara
On Tue, 2007-02-27 at 13:15 +0200, Julian Daich wrote: El mar, 27-02-2007 a las 00:41 +0200, Julian Daich escribió: I tried to implement the patch on my laptop. I just copied and pasted the ie6 file and I receiving the following error bin/ie6: line 13: LANG=he_IL.UTF-8: command not

jpost + firefox = not good

2007-02-27 Thread Peter
Has anyone got trouble loading jpost articles with FF ? try: http://www.jpost.com/servlet/Satellite?cid=1171894527527pagename=JPost%2FJPArticle%2FShowFull The page keeps loading for a long time, and displaying post replies opens a popup with all the trimmings and without the reply. And

Re: Ghostscript command for viewing pages one at a time

2007-02-27 Thread Oron Peled
On Tuesday, 27 בFebruary 2007 13:42, Peter wrote: On Tue, 27 Feb 2007, Shachar Shemesh wrote: I don't know how gv pages backwards, it is possible that it saves state and 'redoes' previous pages although I am not sure of this. gv does not have a huge memory footprint even when rendering 200+

Re: Ghostscript command for viewing pages one at a time

2007-02-27 Thread Shachar Shemesh
Oron Peled wrote: Hope it helps, It almost does. You see, I somewhat lied. What I really want to do is display PDF files. If I understand the GS documentation correctly, PDF files cannot be reordered at will, nor even streamed via stdin. Still, ghostview seems to be doing a reasonable job at

Re: jpost + firefox = not good

2007-02-27 Thread יובל האגר
ביום שלישי 27 פברואר 2007, 19:16, נכתב על ידי Peter: Has anyone got trouble loading jpost articles with FF ? try: http://www.jpost.com/servlet/Satellite?cid=1171894527527pagename=JPost%2FJ PArticle%2FShowFull The page keeps loading for a long time, and displaying post replies opens a popup

Re: jpost + firefox = not good

2007-02-27 Thread יובל האגר
ביום שלישי 27 פברואר 2007, 19:16, נכתב על ידי Peter: Has anyone got trouble loading jpost articles with FF ? try: http://www.jpost.com/servlet/Satellite?cid=1171894527527pagename=JPost%2FJ PArticle%2FShowFull The page keeps loading for a long time, and displaying post replies opens a popup

Re: Ghostscript command for viewing pages one at a time

2007-02-27 Thread Oron Peled
On Wednesday, 28 בFebruary 2007 00:29, Shachar Shemesh wrote: If I understand the GS documentation correctly, PDF files cannot be reordered at will, nor even streamed via stdin. Still, ghostview seems to be doing a reasonable job at it. If that's the limitation, than simply convert PDF - PS