Foxit Developer Blog

    Insights, tutorials, and updates from the Foxit PDF SDK engineering team.

    Foxit SDK .NET

    Can Foxit PDF Viewer for .NET SDK be incorporated in “ANY CPU” build projects (32/64 bit)?

    It is not possible to incorporate Foxit PDF Viewer for .NET SDK in an “ANY CPU” build project. You can either use Viewer for .NET SDK in x86 or x64 build projects. You can refer to the documentation on referencing assembly for more information.

    Read Article
    Foxit WebPDF Viewer - Discontinued

    Getting Started Guide for WebPDF Viewer

    Getting Started with WebPDF Viewer Foxit WebPDF Viewer is a cross-platform solution for quickly displaying and manipulating PDF document in a web browser. Built on Foxit’s widely-used core PDF technology, WebPDF Viewer provides extensive and easy-to-use capabilities for online viewing. This guide will show you how to quickly create your own basic WebPDF Viewer page. [...]

    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 WebPDF Viewer - Discontinued

    Can anyone download a PDF viewed using WebPDF Viewer?

    No, it’s possible to prevent users from being able to download a PDF which they are viewing through WebPDF Viewer. Please see below for details. Some users have pointed out that when using the online demo of WebPDF Viewer that the full path to the PDF file is exposed. The demo site is using the API [...]

    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
    Foxit SDK .NET

    Rasterizer error: module dependency not found

    To fix the module dependency not found error in Foxit PDF Rasterizer for .NET SDK, download and install the MS Visual C++ Package: For 64-bit environment: http://www.microsoft.com/en-us/downl….aspx?id=14632 For 32-bit environment: http://www.microsoft.com/en-us/downl…s.aspx?id=5555

    Read Article
    Foxit SDK .NET

    How to remove evaluation watermark from Foxit PDF Generator or Merger .NET SDK?

    These are a few reasons why users cannot remove watermark correctly from Foxit PDF Generator for .NET SDK or Foxit PDF Merger for .NET SDK (assuming the customer follows the licensing documentation correctly). We described two of the most frequent occurrences: Missing License:Foxit PDF Generator for .NET SDK and Foxit PDF Merger for .NET SDK [...]

    Read Article