-
Notifications
You must be signed in to change notification settings - Fork 884
Open
Labels
pdfProduce PDF as the output formatProduce PDF as the output format
Description
When specifiying a relative path to an HTML file containing the footer/header path, it instead puts the path string itself as the header/footer in the PDF.
My file structure:
/Docfx
├── docfx.json
├── pdf_templates/
│ └── header.html
└── _site/
To Reproduce
Steps to reproduce the behavior:
- Create an HTML template
- Link it in the docfx.json ("pdfHeaderTemplate": "pdf_templates/header.html")
- Open the PDF and see
Expected behavior
Expected to see the provided Footer/Header template
Context
- OS: Windows
- Docfx version: Nugget 2.77.0
Metadata
Metadata
Assignees
Labels
pdfProduce PDF as the output formatProduce PDF as the output format