JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q41211F
  • License MIT

Automatically generate PDF's from WordPress Posts.

Package Exports

  • posts-to-pdf

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (posts-to-pdf) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

posts-to-pdf

This tool was created to automatically turn Posts from a WordPress site into PDF's.

Usage:

npx posts-to-pdf https://example.com

Options:

option shortcode description default required
--format -f Format of the PDF A4
--output -o Path of the output folder ./
--scale -s Scale of the page 1
--landscape -l PDF in landscape orientation false
--post-type -t Post type posts
--debug -d Output additional debug info