Frequently Asked Question:
Do I need to install the quick pdf library and run regsvr32 to register the dll everytime I install my VB 2008 application.
Developed and published a VB visual studio 2008 application that utilizes the quickpdf activex library. I get an error if I do not install Quick PDF and run regsvr32 for the QuickPDFAX0721.dll on each machine prior to installing my VB app. Any advice on how to simplify deployment is appreciated. Thanks. Otherwise an excellent product!
If you've developed an application that uses the ActiveX edition of Quick PDF Library then you must registered the ActiveX edition on each machine that you install your application.
So all you have to do is install your application into whatever directory you want and include the "QuickPDFAX0723.dll" file with your application and then registered the ActiveX prior to launching your application.
regsvr32 "QuickPDFAX0722.dll"
It is not necessary to install the entire Quick PDF Library installation package (i.e. quick_pdf_library.exe) you just need to deploy the ActiveX (QuickPDFAX0722.dll).