-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from datalogics/fe_samples
Add README for Forms Extension Evaluators
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |