I am trying to understand what the process is of turning HTML into a PDF/Postscript programmatically
All Google searches turn up libraries to do this, but I am more interested in the actual process required.
I know you could just set up a Postscript printer and print directly to that, but some of these libraries appear to create the PDF on the fly to allow previews etc.
has anyone had any experience in this, or can provide any guidance?