I'd seen this kind of thing before but voted up after checking out the 'advanced options' section. After some googling of those "man page" style options, I see now this is probably a web wrapper around [1] so I will more likely integrate that program directly into something I'm working on. But still bookmarking the site for quick jobs.
I've been researching ways to print the timelines on my site, Preceden. There's a complicated mix of HTML and CSS and, needless to say, it doesn't print by simply clicking Print on the browser:
Ooh -- if that works I could do my dashboards in HTML/CSS, print them to PDF, convert the PDF to an image file, and use that. That would make my life much easier, as producing the PDFs directly is a bit of a kludge. Thanks, I'll have to look into that later.
You should have a look at Flying Saucer/xhtmlrenderer (https://xhtmlrenderer.dev.java.net/). It handles every CSS rule I could throw at it. If you simply need a commandline app converting a XHTML file into a PDF, you're done in 10 lines of code.
I first heard of this mechanic when digg launched their ill-received url shortening service. I wish all url shortening services did this.
As far as the bookmarklet goes it would be nice if you could set some of the common options, page-size, orientation, with some nice checkboxes, like Readability (http://lab.arc90.com/experiments/readability/).
No offense to the op but this is another reason why I prefer OS X to any other operating system.. this stuff is built in. You can print any site right to PDF from any browser (as it's an OS feature). No Adobe needed.
Safari allows me to save my site, mentioned below, to PDF perfectly but also fails on your link and the opposite is true for pdfmyurl.com.
Edit: It appears to be the advanced option "print-media-type" that is the problem. Browsers do it by default and if you have pdfmyurl.com use it, the link you posted will look bad. I suspect that this would not be a problem if the theme did not restrict its CSS to "screen". I believe all of the CSS is dumped by the browser when printing because of this directive. The fonts are still correct so the link tags without media attributes probably have those CSS rules.
Nice job guys. This is off-topic but do you guys know of a good library to convert HTML to PDF (Python)? I'm wondering how did guys at pdfmyurl.com did it? Any ideas
Have a look at http://pdfcrowd.com - it is a service providing an html to pdf online API and it has bindings for python. It is in private beta now, so if you are interested please just contact me and I will send you an invitation key.
Hmm, looks good. Cannot find your email in your profile, can you kindly let me know your email? Or can you email me at rolf.oltmans@gmail.com. Thank you.
You can try pisa (xhtml2pdf) here: http://www.xhtml2pdf.com/
Pretty robust. I am having some trouble with bidirectional support, but otherwise looks good - it's an all-python solution.
[1] - http://github.com/antialize/wkhtmltopdf