Search Results for: "Quick PDF Library"

Foxit Quick PDF Library lets you programmatically stamp one PDF onto another PDF. This can be done using the CapturePage and DrawCapturedPage functions to overlay a PDF file onto another. Here is a small JScript code snippet that ...
Keep reading Keep reading
In version 16 of Foxit Quick PDF Library, you might have noticed that there is a new DLL called CPDLL in your download package. What does that mean? We've seem some users asking about the CPDLL. Here are the key differences and ne...
Keep reading Keep reading
This article is intended for users of Foxit Quick PDF Library for Android. The Android Virtual Device (AVD) is an emulator configuration that lets you model an actual device by defining hardware and software options to be emulated...
Keep reading Keep reading
Foxit Quick PDF Library includes a range of functionality for extracting text from PDF files, but usually it's for extract text from an entire page. The extract functions which include "area" in the name let you specify a rectangu...
Keep reading Keep reading
There is not a single "imposition" function in Foxit Quick PDF Library but it's easy to use the CapturePage and DrawCapturedPage functions to do the imposition. There is some sample code below that demonstrates how to take a ...
Keep reading Keep reading
(The answer is no, not in the current Delphi source code version, but read below because the more accurate answer is "no, but that's okay because Microsoft guarantees that only the bottom 32-bit range of handles is used in Windows...
Keep reading Keep reading
Despite the unhelpful name, the BadImageFormatException error almost always results from confusion with 32-bit/64-bit DLLs and project settings. For example, you've tried to load a 32-bit DLL into a 64-bit application or you've tr...
Keep reading Keep reading
Problems can arise when working with longer JavaScript strings using Foxit Quick PDF Library. Essentially, these issues occur due to the nature of Delphi, the programming language in which Foxit Quick PDF Library is written. Delph...
Keep reading Keep reading
The following error message is shown sometimes when using ASP, VBScript, Microsoft Access, VBA and other technologies: ActiveX component can't create object As the error message describes the ActiveX component can't create the ref...
Keep reading Keep reading