https://github.com/stimulsoft/samples-pdf-forms-for-asp.net-core
ASP.NET Core MVC and Angular sample projects for web components for creating PDF forms, Visual Studio C# projects, compartible with .NET Framework 4.5.2, 4.6, 4.7, 4.8 versions, and .NET Core 3.1, .NET 5.0, .NET 6.0, .NET 7.0 platforms
https://github.com/stimulsoft/samples-pdf-forms-for-asp.net-core
angular designer editable export fillable forms html5 import json list net netcore pdf pdf-a print selection signature validation viewer web
Last synced: 8 months ago
JSON representation
ASP.NET Core MVC and Angular sample projects for web components for creating PDF forms, Visual Studio C# projects, compartible with .NET Framework 4.5.2, 4.6, 4.7, 4.8 versions, and .NET Core 3.1, .NET 5.0, .NET 6.0, .NET 7.0 platforms
- Host: GitHub
- URL: https://github.com/stimulsoft/samples-pdf-forms-for-asp.net-core
- Owner: stimulsoft
- License: other
- Created: 2022-12-26T07:01:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T17:12:52.000Z (over 1 year ago)
- Last Synced: 2025-01-28T18:24:36.446Z (over 1 year ago)
- Topics: angular, designer, editable, export, fillable, forms, html5, import, json, list, net, netcore, pdf, pdf-a, print, selection, signature, validation, viewer, web
- Language: C#
- Homepage: https://www.stimulsoft.com/en/products/forms
- Size: 12.8 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ASP.NET Core MVC C# samples for Stimulsoft PDF Forms
#### This repository contains the source code of examples demonstrating the usage of the Stimulsoft PDF Forms tool in ASP.NET Core applications, using C# code and Angular components. The form designer and components are compatible with .NET Framework 4.5.2 and higher, as well as with .NET 6.0 and all later versions.
## Overview
This repository contains a set of examples (Visual Studio projects), each in different folders:
* [Adding Components from Code](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Adding%20Components%20from%20Code)
* [Changing Properties from Code](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Changing%20Properties%20from%20Code)
* [Creating a Form with Table](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Creating%20a%20Form%20with%20Table)
* [Editing a Form in the Designer](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Editing%20a%20Form%20in%20the%20Designer)
* [Filling Form Data from Database](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Filling%20Form%20Data%20from%20Database)
* [Generating PDF from Form Submission](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Generating%20PDF%20from%20Form%20Submission)
* [Integrating a Form Component](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Integrating%20a%20Form%20Component)
* [Loading an Encrypted Form](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Loading%20an%20Encrypted%20Form)
* [Loading Fields Data from PDF](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Loading%20Fields%20Data%20from%20PDF)
* [Loading a Form from File](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Loading%20a%20Form%20from%20File)
* [Loading a Form from Resource](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Loading%20a%20Form%20from%20Resource)
* [Loading a Form from String](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Loading%20a%20Form%20from%20String)
* [Sending a Form by Email](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Sending%20a%20Form%20by%20Email)
* [Viewing Forms and Parsing Submission Results](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Viewing%20Forms%20and%20Parsing%20Submission%20Results)
* [Working with Forms from Code](https://github.com/stimulsoft/Samples-PDF-Forms-for-ASP.NET-Core/tree/main/Working%20with%20Forms%20from%20Code)
All examples are combined into Visual Studio solutions (.sln files). They are prepared only for LTS frameworks, any compatible ones can be selected in the project settings.
## Running samples
In order to start simply open the Visual Studio solution file in the IDE and run the required project as Startup Project. The required libraries will be automatically downloaded from the NuGet repository. The examples contain an already compiled Angular application. To recompile the Angular part of the project, you should open the `ClientApp` directory and run the `build-angular.cmd` file. All compiled files will be copied to the `wwwroot` directory automatically. Also, the examples are configured to automatically compile the Angular application when building the project.
## About Stimulsoft PDF Forms
Stimulsoft Forms is a component for the interactive collection and processing of user data. The Forms tool easily integrates into your project or application, has an intuitive and user-friendly interface, and allows you to create rich form templates. Stimulsoft Forms is a new level of interaction with users in your application.
## Useful links
* [Live Demo](https://demo.stimulsoft.com/?viewmode=forms)
* [Product Page](https://www.stimulsoft.com/en/products/forms)
* [Free Download](https://www.stimulsoft.com/en/downloads)
* [NuGet](https://www.nuget.org/packages/Stimulsoft.PDF.Forms)
* [NPM](https://www.npmjs.com/package/stimulsoft-forms)
* [Documentation](https://www.stimulsoft.com/en/documentation/online/programming-manual/forms_web.htm)
* [License](LICENSE.md)