Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync main to develop #49

Merged
merged 2 commits into from
Jun 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions Forms/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
![LatestVersion](https://img.shields.io/nuget/v/Adobe.PDF.Library.FormsExtension.LM.NET?color=informational&label=latest&style=plastic)
![Download Counter](https://img.shields.io/nuget/dt/Adobe.PDF.Library.FormsExtension.LM.NET?color=blue&label=downloads&logo=NuGet&style=plastic)
![Windows](https://img.shields.io/badge/Windows-✓-blue?style=plastic&logo=windows&labelColor=blue)
![Linux](https://img.shields.io/badge/Linux-✓-blue?style=plastic&logo=linux&labelColor=blue&logoColor=white)
![VisualStudio](https://img.shields.io/badge/Visual%20Studio-✓-blue?style=plastic&logo=visualstudio&labelColor=blue)
![VisualStudioCode](https://img.shields.io/badge/Visual%20Studio%20Code-✓-blue?style=plastic&logo=visualstudiocode&labelColor=blue)
# ![Logo](https://raw.github.com/datalogics/dl-icons/develop/DLBanner_Nuget.png)
# Adobe PDF Library Forms Extension for .NET 6, 64-Bit, Free Trial

To activate the free trial:
1. Visit https://www.datalogics.com/pdf-form-functions to obtain an activation key.
2. A prompt will appear on your console when executing Datalogics sample code.

Alternatively, you may provide the activation key via the LicenseKey member of the Library class:
```
Library.LicenseKey = "xxxx-xxxx-xxxx-xxxx";
using (Library lib = new Library())
{
//APDFL Code
}
```
This package supports **x64** Windows and Linux as deployment targets and is a full-featured version of the product that will expire after some time. Contact **[email protected]** to extend the evaluation.

[Samples](https://github.com/datalogics/apdfl-csharp-dotnet-samples/tree/main/Forms) | [Documentation](https://docs.datalogics.com/apdfl18/DotNet/index.html) | [Release Notes](https://docs.datalogics.com/apdfl18/Release_Notes.html) | [Support](https://www.datalogics.com/tech-support-pdfs) | [Homepage](https://www.datalogics.com/)

Forms Extension SDK is an Adobe PDF Library addition that helps users who work with PDF forms to efficiently manage their forms processes. Import and export form data, lock completed forms to prevent editing and provide consistent viewing experiences across all devices.

Forms Extension Uses:

* Adobe PDF Library customers who need additional forms support
* Incorporating forms functionality into your own applications
* Processing PDFs containing XFA form content
* Using dynamic forms that require customization
* Using database content to populate form fields
* Exporting form data to populate databases
* Conditionally preventing form editing (for example: after submission)

Built upon Adobe source code used for Acrobat, Datalogics Adobe PDF Library SDK provides stable, reliable code and the flexibility to develop with C# or VB (VB.NET) (interfaces are also available for C++ and Java). APDFL is the most complete SDK for PDF creation, manipulation and management. Leading choice for enterprise/larger organizations of developers and independent software vendors (ISVs) who need to incorporate Adobe's PDF functionality into their own internal or external applications.

Live support from PDF development experts.

Licensing and Pricing options are customized to your usage and requirements. For OEM and SaaS customers we will provide you with a non-license managed software package for easier distribution embedded within your applications.
Loading