Skip to content

Commit

Permalink
enable local file access for wkhtmltopdf
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed May 16, 2024
1 parent 68b8b33 commit edcac0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/std/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ $(DOCNAME).html: $(DOCNAME).md template.html
pandoc VO-DML.md -s --css=https://www.ivoa.net/misc/ivoa_wd.css --template=template.html --toc -N -o VO-DML.html

$(DOCNAME).pdf: $(DOCNAME).md template.html
pandoc VO-DML.md -s --css=https://www.ivoa.net/misc/ivoa_wd.css --template=template.html --to html --toc -N -o VO-DML.pdf
pandoc VO-DML.md -s --css=https://www.ivoa.net/misc/ivoa_wd.css --template=template.html --to html --toc -N --pdf-engine-opt=--enable-local-file-access -o VO-DML.pdf

0 comments on commit edcac0e

Please sign in to comment.