Re: [GD-DEVEL] PDF or PS support

[email protected] (Chris Denman) Fri, 10 Jul 2009 09:00:30 +0100
Newsgroups php.gd.devel
Message-ID <[email protected]>
Heard of Image Alchemy (Google search this).  It's a standalone command line
tool for converting between formats inclusing PDF.  So you can convert from
PDF to TIFF for example at high res.
Chris Denman

2009/7/10 Pierre Joye <[email protected]>

> hi,
>
> On Thu, Jul 9, 2009 at 10:39 PM, Michael D Amundson<[email protected]>
> wrote:
> > Hello,
> >
> > Is there any way to dump PDF or PS from GD?  The images I create have a
> > lot of detail and I would like the ability to zoom in/out with a
> > non-bitmap format (currently we mostly use PNG).  I could not find any
> > APIs to do this in the existing documentation.
>
> No, GD is a bitmap only oriented API.
>
> If you need zoom ability I would suggest to draw using SVG (for web) as
> well.
>
> Cheers,
> --
> Pierre
>
> http://blog.thepimp.net | http://www.libgd.org
>
> --
> GD Devel Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>