PDF Generation Template Editor
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Fire up Visual Studio 2017, choose File -> New -> Project..., and then select Visual C# -> Windows Desktop -> Console App(.NET Framework) as shown in Figure 2-1.
Figure 2-1
Choose the options for your new project as shown in Figure 2-2. Please make sure to choose .NET Framework 4.6.1 as the programming framework.
Figure 2-2
Place the project to the location as desired. Then, click OK.
Copy all files in the "lib" folder to the project folder.
Add ComPDF Conversion SDK dynamic library to References. In order to use ComPDF Conversion SDK APIs in the project, you must add the reference to the project first.


