The Toolkit 10.1.0 release (Build 10.1.0.20338) includes a new feature and bug fixes.
Software Requirements
The following software is required to successfully use Toolkit and Toolkit Ultimate.
Operating Systems Supported
- Windows Server® 2008 R2, 2012 R2, 2016, or 2019
- Microsoft Windows® 10
Additional Software
- Microsoft® .NET Framework 4.5 or higher is required to use Toolkit's .NET component
- Visual Studio C++ 2015 Redistributable
Note: If you are installing an ActivePDF product on a Windows 2012 R2 server, you need to download and install two Microsoft updates for Windows 2012 R2 servers. These updates resolve issues with the Microsoft Visual 2015 C++ Redistributable Runtime Components. For links and step-by-step instructions, see this ActivePDF Knowledge Base article: Installing Toolkit on Windows 2012 Servers.
Hardware Requirements
The minimum hardware requirements for Toolkit are:
Server and desktop
- 125 MB of RAM
- 100 MB of hard disk space (for application)
New Features
For this release, no new features appear in Toolkit.
Toolkit Ultimate 10.1.0 now embeds as separate objects the functionality for:
- Rasterizer
- Redactor
- Extractor
- Spooler
Note: A Toolkit Ultimate license is required to use the functionality listed above.
Upgrade to Release 10.1.0
Upgrading to Toolkit 10.1.0 from previous versions requires explicit reference to the Toolkit core files for .NET.
Starting with TK 10.1.0, the core Toolkit files are no longer installed in the c:\Windows\System32
or c:\Windows\SysWOW64
folders. The files are now installed in the folder C:\Program Files\ActivePDF\Toolkit\bin
. You must update your .NET application to explicitly reference the location of the Toolkit files.
Additionally, if you reference the 64-bit DLLs in C:\Program Files\ActivePDF\Toolkit\bin\x64
, go to your Visual Studio solution, and then to Build > Platform Target and uncheck the Prefer 32-bit box. Leave the platform set to Any CPU.
The following example is a code snippet to reference the Toolkit files located C:\Program Files\ActivePDF\Toolkit\bin\x64:
APToolkitNET.Toolkit oTK = new APToolkitNET.Toolkit(@"C:\Program Files\ActivePDF\Toolkit\bin\x64");
Bugs Fixed
ID # | Description |
---|---|
11311 | Xtractor2015 does not fully support watermark/stamped text |
17418 | "OutputFileName" property name changed to "OutputFile." |
19438 | System.NullReferenceException gives an unhandled error when only selecting .NET during the installation. |
20431 | SetInputPasswords with CopyForm and DecryptPDF fails with TK generated PDF files where SetPDFSecurty sets the owner password to null or empty. |
20561 | New overlay text option for Redactor. |
Documentation
Installation and API information is available in the Toolkit API Reference Guide.
Examples
To download the Toolkit and Toolkit Ultimate examples, visit the GitHub ActivePDF page.
Toolkit Installer
Use the following link to download Toolkit or Toolkit Ultimate.