Awesome module to generate PDF files and manage PDF inyour Nuxt application.
Nuxt PDF is a tool that allows users to generate PDF files directly from the content on their website. It can be used to create offline downloadable documentation pages. The project is currently looking for a new maintainer as the original developer is no longer actively involved in the Nuxt universe.
<title> tag)To install the Nuxt PDF theme, follow these steps:
nuxt-pdf package to your project by running the following command:npm install nuxt-pdf
nuxt.config.js file, add nuxt-pdf to the buildModules section:buildModules: [
'nuxt-pdf'
]
pdf property:pdf: {
// your configuration options here
}
For a complete list of available configuration options, refer to the example configuration provided.
Nuxt PDF is a useful tool for generating PDF files from the content on your website. It offers features such as dynamic route support, customizable metadata, and automatic regeneration of PDFs as you edit. The theme is compatible with Nuxt 2.x and higher. Follow the installation guide to start using Nuxt PDF in your project.