Re: OT: Thumbnail image of webpage
Re: OT: Thumbnail image of webpage
- Subject: Re: OT: Thumbnail image of webpage
- From: Hugi Thordarson <email@hidden>
- Date: Mon, 30 Mar 2009 17:31:08 +0000
Ah, interesting, thanks!
PD4ML is completely closed, so that won't work for you. We're trying to move to completely OSS up here as well, and I've been meaning to check out "The Flying Saucer project" for a while. I've heard good things about that one:
But JPedal dies have a GPL-ed version, which works wery well:
Unfortunately I can't use the Core Image-based stuff from ERAttachment, since I'm deploying on Linux, otherwise that would be the obvious choice.
Cheers, - hugi On 30.3.2009, at 16:57, Kieran Kelleher wrote: 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