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.
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.