Explore further
Quick PDF Library articles & project samples
Switching between the 32-bit and 64-bit DLL versions of Foxit Quick PDF Library (Visual Basic)
Updated 16 May 2022
The DLL edition of Foxit Quick PDF Library includes support for 32-bit and 64-bit applications. If you're absolutely sure that you will only want to use the 32-bit version or the 64-bit version then you can just hard code in ...
Keep reading
Switching between the 32-bit and 64-bit DLL versions of Foxit Quick PDF Library (Visual C#)
Updated 16 May 2022
The DLL edition of Foxit Quick PDF Library includes support for 32-bit and 64-bit applications. If you're absolutely sure that you will only want to use the 32-bit version or the 64-bit version then you can just hard code in the v...
Keep reading
Large PDF file size after adding PNG image using AddImageFromStream
Updated 16 May 2022
The PDF specification supports JPEG data directly, so you can just put the JPEG directly into the PDF. But it doesn't support PNG data directly so the image data must be read out of the PNG image and only the necessary parts added...
Keep reading
Setup Visual Basic and Visual Studio with the DLL edition of Foxit Quick PDF Library
Updated 16 May 2022
Here are some instructions on how to use the DLL edition of Foxit Quick PDF Library with Visual Basic .NET within Visual Studio. This answer applies to Visual Studio 2003 through to Visual Studio 2013.
To make life easier, the DLL...
Keep reading
Setup Visual Basic and Visual Studio with the ActiveX edition of Foxit Quick PDF Library
Updated 16 May 2022
In order to use the ActiveX edition of Foxit Quick PDF Library you first need to register it on your machine. To register it simply type the following into the command line (Start > Run > CMD):
regsvr32.exe "C:\Program ...
Keep reading
Programmatically flatten form fields in a PDF using Foxit Quick PDF Library
Updated 16 May 2022
Foxit Quick PDF Library enables you to programmatically flatten PDF form fields.
Flattening a PDF form means that the content (text and images) of the form fields are converted to regular text and image objects in the PDF and...
Keep reading
Switching between the 32-bit and 64-bit ActiveX versions of Foxit Quick PDF Library (Visual C#)
Updated 16 May 2022
The ActiveX edition of Foxit QuicK PDF Library includes support for 32-bit and 64-bit applications. To make it incredibly easy to switch between the 32-bit and 64-bit versions we provide a C# import file for the ActiveX editi...
Keep reading
Setup C# and Visual Studio for use with the DLL edition of Foxit Quick PDF Library
Updated 16 May 2022
This tutorial shows you how to get ready to create your first PDF application with C#, Visual Studio and the DLL edition of Foxit Quick PDF Library.
C# can be used with the ActiveX and DLL editions of Foxit Quick PDF Lib...
Keep reading
Setup C# and Visual Studio for use with the ActiveX edition of Foxit Quick PDF Library
Updated 16 May 2022
This tutorial shows you how to get ready to create your first PDF application with C#, Visual Studio and the ActiveX edition of Foxit Quick PDF Library.
C# can be used with the ActiveX and DLL editions of Foxit Quick PDF...
Keep reading