Skip to content

Preview web pages as PDF using any framework or just plain HTML – powered by Vite and Puppeteer

License

Notifications You must be signed in to change notification settings

davidjbng/vite-plugin-pdf-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vite-plugin-pdf-preview

Preview web pages as PDF using any framework or just plain HTML – powered by Vite and Puppeteer

Getting Started

npm i vite-plugin-pdf-preview puppeteer

Usage

import pdfPreview from "vite-plugin-pdf-preview";

export default defineConfig({
  plugins: [
    pdfPreview({
      pages: ["page.html"],
      watch: ["**/*.html", "**/*.css"],
    }),
  ],
});

Viewing PDF Files

Files in the browser do not reload when their content changes.

On Windows use Sumatra PDF to have file content update automatically.

Recommendations for other platforms welcome.

About

Preview web pages as PDF using any framework or just plain HTML – powered by Vite and Puppeteer

Topics

Resources

License

Stars

Watchers

Forks