Search Results for: "Quick PDF Library"

PDF is not itself a display format, but rather a container for content. Regardless of which specific technology is used, PDF files are prepared for display through a process known as "rendering". As outlined in this blog post, thi...
Keep reading Keep reading
Foxit Quick PDF Library can print PDF files to an installed printer using the PrintDocument function. PDF files can be printed to any installed printer driver regardless of whether it is for a physical printer or a virtual pr...
Keep reading Keep reading
When using the ActiveX edition of Foxit Quick PDF Library in Visual Studio it is possible to come across this error message: Ambiguity between class 'DebenuPDFLibraryAX1014.PDFLibrary' and interface 'DebenuPDFLibraryAX1014.PDFLibr...
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 s...
Keep reading Keep reading
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 ...
Keep reading Keep reading
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...
Keep reading Keep reading