Tag: PDF
wkhtmltopdf and wkhtmltoimage are open source (LGPLv3) command line tools to render HTML into PDF and various image formats using the Qt WebKit rendering engine.
HTML を使う場合は デフォルトエンジンは wkhtmltopdf 懐かしい というかまだ生きてたんだ 公式ページを見てみると QtWebkit の開発が停止したり復活したり Chrome の Blink 化や PhantomJS の終了だったり 色々あったみたい
If you’re using it for report generation (i.e. with HTML you control), also consider using WeasyPrint or the commercial tool Prince
brew install --cask wkhtmltopdf
brew install homebrew/boneyard/wkhtmltopdf
$ wkhtmltopdf http://google.com google.pdf