Update msedge msedge.exe
This commit is contained in:
@ -13,8 +13,10 @@
|
||||
|
||||
```
|
||||
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"
|
||||
```
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user