by Conor Smith | November 22, 2016
When the Debenu team joined Foxit in early 2016 to form the Foxit SDK business unit it was a great opportunity to reflect on the SDK products available from both companies. It quickly became apparent, from reviewing external and internal feedback, that while Foxit had market leading technology in terms of quality and performance, there […]
Keep reading
Usually when the phrase "thread safe" is used it means that the same instance of the library can be accessed by different threads at the same time.
This means that Foxit Quick PDF Library is not thread safe because a single instan...
Keep reading
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
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
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
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
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
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
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