Insights, tutorials, and updates from the Foxit PDF SDK engineering team.
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 following event code. Lets start. Create an instance of Foxit Quick PDF Library, this line of [...]
Foxit Quick PDF Library makes it easy to copy a page from one PDF and draw that page onto one or more pages in a different PDF. This is very useful for when you have a template such as a letterhead that needs to be applied to all pages in a PDF before it is sent [...]
Adding an image as a watermark or a stamp on a PDF requires only a few lines of code using Foxit Quick PDF Library. Here’s some C# sample code: /* Add an image watermark or stamp to an existing PDF document */ // Load a sample file from disk. We'll place the image // onto this [...]
Foxit Quick PDF Library does not currently let you print to different printer bins or paper trays during the same print job. You can assign different print jobs to different printer bins or paper trays, but you can’t assign the one print job to different outputs depending on which page is being printed. This article [...]
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 for C# and Visual Basic for both the DLL and ActiveX editions to make development easier. With regards to [...]
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 includes: 4 different Editions of the library (Delphi, ActiveX, DLL, LIB) The Delphi Edition includes [...]
Yes, in certain circumstances we do enter into arrangements where companies can pay us to add features to our products. However, we’ll only ever add a feature to our products if that feature is in line with the direction that we’d like the product to go in. You can contact our sales team if this [...]
No, Foxit does not offer a premium support payment option. We endeavor to provide free support to all of our customers on a first come, first served basis within a reasonable time frame. Support is primarily provided through email. If the issue is unable to be resolved through email then other support mediums can be investigated. [...]
The responsibility for purchasing licenses for Foxit Quick PDF Library resides with the company that will have control ownership of the source code after development is done. As an example, if Company A hires Company B to develop software that utilizes Foxit Quick PDF Library and at the end of the process Company A has full ownership of [...]
Major and Minor Releases All of Debenu’s products follow the major.minor format for version numbers. As an example we can look at Debenu Quick PDF Library’s current version number 12.11. The first number (“12”) is the major version number. The second number (“11”) is the minor version number. In some of our other products we have [...]