Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.postscript > #609 > unrolled thread
| Started by | Peter Billam <peter@www.pjb.com.au> |
|---|---|
| First post | 2012-02-03 10:15 +0000 |
| Last post | 2012-02-04 06:13 +0000 |
| Articles | 6 — 4 participants |
Back to article view | Back to comp.lang.postscript
gv failing with more and more pdf files Peter Billam <peter@www.pjb.com.au> - 2012-02-03 10:15 +0000
Re: gv failing with more and more pdf files ken <ken@spamcop.net> - 2012-02-03 11:19 +0000
Re: gv failing with more and more pdf files Bob Tennent <BobT@cs.queensu.ca> - 2012-02-03 13:12 +0000
Re: gv failing with more and more pdf files Helge Blischke <h.blischke@acm.org> - 2012-02-03 13:37 +0100
Re: gv failing with more and more pdf files Peter Billam <peter@www.pjb.com.au> - 2012-02-03 18:15 +0000
Re: gv failing with more and more pdf files Peter Billam <peter@www.pjb.com.au> - 2012-02-04 06:13 +0000
| From | Peter Billam <peter@www.pjb.com.au> |
|---|---|
| Date | 2012-02-03 10:15 +0000 |
| Subject | gv failing with more and more pdf files |
| Message-ID | <slrnjincui.2ug.peter@box8.pjb.com.au> |
Greetings, I hope this isn't too off-topic... I find more and more I'm meeting pdf files that my gv (gv 3.7.1 on debian squeeze) can't display. For example: http://www.peacefulpillhandbook.com/documents/MasterclassExit.pdf gives me: Error: /rangecheckGPL Ghostscript 8.71: Unrecoverable error, exit code 1 in --.discardtransparencygroup-- but other errors happen too, e.g. --nostringval-- %erroreGPL Ghostscript 8.71: Unrecoverable error, exit code 1 I'd say that I can't read even half the pdf's that non-linux users send me. Often ps2txt will get me through, but sometimes not. What should I do about this ? Regards, Peter -- Peter Billam www.pjb.com.au www.pjb.com.au/comp/contact.html
[toc] | [next] | [standalone]
| From | ken <ken@spamcop.net> |
|---|---|
| Date | 2012-02-03 11:19 +0000 |
| Message-ID | <MPG.2995d32c39bf98d198987a@usenet.plus.net> |
| In reply to | #609 |
In article <slrnjincui.2ug.peter@box8.pjb.com.au>, peter@www.pjb.com.au says... > I'd say that I can't read even half the pdf's that non-linux users > send me. Often ps2txt will get me through, but sometimes not. > What should I do about this ? Upgarde to a version of Ghostscript less than 5 years old ? Current version is 9.04, 9.05 is due for release shortly. Ken
[toc] | [prev] | [next] | [standalone]
| From | Bob Tennent <BobT@cs.queensu.ca> |
|---|---|
| Date | 2012-02-03 13:12 +0000 |
| Message-ID | <slrnjinn9j.jlq.BobT@linus.cs.queensu.ca> |
| In reply to | #610 |
On Fri, 3 Feb 2012 11:19:45 -0000, ken wrote: > In article <slrnjincui.2ug.peter@box8.pjb.com.au>, peter@www.pjb.com.au > says... > >> I'd say that I can't read even half the pdf's that non-linux users >> send me. Often ps2txt will get me through, but sometimes not. >> What should I do about this ? > > Upgarde to a version of Ghostscript less than 5 years old ? Current > version is 9.04, 9.05 is due for release shortly. Not so easy if the distribution doesn't support it. On Centos (RHEL, SL), the most recent official version is 8.70 and opens the example cited by the OP just fine. I'd report a bug to the ghostscript package maintainer; presumably there's a patch available that Red Hat have applied and Debian haven't. In the meantime, there are lots of other PDF viewers available on Linux systems: evince, okular, epdfview, xpdf, mupdf, ... . Bob T.
[toc] | [prev] | [next] | [standalone]
| From | Helge Blischke <h.blischke@acm.org> |
|---|---|
| Date | 2012-02-03 13:37 +0100 |
| Message-ID | <9p22o5Fhq4U1@mid.individual.net> |
| In reply to | #609 |
Peter Billam wrote: > Greetings, I hope this isn't too off-topic... I find more and > more I'm meeting pdf files that my gv (gv 3.7.1 on debian > squeeze) can't display. For example: > http://www.peacefulpillhandbook.com/documents/MasterclassExit.pdf > gives me: > Error: /rangecheckGPL Ghostscript 8.71: Unrecoverable error, exit code 1 > in --.discardtransparencygroup-- > but other errors happen too, e.g. > --nostringval-- %erroreGPL Ghostscript 8.71: > Unrecoverable error, exit code 1 > I'd say that I can't read even half the pdf's that non-linux users > send me. Often ps2txt will get me through, but sometimes not. > What should I do about this ? > > Regards, Peter > Uncheck the (default) antialias option of GV. It seems that this option is not compatible with the transparency handling (checked with gs 9.02). Still problems with the displayed page size in GV (but gs itself displays correctly). Helge
[toc] | [prev] | [next] | [standalone]
| From | Peter Billam <peter@www.pjb.com.au> |
|---|---|
| Date | 2012-02-03 18:15 +0000 |
| Message-ID | <slrnjio916.2b7.peter@box8.pjb.com.au> |
| In reply to | #611 |
Aah - high-quality replies, many thanks! On 2012-02-03, Helge Blischke <h.blischke@acm.org> wrote: > Uncheck the (default) antialias option of GV. It seems that this option > is not compatible with the transparency handling (checked with gs 9.02). > Yes, it works :-) At last I can see the contents. > Still problems with the displayed page size in GV > (but gs itself displays correctly). Ken wrote: > Upgrade to a version of Ghostscript less than 5 years old Bob Tennent wrote: > Not so easy if the distribution doesn't support it. On Centos > (RHEL, SL), the most recent official version is 8.70 and opens > the example cited by the OP just fine. On debian stable I've got gs 8.71 > I'd report a bug to the ghostscript package maintainer; presumably > there's a patch available that Red Hat have applied and Debian haven't. I'll see what I can do. They'll probably say upgrade to testing (gv 3.7.3-1, gv 9.04) which indeed it might be time to do anyway (except for the awful pulseaudio disaster about which I read so much). > In the meantime, there are lots of other PDF viewers available > on Linux systems: evince, okular, epdfview, xpdf, mupdf, ... I'll check them out. Thanks again. Regards, Peter -- Peter Billam www.pjb.com.au www.pjb.com.au/comp/contact.html
[toc] | [prev] | [next] | [standalone]
| From | Peter Billam <peter@www.pjb.com.au> |
|---|---|
| Date | 2012-02-04 06:13 +0000 |
| Message-ID | <slrnjipj51.3pj.peter@box8.pjb.com.au> |
| In reply to | #613 |
I wrote: > I'd say that I can't read even half the pdf's that non-linux users > send me. Often ps2txt will get me through, but sometimes not. On 2012-02-03, Helge Blischke <h.blischke@acm.org> wrote: > Uncheck the (default) antialias option of GV. It seems that this option > is not compatible with the transparency handling (checked with gs 9.02). On 2012-02-03, I wrote: > Yes, it works :-) At last I can see the contents. It's interesting to compare that with the output of ps2txt MasterclassExit.pdf | less which only mentions the bits about proxies and firewalls etc ! I hope I haven't been missing the crucial bits of too many other pdf's over the last year or so :-) Anyway, thanks for your help, Peter -- Peter Billam www.pjb.com.au www.pjb.com.au/comp/contact.html
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.postscript
csiph-web