Explore historical articles, tutorials, and technical guides for Foxit Quick PDF Library. Note: This product has been discontinued and integrated into our latest SDK tools.
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 formatting, then the content can added using the SetTableCellContent function. Some sample Delphi code for creating and formatting a PDF [...]
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. The company logo is created using paths, but that section of code could be [...]
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 Context handle (DC). Foxit Quick PDF Library contains two different functions that can help [...]
Adding images to PDF files is simple using the PDF API available with Foxit Quick PDF Library.
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 LoadFromStream LoadFromString MergeDocument NewDocument SaveToFile SaveToString SecurityInfo EncryptFile DecryptFile AnalyseFile MergeFiles MergeStreams MergeFileListFast ExtractFilePageContent ExtractFilePageText ExtractFilePages GetFileMetadata Check the result of the [...]
This tutorial is for developers are are using Foxit Quick PDF Library with C# for the first time. To begin with add a button to your Windows Forms Application. Double-click the button to add an OnClick event, and fill in the following event code. Lets start. Create an instance of Foxit Quick PDF Library, this line of [...]
Foxit Quick PDF Library makes it easy to copy a page from one PDF and draw that page onto one or more pages in a different PDF. This is very useful for when you have a template such as a letterhead that needs to be applied to all pages in a PDF before it is sent [...]
Adding an image as a watermark or a stamp on a PDF requires only a few lines of code using Foxit Quick PDF Library. Here’s some C# sample code: /* Add an image watermark or stamp to an existing PDF document */ // Load a sample file from disk. We'll place the image // onto this [...]
Foxit Quick PDF Library does not currently let you print to different printer bins or paper trays during the same print job. You can assign different print jobs to different printer bins or paper trays, but you can’t assign the one print job to different outputs depending on which page is being printed. This article [...]
Yes, Foxit Quick PDF Library works with the .NET framework. Foxit Quick PDF Library has an ActiveX and DLL edition that can be used with the .NET framework via an interop assembly. We also provide special import classes for C# and Visual Basic for both the DLL and ActiveX editions to make development easier. With regards to [...]