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!
![]() |
Images not displaying |
Post Reply ![]() |
Author | |
rweetch ![]() Senior Member ![]() Joined: 22 Feb 11 Status: Offline Points: 173 |
![]() ![]() ![]() ![]() ![]() Posted: 26 Sep 11 at 4:52PM |
I have an app (using version 7.x) which runs continually on a server and produces pdf's without any problem.
However, every so often it fails to prodcue some of the images, images it has handled fine until a particular point after which they never get included in the output. This could I suppose be a memory issue, but I'm not sure. I would very much like to be able to test for this problem but not being able to reproduce it in the devlopment environment it is tricky.
Any ideas waht I could test to see if teh image has been included? the code for merging them is fairly basic:
ImageFile := PdfLibrary.AddImageFromFile(ifn, ImgOpts);
if PDFLibrary.PageCount > 1 then
PDFLibrary.SelectPage(PDFLibrary.GetFormFieldPage(fldID)); PDFLibrary.FitImage(uLeft, uTop, uWd, uHt, 1, 1, uRotate);
Thanks
Russell
|
|
![]() |
|
AndrewC ![]() Moderator Group ![]() ![]() Joined: 08 Dec 10 Location: Geelong, Aust Status: Offline Points: 841 |
![]() ![]() ![]() ![]() ![]() |
1. Have you monitored the memory usage on the Server to make sure all memory is being freed. If there is a memory leak then memory usage will increase gradually.
2. One option may be to automatically close down your app after a set number of pages or time and then have it automatically restart itself. 3. I assume you are checking the return values. ImageFile would equal 0 if it failed.
Andrew. |
|
![]() |
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