The Invoice project is an example of the invoice generation.An invoice is a commercial document issued by a seller to a buyer relating to a sale transaction and indicating the products, quantities, and agreed-upon prices for products or services the seller had provided the buyer.
-
Visual Studio 2017 or above is installed. To install a community version of Visual Studio use the following link: https://visualstudio.microsoft.com/vs/community/ Please make sure that the way you are going to use Visual Studio is allowed by the community license. You may need to buy Standard or Professional Edition.
-
.NET Core SDK 2.1 or above is installed. To install the framework use the following link: https://dotnet.microsoft.com/download
The example creates the file Invoice.pdf in the output bin/(debug|release)/net6.0 folder.