Update msedge msedge.exe

This commit is contained in:
2022-11-01 10:56:48 +01:00
parent 58e1992bb2
commit c7f3337490

View File

@ -13,8 +13,10 @@
``` ```
template.cshtml -[razor]-> out.html -[edge]-> out.pdf -[print]-> paper 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 ```cmd
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --headless --print-to-pdf-no-header [--disable-gpu] --print-to-pdf="test.pdf" "test.html"
``` ```