DITA-OT PDF plug-in generator is a TypeScript program that generates DITA-OT plug-ins that extend the default PDF2 plug-in.
- Install dependencies
> nvm use > npm install
- Start development server
Generator UI is available at http://localhost:1234.
> npm start
- Run unit-tests
> npm test
- Install dependencies
> nvm use > npm install
- Run distribution build
Distribution files are available in
> npm run build
dist
directory.
Support this project and others by @jelovirt via GitHub Sponsors.
DITA-OT PDF plug-in generator is licensed for use under the Apache License 2.0.