Search Results for: "Quick PDF Library"

It is possible to rename a form field programmatically using the SetFormFieldChildTitle function in Foxit Quick PDF Library. Say for example that you have a parent field called Details, with child fields Name and Address, the full...
Keep reading Keep reading
In order to get a list of the available paper trays for a printer you need to use the GetPrinterBins function in Foxit Quick PDF Library. This function will return a list of the available paper trays and associated values. You can...
Keep reading Keep reading
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 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 Keep reading
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 Keep reading
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 Keep reading
The difference between Standard Upgrade Protection and Premium Upgrade Protection is outlined below: Standard Upgrade Protection The Standard Upgrade Protection option provides you with major version upgrade protection for 60 days...
Keep reading Keep reading