Toolkit FAQ

GarbageCollection
Toolkit method GarbageCollection has been deprecated starting with Toolkit 10 and has been removed in Toolkit 11. The recommended method to dispose of the T...
Wed, 4 Aug, 2021 at 11:39 AM
Toolkit sample code
GitHub/ActivePDF  Toolkit
Wed, 10 Nov, 2021 at 3:49 PM
Azure App Services and Toolkit
ActivePDF Toolkit can be used with Microsoft's Azure App Services, it does require an extra step to function. The Toolkit .NET wrapper requires the nati...
Wed, 10 Feb, 2021 at 4:40 PM
How to determine if a PDF is password protected with OpenInputFile method
The Toolkit OpenInputFile method returns (version 8.1.4 and above) *pRetVal = object.OpenInputFile(InputFileName); -3 = Unable to open input file, ...
Wed, 10 Nov, 2021 at 3:53 PM
Form Field Tags lost
Issue: Once the form fields are merged with data and saved, the resulting PDF looses all form fields tags. Upon using JAWS to read the saved PDF, the form f...
Wed, 10 Feb, 2021 at 4:39 PM
PrintText, PrintMultiLineText adds blank page
Using PrintMultilineText  or PrintText works as expected but it adds a blank page in between the pages. Solution: Add a page number to SetFont method ...
Wed, 10 Nov, 2021 at 3:59 PM
Toolkit Return Results and Error Codes
Toolkit Return Results and Error Codes Return results for Toolkit are specific for each property or method. See the entry for the property or method...
Wed, 10 Nov, 2021 at 4:02 PM
After using CopyForm, fonts in the Output PDF are Garbled
After using CopyForm, fonts in the Output PDF are Garbled After using AddLogo and then calling CopyForm, fonts in the the output PDF are garbled or overwr...
Wed, 10 Feb, 2021 at 4:38 PM
Frequently Asked Toolkit Questions (FAQs)
Frequently Asked Toolkit Conversion Questions (FAQs) Here are some short topics that answer conversion issues customers have had in the past. When usi...
Wed, 10 Feb, 2021 at 4:38 PM
How to delete pages of PDF
Use CopyForm to remove any unwanted pages. CopyForm takes two parameters a first page and a last page. You can call CopyFrom multiple times to add what page...
Wed, 10 Feb, 2021 at 4:39 PM