Live data from Hacker News

Chrome 59 has cross-platform headless support

chromestatus.com

51–60 of 161 posts

Re: Chrome 59 has cross-platform headless support

#52
post #22

Please let this be capable of generating PDFs from HTML from the command line.

Is there an easy way to do the opposite? e.g. read PDFs as HTML (intended to be read through a remote shell), or text?

I'm in the same boat. You might want to check these out:

http://coolwanglu.github.io/pdf2htmlEX/

https://github.com/JonathanLink/PDFLayoutTextStripper

http://tabula.technology/

https://docparser.com

Re: Chrome 59 has cross-platform headless support

#54
post #9

Please let this be capable of generating PDFs from HTML from the command line.

Yes: https://chromedevtools.github.io/debugger-protocol-viewer/to...

https://wkhtmltopdf.org/

You can download the two tools wkhtmltopdf and wkhtmltoimage which use WebKit to generate pdfs/images.

Re: Chrome 59 has cross-platform headless support

#55
Shamelessly bumping my project to produce a nice python API for the Chromium/Chrome-remote-debugger-protocol: https://github.com/fake-name/ChromeController

I'm trying to replace PhantomJS in my infrastructure with chromium. Not having to build my own chromium will be a very nice thing.

Re: Chrome 59 has cross-platform headless support

#56

Nice!! Would creating WebRTC data channel be possible? server side SCTP to client(p2p over SCTP/data channel) would be cool.

It's already possible. I'm using webrtc and node-electron to connect a golang server for my MMO project. I have a farm of 4 nodejs processes running under tmux acting as proxies for unreliable communications.

https://www.emergencevector.com

Re: Chrome 59 has cross-platform headless support

#58

A lot of phantom js talk here makes me want to recommend http://ghostinspector.com It's a phantom js (and other headless browser) web service. Using the site, you can quickly create different tests, scheduled tests, chained tests, keep screen shots, create videos of multi step tests, and have historical information of it all. Can't say enough good things about the site. Edit: also there's a great chrome extension tha…

I'm the co-founder of a startup that provides an enterprise solution in this space (https://functionize.com).

I agree with your sentiment regarding these types of tools. It has been a long time coming but this release and the tools available now are things I wish I had years ago when I was building my first company.

Post reply on HN