Explore further

Quick PDF Library articles & project samples

This general form of message in Delphi indicates a referencing error. In essence, it is produced when Delphi settings on the IDE or Project level contain references to multiple versions of the same library. Specific examples inclu...
Keep reading Keep reading
FireMonkey is a modern cross-platform GUI framework developed by Embarcadero Technologies for Delphi and C++ Builder. The Delphi edition of Foxit Quick PDF Library is fully compatible with FireMonkey applications for Windows ...
Keep reading Keep reading
With a DLL there are a few different ways of handling memory. Many libraries ask the user to create the buffer but with the DLL and LIB editions of Foxit Quick PDF Library the library itself maintains the buffer. So if you call a...
Keep reading Keep reading
The performance of PDF generation depends on both the volume of data being processed (i.e., source input) and the specific code used. Using Foxit Quick PDF Library, PDF generation is done entirely in memory. This means that, ...
Keep reading Keep reading
Creating tables with text formatted using standard HTML tags is straightforward using Foxit Quick PDF Library. After positioning and creating the table, set the default HTML styles for the specific HTML tags to be used for fo...
Keep reading Keep reading
Generating PDF files is easy using Foxit Quick PDF Library. In this example we will demonstrate how to programmatically create an invoice as a PDF. In this example we'll use a range of functions to create the content for the page....
Keep reading Keep reading
In this post I would like to show you how easy it is to render a page from a PDF onto a graphic surface using Delphi and Foxit Quick PDF Library. The graphic surface in the Windows operating system is called a Device Con...
Keep reading Keep reading
Adding images to PDF files is simple using the PDF API available with Foxit Quick PDF Library. The key functions involved when inserting an image into a PDF are the AddImageFromFile and DrawImage functions. The size...
Keep reading Keep reading
Atempting to use Foxit Quick PDF Library without a license key, with an expired trial license key or with an invalid license key, will result in the follow functions being being blocked: DAOpenFile GetInformation LoadFromStr...
Keep reading Keep reading