Quick PDF Library 7.24 Beta 2 Released
Quick PDF Library 7.24 beta 2 has been released and is ready for testing. This new beta includes several bug fixes, enhancements and new functions. The 7.24 beta 2 installer can be downloaded from the button below.
Release Notes
New functions
- GetFormFieldNoExport
- GetFormFieldRequired
- SetFormFieldNoExport
- SetFormFieldRequired
Bug fixes
- Bug fix for handling of choice form fields
- Bug fix for processing of Separation color space
- Bug fix for duplicate rendering of image
Enhancements
- Range check improvements to Type1 decoding
- Support for GS1-128 (EAN-128) barcodes
- DataMatrix 2D barcodes can be rotated
- ActiveX edition now marked with ‘Safe for initializing’ and ‘Safe for scripting’ flags
- Support for DeviceN color spaces
- Minor documentation updates
Feedback! Any feedback large or small is appreciated. We’ll shortly be planning the next round of exciting new features for Quick PDF Library, so we’d really like to know what you want to see added to the SDK. Don’t be shy, email us at support@quickpdflibrary.com and have your say.


I have downloaded you new Version 7.24 Beta 2 to make a evalution test.
I convert a PDF (1 Page) to a Bitmap with the command
qPdf.RenderPageToStream(300, 1, 0, msBmp); -> msBmp is a TMemoryStream
When it runs in the main thread, then it works very good.
But when the same code runs in thread, the programm looses a lot of Memory, when the
messagequeue from the mainthread have to do other things.
I have tested with delphi 6.02 and delphi XE on winXp and Win7 64 bit.
I think it’s a problem with the interal using of the gdi+.
Is there a way to use your component in a thread?
with kind regards
Comment by tschoe — February 10, 2011 @ 10:04 am
Are you creating a separate instance of the library in each thread? If you’re not, you will have to do this. You also can’t pass documents in memory between threads. Each thread has to run it’s on instance of the library and perform operations only on documents which have been loaded in that specific thread.
Comment by Rowan — February 11, 2011 @ 8:11 am
I downloaded this beta test version to test. Somehow the DocJavaScriptAction method is not working for me with “WC” option. Nothing is shown in Adobe Reader when I close the document. I’m using the trial version of this component… is this the limitation of Trial version? I’ve already posted this issue in Forum because I’m experiencing the same with 7.23 version of QP too.
Comment by Ruturaaj — February 12, 2011 @ 5:51 am
Which version of Adobe Reader are you using? In older versions of Adobe Reader “DC” was used instead of “WC”.
Comment by Rowan — February 15, 2011 @ 3:44 am
I am using QuickPDF 7.24 trial version to convert PDF to JPG image. I observe that sometimes text color is changed. May I please know how this can be fixed?
Comment by Anjali — May 27, 2011 @ 3:22 am
Hi Anjali,
We have made some additional improvements in the latest beta releases of Quick PDF Library for how image color is handled. Please try the latest beta release from our blog:
http://www.quickpdflibrary.com/blog/2011/05/quick-pdf-library-7-25-beta-3-released/
If it still does not work contact us through our support contact form on the website and send us your PDF and we will be happy to investigate further.
Cheers,
– Rowan.
Comment by Rowan — May 27, 2011 @ 3:53 am