PDF viewers capable of high zoom factors

Ask a Question related to Debian, Design and Development.

  1. #1

    Default PDF viewers capable of high zoom factors

    I have a map of the British mainland as a .pdf file. In order to see
    useful local details on it, I want to be able to zoom in by about 50x.
    I have tried xpdf, gv, ghostview and kghostview, but nothing appears
    to be able to zoom in more than 10x.

    The solution that occurs to me is to hack the source of one of these
    apps to enable higher zoom factors, but before doing this I thought I
    would ask and see if anyone knows of a simpler solution - like a more
    flexible app, or converting the .pdf to PostScript and performing some
    hack on the PostScript which my knowledge of PostScript (zero)
    prevents me from thinking of.

    Any suggestions?

    --
    Pigeon

    Be kind to pigeons
    Get my GPG key here: [url]http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F[/url]

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.0.6 (GNU/Linux)
    Comment: For info see [url]http://www.gnupg.org[/url]

    iD8DBQE/ADnhUxADjyHGH38RAtc9AJkBX1K45qDr/K6kvQVmKfdWdAWc+ACfc8v9
    AZMSyasPbA0go+GMJFV413o=
    =Uqlk
    -----END PGP SIGNATURE-----

    Pigeon Guest

  2. Similar Questions and Discussions

    1. Making our server Coldfusion capable...
      I am a developer who is getting into Coldfusion and MySQL. My partner owns a server and we had planned to work together, his hosting services and...
    2. Equivalent focal lengths and crop factors...
      Haven't read here for a while. Wondered when all this would surface here. Well, it has and it won't go away, so maybe some clarification is in...
    3. matz: Which programming languages are you capable of?
      It's just, I'm rather interested in different kinds of p-languages and concepts. And somehow I wnat to know which of them have influenced you in...
    4. Possible use for a continuation? [Generating all factors of agiven number]
      daz wrote: Darn! I was hoping to finally get a chance to use one :-). What I was really trying to achieve, though, was to have a generic...
    5. Possible use for a continuation? [Generating all factors of a given number]
      Harry Ohlsen <harryo@qiqsolutions.com> wrote: Overkill - this should do it: class MultiCounter def initialize(a, b = nil) @max = a @min =...
  3. #2

    Default Re: PDF viewers capable of high zoom factors

    On Mon, 2003-06-30 at 14:23, Pigeon wrote:
    I have a map of the British mainland as a .pdf file. In order to see
    > useful local details on it, I want to be able to zoom in by about 50x.
    > I have tried xpdf, gv, ghostview and kghostview, but nothing appears
    > to be able to zoom in more than 10x.
    Have you tried gpdf?

    I'm not sure if it would zoom in enough, but I just tried it and zoom ed
    in till I only and 3 words fill up the entire view

    You cannot loose much (not sure if its available in testing yet though)

    or maybe acroread?

    try:

    deb [url]http://marillat.free.fr/[/url] unstable main
    > Any suggestions?
    See above :)

    Hope that helps

    Mark


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Mark C Guest

  4. #3

    Default Re: PDF viewers capable of high zoom factors

    On Mon, Jun 30, 2003 at 11:42:15PM +0100, Mark C wrote:
    > Have you tried gpdf?
    Are Gnome applications still supposed to do stuff like this?

    rei $ gpdf LJ1300.pdf

    (gpdf:20471): GdkPixbuf-CRITICAL **: file gdk-pixbuf-io.c: line 729
    (gdk_pixbuf_new_from_file): assertion `filename != NULL' failed

    (gpdf:20471): GdkPixbuf-CRITICAL **: file gdk-pixbuf-io.c: line 729
    (gdk_pixbuf_new_from_file): assertion `filename != NULL' failed

    Simple little two page PDF describing a printer.


    I thought assertions were... bad. :)

    To make this topical, gpdf supports a zoom several orders of magnitude
    larger than xpdf does on the same file. ^_^

    (/me goes and removes all the Gnome cruft gpdf brought along)

    --
    Marc Wilson | Let no guilty man escape. -- U.S. Grant
    [email]msw@cox.net[/email] |


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Marc Wilson Guest

  5. #4

    Default Re: PDF viewers capable of high zoom factors

    On Mon, Jun 30, 2003 at 09:04:59PM -0700, Marc Wilson wrote:
    > Are Gnome applications still supposed to do stuff like this?
    >
    > rei $ gpdf LJ1300.pdf
    >
    > (gpdf:20471): GdkPixbuf-CRITICAL **: file gdk-pixbuf-io.c: line 729
    > (gdk_pixbuf_new_from_file): assertion `filename != NULL' failed
    >
    > (gpdf:20471): GdkPixbuf-CRITICAL **: file gdk-pixbuf-io.c: line 729
    > (gdk_pixbuf_new_from_file): assertion `filename != NULL' failed
    >
    > Simple little two page PDF describing a printer.
    >
    >
    > I thought assertions were... bad. :)
    Assertions aren't always bad, they're like any other debug message. No,
    GNOME applications probably shouldn't do this, but yes, the overwhelming
    majority of GNOME applications I have used over the past several years
    spew garbage like this constantly while otherwise working perfectly. KDE
    apps tend to go to the opposite extreme and fail without any useful
    error messages, unless there's no X session or something.

    --
    Michael Heironimus


    --
    To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
    with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
    Michael Heironimus Guest

  6. #5

    Default Re: PDF viewers capable of high zoom factors

    Hi,

    Am Mon, 2003-06-30 um 15.23 schrieb Pigeon:
    > I have a map of the British mainland as a .pdf file. In order to see
    > useful local details on it, I want to be able to zoom in by about 50x.
    > I have tried xpdf, gv, ghostview and kghostview, but nothing appears
    > to be able to zoom in more than 10x.
    Since _every_ application I know for opening pdf is having such a
    limitation I would expect this to be a general limitation of pdf. Don't
    know, just thinking about.

    I'd suggest you rescale the pdf to maximum size with gs and use the new
    file instead.

    Bye,
    Ratti

    --
    -o) fontlinge | Font management for Linux | Schriftenverwaltung in Linux
    /\\ [url]http://freshmeat.net/projects/fontlinge/[/url]
    _\_V [url]http://www.gesindel.de[/url] [url]https://sourceforge.net/projects/fontlinge/[/url]

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.2 (GNU/Linux)

    iD8DBQA/AdQbCGbv12v1ACwRAsvmAJwPlqWU01grdCcLClKK9b0FuMBPVA CfQ686
    cv8AeDE00HadLCh7G7u+02k=
    =ZEzP
    -----END PGP SIGNATURE-----

    Joerg Rossdeutscher Guest

  7. #6

    Default Re: PDF viewers capable of high zoom factors

    On Mon, Jun 30, 2003 at 11:42:15PM +0100, Mark C wrote:
    > On Mon, 2003-06-30 at 14:23, Pigeon wrote:
    > I have a map of the British mainland as a .pdf file. In order to see
    > > useful local details on it, I want to be able to zoom in by about 50x.
    > > I have tried xpdf, gv, ghostview and kghostview, but nothing appears
    > > to be able to zoom in more than 10x.
    >
    > Have you tried gpdf?
    >
    > I'm not sure if it would zoom in enough, but I just tried it and zoom ed
    > in till I only and 3 words fill up the entire view
    >
    > You cannot loose much (not sure if its available in testing yet though)
    I'm using woody, so it's not very practical unfortunately... seems to
    involve either backporting it to gnome 1.x or backporting gnome 2 to
    woody... think I'll give that one a miss!
    > or maybe acroread?
    >
    > try:
    >
    > deb [url]http://marillat.free.fr/[/url] unstable main
    s/un// in my case... (installs it)...

    Well, that's interesting - I have been avoiding acroread because I'm
    not keen on it under Windoze. Having installed it more or less as a
    last resort, I find that not only does it have adequate zoom
    capability for my map, it's a lot faster than the Windoze version.
    I've installed acroread 5 under Windoze and quickly uninstalled it and
    gone back to version 4 because 5 is painfully slow, but in Linux this
    is not the case.

    It's also a lot faster than the abovementioned free tools, which tend
    to sit there for a long time using 100% CPU and thrashing swap when
    trying to read this file - at a guess, this would be because all the
    free tools are using gs to process the entire document and then opening
    a window onto the result, whereas acroread is just processing enough to
    display what's visible in the window. The fact that acroread pans
    slowly and uses a lot of CPU when panning, whereas the free tools pan
    quickly using little CPU, seems to support this.

    Thanks - I'm working now!

    --
    Pigeon

    Be kind to pigeons
    Get my GPG key here: [url]http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F[/url]

    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.0.6 (GNU/Linux)
    Comment: For info see [url]http://www.gnupg.org[/url]

    iD8DBQE/Ad8TUxADjyHGH38RAjKrAJ4/g9LdxOwZkeXNien6pglnu18QowCgkA0q
    MlKY3c/ao0F/sLdrAzMJQbs=
    =PrXh
    -----END PGP SIGNATURE-----

    Pigeon Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139