[tech]using chrome headless print html and website to pdf
使用 chrome 的 headless 把 html file 轉成 pdf
google-chrome-beta --headless --disable-gpu --print-to-pdf="test.pdf" test.html
ls *.htm | awk '{print "google-chrome-beta --headless --disable-gpu --print-to-pdf="$1 ".pdf --no-margins "$1 }' | xargs -I{} bash -c {}
沒有留言:
張貼留言