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:
https://xhtmlrenderer.dev.java.net/
But JPedal dies have a GPL-ed version, which works wery well:
http://www.jpedal.org/gpl.php
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
// Hugi Thordarson
// http://hugi.karlmenn.is/
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
http://wkpdf.plesslweb.ch/
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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]