We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2fa01 commit cb3cb10Copy full SHA for cb3cb10
lib/scripts/pdf_a4_portrait.js
@@ -35,6 +35,7 @@ var page = webpage.create()
35
36
if (options.httpHeaders) page.customHeaders = options.httpHeaders
37
if (options.viewportSize) page.viewportSize = options.viewportSize
38
+if (options.zoomFactor) page.zoomFactor = options.zoomFactor
39
if (options.base) page.setContent(json.html, options.base)
40
else page.setContent(json.html, null)
41
0 commit comments