Package to turn Diplodoc projects into PDFs
Package to turn Diplodoc projects into PDFs.
```
npm i -g @diplodoc/docs2pdf
Run @diplodoc/cli command. This will create an output folder with a single page file for each Table of Contents (ToC) file.
``
npx -- @diplodoc/cli@latest -i ./docs -o ./docs-output --single-page
Run the @diplodoc/docs2pdf command. This will create PDF files right next to the single page ones.
``
npx -- @diplodoc/docs2pdf@latest -i ./docs-output
* node >= 18.x
* graphicsmagick
* ghostscript
#### Don't have graphicsmagick and ghostscript yet?
Follow this guide to install the required dependencies.
```
npm run test