We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb9302 commit 363175dCopy full SHA for 363175d
1 file changed
Program.cs
@@ -19,11 +19,11 @@ static void Main(string[] args)
19
var document = new InvoiceDocument(model);
20
21
// Generate PDF file and show it in the default viewer
22
- //GenerateDocumentAndShow(document);
+ GenerateDocumentAndShow(document);
23
24
// Or open the QuestPDF Previewer and experiment with the document's design
25
// in real-time without recompilation after each code change
26
- document.ShowInPreviewer();
+ //document.ShowInPreviewer();
27
}
28
29
static void GenerateDocumentAndShow(InvoiceDocument document)
0 commit comments