Skip to content

jelovirt/pdf-generator

Repository files navigation

DITA-OT PDF plug-in generator Node.js CI Netlify Status

DITA-OT PDF plug-in generator is a TypeScript program that generates DITA-OT plug-ins that extend the default PDF2 plug-in.

Development

  1. Install dependencies
    > nvm use
    > npm install
  2. Start development server
    > npm start
    Generator UI is available at http://localhost:1234.

Testing

  1. Run unit-tests
    > npm test

Distribution

  1. Install dependencies
    > nvm use
    > npm install
  2. Run distribution build
    > npm run build
    Distribution files are available in dist directory.

Donating

Support this project and others by @jelovirt via GitHub Sponsors.

License

DITA-OT PDF plug-in generator is licensed for use under the Apache License 2.0.