Greetings
I am hoping to be pointed in the direction on the following items :
- how to add a table of contents to the front of a generated pdf when using Prince with Docusaurus.
- generating page numbers or adding a footer with page numbers in it
The command I am using is:
npx docusaurus-prince-pdf -u http://localhost:3000/docs/0.9.0/website_overview --include-index --toc -o ./pdf/website_output.pdf --prince-args '\-\-javascript'
This generates a pdf creating an index that can be accessed via OSX Preview. I'm wishing though to be able to circulate a complete PDF with a generated TOC to the front of the document hopefully referencing page numbers.
Environment:
Prince 15.2 - non-commercial License
Docusaurus version: 3.1.1
Node version: v21.6.1
OSX Sonama 14.2.1
Any Help would be appreciated.
I am hoping to be pointed in the direction on the following items :
- how to add a table of contents to the front of a generated pdf when using Prince with Docusaurus.
- generating page numbers or adding a footer with page numbers in it
The command I am using is:
npx docusaurus-prince-pdf -u http://localhost:3000/docs/0.9.0/website_overview --include-index --toc -o ./pdf/website_output.pdf --prince-args '\-\-javascript'
This generates a pdf creating an index that can be accessed via OSX Preview. I'm wishing though to be able to circulate a complete PDF with a generated TOC to the front of the document hopefully referencing page numbers.
Environment:
Prince 15.2 - non-commercial License
Docusaurus version: 3.1.1
Node version: v21.6.1
OSX Sonama 14.2.1
Any Help would be appreciated.
Edited by unspecifiedid