While using it I realized I need some page formatting options. And Puppeteer's page.pdf() function takes in several parameters as specified here: https://github.com/puppeteer/puppeteer/blob/v2.1.1/docs/api.md#pagepdfoptions. It would be very helpful to pass those options from the plugins in vuepress to provide some custom page formatting operations, as the default is somewhat very basic.
Hi @Igloczek,
Thanks for the plugin!
While using it I realized I need some page formatting options. And Puppeteer's
page.pdf()
function takes in several parameters as specified here: https://github.com/puppeteer/puppeteer/blob/v2.1.1/docs/api.md#pagepdfoptions. It would be very helpful to pass those options from the plugins in vuepress to provide some custom page formatting operations, as the default is somewhat very basic.