Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: error:Not enough Memory Available
Started by SRI at 01-28-2008 4:28. Topic has 1 replies.

Print Search « Previous Thread Next Thread »
  01-28-2008, 4:28
SRI is not online. Last active: 5/30/2008 9:26:46 AM SRI

Top 500 Posts
Joined on 01-22-2008
Posts 8
error:Not enough Memory Available
Reply Quote
Hi,
I am Saving pdf file using
1) _codecs.Save(_viewer.Image, FileName, RasterImageFormat.RasPdfJpeg411, _24, FirstPage, LastPage, SavePageNumber, Leadtools.Codecs.CodecsSavePageMode.Append)

i am saving the above Savedfile again as
2)_codecs.Save(ImageViewer.Image, FileName, RasterImageFormat.RasPdfJpeg411, 24)

if i am loading the above 1)file in Irasterimage as
_image = codecs.Load(_fileName, 0, CodecsLoadByteOrder.BgrOrGray, 1, -1)
then its loading

if i am loading the above Savedfile in Irasterimage as
_image = codecs.Load(_fileName, 0, CodecsLoadByteOrder.BgrOrGray, 1, -1)
then its loading
then it is poping error message( Not enough Memory Available)



   Report 
  01-28-2008, 9:34
Qasem Lubani is not online. Last active: 9/28/2008 12:30:21 PM Qasem Lubani



Top 10 Posts
Joined on 08-13-2006
Posts 1,090
Re: error:Not enough Memory Available
Reply Quote
Does this behavior appear with a specific PDF file? Can you replicate the issue using one of our demos shipped with the toolkit by saving and loading multiple times?

I would also like to know the version of LEADTOOLS DLLs that you have installed on your machine?

Qasem Al-Lubani
LEAD Technical Support
www.leadtools.com
   Report 
Post
LEAD Support Fo... » General » Feature Request... » Re: error:Not enough Memory Available

Powered by Community Server, by Telligent Systems