Foxit Quick PDF Library

    Explore historical articles, tutorials, and technical guides for Foxit Quick PDF Library. Note: This product has been discontinued and integrated into our latest SDK tools.

    Foxit Quick PDF Library

    Shrink the content on the page to leave a margin around the edges

    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 room for adding new content, such as page [...]

    Read Article
    Foxit Quick PDF Library

    Programmatically stamp one page from a PDF onto a different page in a different PDF

    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 uses CapturePage, DrawCapturedPage and a few other Foxit Quick PDF Library functions to complete this task. /* [...]

    Read Article
    Foxit Quick PDF Library

    Set font color of new text

    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 control the color of text that is being drawn using the DrawText function. It cannot change the color [...]

    Read Article
    Foxit Quick PDF Library

    Create duplicate checkbox form fields with different export values

    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 fields with different export values. When a duplicate form field is created what actually [...]

    Read Article
    Foxit Quick PDF Library

    There are 8 people in our development team and we’re supporting 4 different products. How many licenses we need to purchase?

    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 are owned and developed by your company. For your situation, given [...]

    Read Article
    Foxit Quick PDF Library

    Can I purchase a source code license for Foxit Quick PDF Library?

    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 may not redistribute it in non-compiled form. Foxit shall retain all rights, title and interest in [...]

    Read Article
    Foxit Quick PDF Library

    Is Foxit Quick PDF Library licensed royalty-free?

    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 include our PDF SDK with your companies applications for as long as you like. The only [...]

    Read Article
    Foxit Quick PDF Library

    Where can I find my license key for Foxit Quick PDF Library?

    There are two different types of license keys available for Foxit Quick PDF Library. The first is a commercial license key which you only receive after purchasing a copy of the product and the second is the trial license key which is only valid for 30 days after installation. Commercial License Key: After successfully purchasing [...]

    Read Article
    Foxit Quick PDF Library

    How do I unlock Foxit Quick PDF Library with my license key?

    To unlock Foxit Quick PDF Library so that it is not limited in anyway you need to use the UnlockKey function with your commercial or trial license key after you have initiated the library. The UnlockKey function returns a value to indicate whether or not the library could be unlocked: 0 = The library could [...]

    Read Article
    Foxit Quick PDF Library

    Can I renew or reset a trial license for Foxit Quick PDF Library?

    In most cases we’re happy to provide an additional 30 day trial period if you’re re-evaluating Foxit Quick PDF Library for a second time, simply contact us directly and we’ll be happy to assist you. This article refers to a deprecated product. If you are looking for support for Foxit PDF SDK, please click here.

    Read Article