Hacker News new | ask | show | jobs
by personalcompute 4115 days ago
It looks to me like it was a mistake to have the url embedded into the finished product. I don't know if it possible to exploit browser page printing as a means to convert the result without this happening. Having that plus the page count/date on every page does ruin the entire utility of the product, unfortunately.

I would suggest that considering that he already has an html based generator, he could use that and then pandoc [0] on the backend to convert to pdf and (optionally) print.

[0]http://johnmacfarlane.net/pandoc/

PS - To the author - the standard keyboard shortcut for moving to the next form field is tab, why not use that?