Explore further
Quick PDF Library articles & project samples
Can I embed a file in a PDF using Foxit Quick PDF Library?
Updated 16 May 2022
Yes, you can easily embed a file in a PDF using the EmbedFile function. This will embed the file (any file type) in a PDF document and then make that file accessible from within the PDF via the attachment panel.
This C# sample cod...
Keep reading
Shrink the content on the page to leave a margin around the edges
Updated 16 May 2022
Using Foxit Quick PDF Library it is possible to scale down or shrink the content on a page in order to leave a margin on the sides and the top and bottom. This means that you can shrink the content on the page in order to make roo...
Keep reading
Can I use Foxit Quick PDF Library with Microsoft Access to generate PDF reports?
Updated 16 May 2022
Yes, you can use Foxit Quick PDF Library to generate PDF files from Microsoft Access. Below you can find sample C# code which demonstrates how this can be done. The sample demonstrates how to generate a PDF using data obtained fro...
Keep reading
Programmatically stamp one page from a PDF onto a different page in a different PDF
Updated 16 May 2022
Foxit Quick PDF Library lets you programmatically stamp one PDF onto another PDF. This can be done using the CapturePage and DrawCapturedPage functions to overlay a PDF file onto another.
Here is a small JScript code snippet that ...
Keep reading
The SetTextColor function can be used to set the color of text drawn using the DrawText function.
// Set text color to red.
QP.SetTextColor(255, 0, 0);
QP.DrawText(50, 50, "Red colored text");
Foxit Quick PDF Library can only con...
Keep reading
Create duplicate checkbox form fields with different export values
Updated 16 May 2022
When using Foxit Quick PDF Library it is possible to create checkbox form fields which have the same name and as a result become duplicate form fields (updating one updates them all), but it is not possible to have duplicate form ...
Keep reading
There are 8 people in our development team and we’re supporting 4 different products. How many licenses we need to purchase?
Updated 16 May 2022
Foxit Quick PDF Library is licensed on a per developer basis. So in this case you need to purchase 8 licenses (1 per developer). You can use the library in as many of your products as you like, providing that all of the products a...
Keep reading
Can I purchase a source code license for Foxit Quick PDF Library?
Updated 16 May 2022
Yes, a source code license for Foxit Quick PDF Library can be purchased through our online store.
A source license allows the licensee to modify the source code for their own needs as part of a non-competing compiled solution, but...
Keep reading
Yes, Foxit Quick PDF Library is a royalty-free PDF library which means that you can distribute it along with your compiled applications for no additional cost. You simply pay the initial license fee and then you are free to includ...
Keep reading