Added msedge html to pdf conversion to README

This commit is contained in:
2022-11-01 01:36:29 +01:00
parent c373a2a7a8
commit 066480fc0d

View File

@ -8,6 +8,8 @@
```
template.cshtml -[razor]-> out.html -[edge]-> out.pdf -[print]-> paper
msedge.exe --headless --print-to-pdf="test.pdf" "test.html" --print-to-pdf-no-header --disable-gpu
```