npm install @condorhero/vuepress-plugin-export-pdf-v2 -D then add script to yourpackage.json: {"scripts": {"export-pdf":"press-export-pdf export [path/to/your/docs]"} } Then run: npm run export-pdf press-export-pdfCommand Options ...
exports = { plugins: [ [ '@maiscrm/vuepress-plugin-exportpdf', { themeConfig: { navbar: false, nextLinks: false, prevLinks: false, sidebar: [ 'docs/', { title: 'Plugin', children: [ 'docs/plugin/', 'docs/plugin/using-a-plugin' ] } ] } } ] ] }...
"^1.7.1", "@vuepress/plugin-nprogress": "^1.7.1", "node-sass": "4.14.1", "sass-loader": "7.3.1", "vuepress": "^1.7.1" }, "dependencies": { "@snowdog/vuepress-plugin-pdf-export": "^1.1.0", "axios": "^0.21.0", "bulma": "^0.9.1", "vuepress-plugin-export": "^0.2...
Generate different PDF files per locale. Transform all of links. Install npm i vuepress-plugin-export Usage Using this plugin: // .vuepress/config.jsmodule.exports={plugins:['vuepress-plugin-export']} Then run: vuepressexport[path/to/your/docs] ...
If you are using VuePress major version is 1.x, please use @condorhero/vuepress-plugin-export-pdf-v1 If you are using VuePress major version is 2.x, please use @condorhero/vuepress-plugin-export-pdf-v2 If you are using VitePress, please use vitepress-export-pdf Inspiration vuepress-plugin...