Search Results for: "ActiveX"

Despite the unhelpful name, the BadImageFormatException error almost always results from confusion with 32-bit/64-bit DLLs and project settings. For example, you've tried to load a 32-bit DLL into a 64-bit application or you've tr...
Keep reading Keep reading
Foxit Quick PDF Library has a new rendering and printing add-on which provides much improved support for transparency, shading patterns and tiling patterns when rendering and printing PDF files. This new rendering engine...
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
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
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
Don't worry, the installer for Foxit Quick PDF Library might be around 100 MB these days but the binaries that you will need to distribute with your application are much smaller. The reason the installer is so big is that it ...
Keep reading Keep reading
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 ...
Keep reading Keep reading
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...
Keep reading Keep reading
This tutorial shows you how to get ready to create your first PDF application with VB6 and Foxit Quick PDF Library. 1. Register the ActiveX DLL The first thing you'll need to do is register the ActiveX component. Instructions on h...
Keep reading Keep reading