PDA

View Full Version : Issues printing large documents (DLL Sdk)


Razvan
March 1st, 2007, 02:41 AM
Hello, I'm a registred user of your PDF Sdk (DLL not ActiveX) version 1.4.0.1425, dated: 25 Feb 2007. When rendering to printer device a pdf file with about 170 pages it will consume a lot of system resources/memory and sometimes it will crash with access violation in the printer driver: Access Violation (0xc0000005) in module EFXLGEX.DLL (that is the printer driver). At page 70 the spool printer has already more then 900mb which is enormous (the pdf is all text, no graphics)
Printing the same document (pdf version 1.5, file size 6,5mb) from adobe reader it will be more faster and without exceeding more then 50mb.
Is there any way we can reduce the resources consumed because i guess that is way sometimes it will crash. Rendering to printer is done like this:

FPDF_RenderPage(myPrinter->Canvas->Handle,hPrintPage,0,0,pWidth ,pHeight,0,0);
Thank you for your time.

AmyLin
March 1st, 2007, 06:51 PM
hi
we need more information to recreate your problem
1.Please use this tool
(http://www.foxitsoftware.com/tools/Getprinterinfo.exe) to get your
printer information for us.
2.Please help send me the sample file for testing. If it is private, please send to support@foxitsoftware.com or use our ticket system. All the files you send us will be kept confidential and deleted after testing
Thank you.

Razvan
March 12th, 2007, 08:11 AM
Ok, mail sent with the pdf and log of Getprinterinfo.exe tool.

Thank you.