1.1.0 • Published 4 years ago

@snowdog/vuepress-plugin-pdf-export v1.1.0

Weekly downloads
196
License
MIT
Repository
github
Last release
4 years ago

@snowdog/vuepress-plugin-pdf-export

Vuepress plugin for exporting site as PDF

Features

  • Exports whole Vuepress based page as a single PDF file
  • Applies styles to hide UI elements like navigation or sidebar
  • Doesn't other languages like Java to run
  • Designed to work well in headless environments like CI runners

Config options

Usage

Using this plugin:

// in .vuepress/config.js
module.exports = {
  plugins: ['@snowdog/vuepress-plugin-pdf-export']
}

Then run:

vuepress export [path/to/your/docs]

Tips

To run this plugin on Gitlab CI you may want to run Chrome with no-sandbox flag. Details

module.exports = {
  plugins: [
    ['@snowdog/vuepress-plugin-pdf-export', {
      puppeteerLaunchOptions: {
        args: ['--no-sandbox', '--disable-setuid-sandbox']
      }
    }]
  ]
}
1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago