[racket] html -> pdf?

From: Jordan Schatz (jordan at noionlabs.com)
Date: Tue Sep 25 12:56:34 EDT 2012

Is anyone aware of a way to take arbitrary html pages and turn them into pdfs?

At the moment it looks like I would need to write Racket bindings for a html
rendering engine (WebKit or Gecko), render the page, capture the output as a
bitmap and embed it in a PDF... but that sounds like the long way around.

Thanks,
Jordan

Posted on the users mailing list.