Saving PDF Slow
-
- Posts: 4
- Joined: Thu Apr 22 2004
Saving PDF Slow
Our company develops an application and uses the 2.08 version fo the PDF Converter Printer Driver to generate PDF files. I am troubleshooting an issue on one machine where the program will take several minutes to generate the PDF. It's XP Media Center. Printing is normal. We re-wrote our application and both versions do the same thing, so I suspect for some reason when we create the PDF file it happens. I let the program re-create the driver, and it does create it, but it takes a long time. Our developers have not been able to help me. The user said the problem is has gotten worse over time.
Hello,
Version 2.08 is a little bit old, I suggest that you try our new version 2.50.
Concerning recreating the driver, installing printer drivers is time consuming under Windows, so if you are trying to install the driver using PDFDriverInit, it is expected to be a little bit time consuming, this is why it is advisable to install the printer using Install.exe and call DriverInit in your application (and not PDFDriverInit).
Hope this helps.
Version 2.08 is a little bit old, I suggest that you try our new version 2.50.
Concerning recreating the driver, installing printer drivers is time consuming under Windows, so if you are trying to install the driver using PDFDriverInit, it is expected to be a little bit time consuming, this is why it is advisable to install the printer using Install.exe and call DriverInit in your application (and not PDFDriverInit).
Hope this helps.