Re: OT: Thumbnail image of webpage
Re: OT: Thumbnail image of webpage
- Subject: Re: OT: Thumbnail image of webpage
- From: Kieran Kelleher <email@hidden>
- Date: Mon, 30 Mar 2009 12:57:13 -0400
Thanks Hugi,.... good suggestions, however it must be free or FOSS. JPedal is interesting ..... FWIW, I have used ghostscript ('gs' command line tool) to rasterize PDF to images:
gs -sDEVICE=png16m -o MyFile-Page-%d-png16m.png MyFile.pdf
.... that command outputs each page (&d is page number) as a png.
Google has helped me to find "wkpdf" tool at link below ..... which reminds me to clarify that OS-X-only HTML to PDF (or image) tool, even on commandline is workable too since deployment is XServes
Anyone else know of any other java or commandline tools like wkpdf?
-Kieran On Mar 30, 2009, at 11:51 AM, Hugi Thordarson wrote: I do this by rendering the HTML into a PDF, and then rasterizing the PDF to an image.I've tried using several implementations, but currently I use PD4ML for the HTML rendering, and JPedal for rasterizing the PDF.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden