idea: using this as "send to kindle" generating pdfs from urls you stumble upon, and seamlessly sending them to the *@kindle.com email address to consume in the device I don't know if there's an easier way or service these days
Show HN: Pdf-Bot, an API/CLI for Generating PDFs Using Headless Chrome
11–20 of 82 posts
Re: Show HN: Pdf-Bot, an API/CLI for Generating PDFs Using Headless Chrome
#12Headless chrome is awesome. I'm using it to generate multiple PNG from SVG.
I agree with you but as a 'old' developer, I find it pretty sad that you have to fire up a headless browser + its gigaton of code, to convert a SVG to PNG. But I agree with you, headless chrome can be very useful.
Re: Show HN: Pdf-Bot, an API/CLI for Generating PDFs Using Headless Chrome
#13Headless chrome is awesome. I'm using it to generate multiple PNG from SVG.
I agree with you but as a 'old' developer, I find it pretty sad that you have to fire up a headless browser + its gigaton of code, to convert a SVG to PNG. But I agree with you, headless chrome can be very useful.
Re: Show HN: Pdf-Bot, an API/CLI for Generating PDFs Using Headless Chrome
#14I've had a great experience working with Headless Chrome to convert webpages to PDF for my side project EmailThis (https://www.emailthis.me).
It uses Puppeteer by Chrome DevTools team - https://github.com/GoogleChrome/puppeteer.
Re: Show HN: Pdf-Bot, an API/CLI for Generating PDFs Using Headless Chrome
#15Really nice work. I've had a great experience working with Headless Chrome to convert webpages to PDF for my side project EmailThis ( https://www.emailthis.me ). It uses Puppeteer by Chrome DevTools team - https://github.com/GoogleChrome/puppeteer .
Re: Show HN: Pdf-Bot, an API/CLI for Generating PDFs Using Headless Chrome
#16Pretty cool! Check out Google's headless browser API Puppeteer too, they provide a few really useful functions for doing stuff like this. https://github.com/GoogleChrome/puppeteer/blob/master/exampl... Really easy to work around, I used it to build a simple CLI to generate device screenshots of a webpage by modifying the user-agent and resolution to match each device. https://github.com/umpox/generateDeviceScreenshot…
Re: Show HN: Pdf-Bot, an API/CLI for Generating PDFs Using Headless Chrome
#17idea: using this as "send to kindle" generating pdfs from urls you stumble upon, and seamlessly sending them to the *@kindle.com email address to consume in the device I don't know if there's an easier way or service these days
Re: Show HN: Pdf-Bot, an API/CLI for Generating PDFs Using Headless Chrome
#18idea: using this as "send to kindle" generating pdfs from urls you stumble upon, and seamlessly sending them to the *@kindle.com email address to consume in the device I don't know if there's an easier way or service these days
Re: Show HN: Pdf-Bot, an API/CLI for Generating PDFs Using Headless Chrome
#19[0] https://github.com/michaelrsweet/htmldoc [1] http://user.it.uu.se/~jan/html2ps.html