Skip to content

Instantly share code, notes, and snippets.

@yrezgui
Created June 8, 2012 15:34
Show Gist options
  • Save yrezgui/2896188 to your computer and use it in GitHub Desktop.
Save yrezgui/2896188 to your computer and use it in GitHub Desktop.
PhantomJS test page render
var page = require('webpage').create();
page.onLoadFinished = function (status) {
page.render("cv.pdf");
phantom.exit();
}
page.open("http://yrezgui.phpfogapp.com/cv/index.html");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment