PSPDFKit-labs / aspdotnet-form-example

A ASP.NET Core web app example with the ability to read and write PDF Forms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDF Form Read/Write in ASP.NET Core

Prerequisites

.NET Core (https://dotnet.microsoft.com/download)

Getting Started

This repository shows an example of how to read and write PDF Forms with the PSPDFKit .NET Library in ASP.NET Core.

  • Replace YOUR_LICENSE_KEY_GOES_HERE with a valid PSPDFKit .NET Library license key in Program.cs. Please request a trial if you do not have a license key.
  • In the root of the repository, run dotnet run from the command line.
  • Browse to http://localhost:5000/.

Contributing

Please ensure you have signed our CLA so that we can accept your contributions.

About

A ASP.NET Core web app example with the ability to read and write PDF Forms


Languages

Language:C# 66.4%Language:HTML 27.0%Language:CSS 6.5%