From c7f333749051d9eb61516d5734ee97e447556ab8 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Tue, 1 Nov 2022 10:56:48 +0100 Subject: [PATCH] Update msedge msedge.exe --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a31daf8..659d9fc 100644 --- a/README.md +++ b/README.md @@ -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" ```