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