Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
out of memory problem |
Post Reply |
Author | |
agrosoft
Beginner Joined: 18 May 06 Location: Israel Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 23 Mar 07 at 3:55AM |
Hi
when I create a big PDF file' I got en Out of memory error
I can see in memory that the application growers untill the error message apears
I don't have the source but the debuger says the bproblem comes from uPDFStructure.pas
any ideas ?
Regards
David
|
|
marian_pascalau
Debenu Quick PDF Library Expert Joined: 28 Mar 06 Location: Germany Status: Offline Points: 278 |
Post Options
Thanks(0)
|
David,
the most memory killing operations are the operations with images. You should pay attention first there.
|
|
bogey
Senior Member Joined: 30 Nov 05 Location: United States Status: Offline Points: 50 |
Post Options
Thanks(0)
|
Make sure you setup a temp folder for overflow. This folder has to have write privledges for the inetusr account. (assuming IIS)
Set QP = Server.CreateObject("iSED.QuickPDF")
Call QP.UnlockKey("xxxxxxxxxxxxxxxxxxxxxxx") QP.SetTempPath("d:/pdftemp") QP.SetTempFile("d:/pdftemp/pdftemp.dat") if session("debug") = true then response.write("<hr><b><i>Start QuickPDF Process</i></b>") response.write("<br>iSed QuickPDF Version = " & QP.LibraryVersion()) response.write("<br>Check Temp Path = " & QP.TestTempPath()) end if |
|
agrosoft
Beginner Joined: 18 May 06 Location: Israel Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Hi again
thanks all for the info
howerver the problem remains even without logos and with temp files
I got 10 pages document with size of almost 5 MB
its content is a table with lines of data
am I missing something here about fonts ? is that size resneble for 10 pages ?
Regards
David
|
|
marian_pascalau
Debenu Quick PDF Library Expert Joined: 28 Mar 06 Location: Germany Status: Offline Points: 278 |
Post Options
Thanks(0)
|
David, send VB/Delphi/.Net sample to support(at)quickpdf.org
When I have some time I will try to confirm your problem.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store