-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I've been experimenting with this fantastic module, but I can't seem to get the zoom factor to work. (I'm attempting to get 100px per inch on a Letter size pdf). Logs are printing the following when I try a zoomFactor of 3.0
electron-html-to:electron-log [Worker 8fd99f30-2dc5-11e6-b9c6-079a8d60bf2a] +1ms creating new browser window with options: { width: 600,
height: 600,
webPreferences:
{ nodeIntegration: false,
javascript: true,
webSecurity: false,
zoomFactor: 3,
preload: '/Volumes/code/pdfaas/node_modules/electron-html-to/lib/scripts/preload.js' },
show: false }
But the resulting pdf is the same as when the zoomFactor is 1. Any guidance would be greatly appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels