Skip to content

RCRalph/WebpackPDFGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebpackPDFGenerator

WebpackPDFGenerator is a Webpack-based PDF creator which uses Pug + SCSS as its source.

Features

  • Webpack-based, which means with a little bit of knowledge you can add any features you need in your PDF.
  • PDF compilation done by printing documents with the Chromium engine (using Puppeteer).

Getting started

  1. Install package using npm install -g webpack-pdf-generator.
  2. Create PDFs using npx webpack-pdf-generator <file_basename>.pug.
  3. Open compiled PDF, which is available under <file_basename>.pdf.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published