01-28-2008, 4:28
|
SRI
Joined on 01-22-2008
Posts 8
|
error:Not enough Memory Available
|
 
 
|
|
|
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
|
|
|
|