Life is a Beautiful Sport
  • Home
  • About

PhantomJS

A collection of 1 post
PhantomJS

PhantomJS Screen Capture PDF 여러장 프린트

PhantomJS Screen Capture Print multiple PDFs PhantomJS(팬텀제이)에서 PDF로 Screen capture를 하면 단일 페이지로 출력이 됩니다. 하지만 CSS를 이용해 mutli page/다중페이지로 출력할 수 있습니다. // capture_a4.js page.paperSize = { format: 'A4', orientation: 'portrait' }; page.open('capture_a4.html', function() { page.render('capture_a4_output.pdf'); phantom.exit(); });
2017년 9월 3일 1 min read
Page 1 of 1
Life is a Beautiful Sport © 2025
Powered by Ghost