Skip to content

Commit 8dadf0d

Browse files
committed
983933-ug: Added proper code.
1 parent 507dfb9 commit 8dadf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Document-Processing/PDF/Conversions/HTML-To-PDF/NET/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ htmlConverter.ConverterSettings = settings;
582582
PdfDocument document = htmlConverter.Convert("https://example.com");
583583

584584
//Save and close the document.
585-
document.Save(fs);
585+
document.Save("Output.pdf");
586586
document.Close(true);
587587

588588
{% endhighlight %}

0 commit comments

Comments
 (0)