File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ static void Main(string[] args)
1919 var document = new InvoiceDocument ( model ) ;
2020
2121 // Generate PDF file and show it in the default viewer
22- GenerateDocumentAndShow ( document ) ;
22+ // GenerateDocumentAndShow(document);
2323
2424 // Or open the QuestPDF Previewer and experiment with the document's design
2525 // in real-time without recompilation after each code change
26- // document.ShowInPreviewer();
26+ document . ShowInPreviewer ( ) ;
2727 }
2828
2929 static void GenerateDocumentAndShow ( InvoiceDocument document )
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" QuestPDF" Version =" 2022.6.1 " />
10+ <PackageReference Include =" QuestPDF" Version =" 2022.8.0 " />
1111 </ItemGroup >
1212
1313</Project >
You can’t perform that action at this time.
0 commit comments