Foxit Quick PDF Library

    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.

    Foxit Quick PDF Library

    What is the difference between Foxit Quick PDF Library and Foxit Quick PDF Library Lite?

    Foxit Quick PDF Library Lite includes a small subset of the features available in the full Foxit Quick PDF Library SDK. As of version 11.14 Foxit Quick PDF Library Lite includes 44 functions and the full version of Foxit Quick PDF Library has over 900 functions.

    Read Article
    Foxit Quick PDF Library

    How do I purchase an upgrade to the latest major version of Foxit Quick PDF Library?

    If you purchased within 60 days of a major release (i.e. version 8 to version 9) or you own a valid subscription for Premium Upgrade Protection then the upgrade to the latest major version of Foxit Quick PDF Library is free. If you do not fall into either of these categories then you will need [...]

    Read Article
    Foxit Quick PDF Library

    Quick PDF Library 16.12 is out!

    We have recently released minor version 16.12 of Quick PDF Library. Below you may see some of the new features included in the library for this release: Highlights Delphi 10.3 Rio Support Added support for GS1 Datamatrix barcodes Rendering to PDFium now allows for EMF outputs Bug Fixes Direct access rendering linked to PDFium Improved [...]

    Read Article
    Foxit Quick PDF Library

    What is the difference between DLL and CPDLL?

    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 news about this new version of library: As most of our users who [...]

    Read Article
    Foxit Quick PDF Library

    How to render PDF page to device context using Delphi

    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 Debenu Quick PDF Library. The graphic surface in the Windows operating system is called a Device Context handle (DC). Debenu Quick PDF Library contains two different functions that can help us accomplish this. We can [...]

    Read Article
    Foxit Quick PDF Library

    Getting Started Guide for Foxit Quick PDF Library (LIB Edition)

    Installation The LIB Edition of Foxit Quick PDF Library is generated automatically by converting the DLL Edition into a static link library. The static link library file is called DebenuPDFLibraryLIB1411.lib and a header file called DebenuPDFLibraryLIB1411.h is included. Link dependencies The following resource files must be linked into the final executable: DebenuPDFLibraryCMap.res DebenuPDFLibraryDingbats.res DebenuPDFLibraryGlyphList.res DebenuPDFLibraryColorProfiles.res The following import libraries [...]

    Read Article
    Foxit Quick PDF Library

    Getting Started Guide for Foxit Quick PDF Library (Delphi Edition)

    Installation Copy all the DCU and RES files from the relevant installation folder into a directory of your choice. The default installation folder is: C:Program FilesDebenuPDF Library Setting the path You must tell Delphi where to look for the DCU files. You can either do this once by setting your “Library Path”, or you can set [...]

    Read Article
    Foxit Quick PDF Library

    Getting Started Guide for Foxit Quick PDF Library (DLL Edition)

    Installation Included with the single DLL file DebenuPDFLibraryDLL1411.dll are various header/import files. They provide an easier way to interface with Quick PDF Library. Technical details of the interface are provided here. Initializing/release the library All functions in the DLL use the stdcall convention. The DPLCreateLibrary function must be called to initialize the library. An InstanceID will be returned which must be [...]

    Read Article
    Foxit Quick PDF Library

    Getting Started Guide for Foxit Quick PDF Library (ActiveX Edition)

    Installation After running the installer the DebenuPDFLibraryAX1411.dll and DebenuPDFLibrary64AX1411.dll files will be placed into the ActiveX folder, inside the main installation folder you chose during installation. The default installation folder is C:Program FilesDebenuPDF LibraryActiveX Registering the 32-bit ActiveX DLL Use the regsvr32 command to register Quick PDF Library ActiveX Edition. Open a command prompt with administrator privileges and enter the command: regsvr32 “C:Program FilesDebenuPDF LibraryActiveXDebenuPDFLibraryAX1411.dll” [...]

    Read Article
    Foxit Quick PDF Library

    Manipulate content streams in PDF Files using Quick PDF Library

    Foxit Quick PDF Library supports advanced programmatic manipulation of content streams in PDF files. What are Content Streams? A page in a PDF document has one or more content stream parts that together contain all the PDF page description commands for the page. A lot of PDF files only have one content stream but some PDF [...]

    Read Article