mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 16:30:11 +00:00
Annotate Phantom gen method.
This commit is contained in:
parent
60e455b36d
commit
850c640368
@ -51,6 +51,7 @@ Definition of the HtmlPdfGenerator class.
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
Generate a PDF from HTML using Phantom.
|
Generate a PDF from HTML using Phantom.
|
||||||
|
See: https://github.com/ariya/phantomjs/blob/master/examples/rasterize.js
|
||||||
*/
|
*/
|
||||||
phantom: function( markup, fOut ) {
|
phantom: function( markup, fOut ) {
|
||||||
require('phantom').create( function( ph ) {
|
require('phantom').create( function( ph ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user