Skip to content

Commit a98bccc

Browse files
committed
995158: Added proper Output path for HTML to PDF.
1 parent d12f9c4 commit a98bccc

File tree

1 file changed

+1
-1
lines changed
  • HTML to PDF/Blink/Convert-website-URL-to-PDF-document/.NET/Convert-website-URL-to-PDF-document

1 file changed

+1
-1
lines changed

HTML to PDF/Blink/Convert-website-URL-to-PDF-document/.NET/Convert-website-URL-to-PDF-document/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
using (PdfDocument document = htmlConverter.Convert("https://www.google.com"))
88
{
99
//Save the PDF document
10-
document.Save("Output.pdf");
10+
document.Save(Path.GetFullPath(@"Output/Output.pdf"));
1111
}

0 commit comments

Comments
 (0)