PDF Template Designer is a C# application that lets users easily input data into a pre-designed template and generate a PDF with the provided information.
- User-friendly interface for entering data.
- One-click PDF generation.
- Customizable PDF template design.
- .NET Framework or .NET Core installed
- Visual Studio or any C# compatible IDE
- Clone the project
https://github.com/alamgir-ahosain/DynamicPDFGenerator.git
- or Download ZIP
https://github.com/alamgir-ahosain/DynamicPDFGenerator/archive/refs/heads/main.zip ```
- Open the solution file (pdfDesign.sln) in Visual Studio.
- Build and run the project.
- Run the application.
- Enter the required data in the provided fields.
- Click the Generate PDF button to create a PDF.
- Save generated PDF.
Example of the input interface
Generated PDF example
Your feedback is valuable! Please share your thoughts and suggestions for improvement via GitHub Issues.
- Thanks to all open-source contributors for their hard work and support.