Hi,
I've done some tests in converting a bigger PDF file into separated GDPicture image pages, to finally process each page separately, and store it again as one file.
When I use DPI 300, it's giving me a PdfRasterizerRenderingPageError status after the function 'PdfReaderRenderPageToGdPi ' on page 47 (from total 55 pages).
When I set the DPI to 600 it's already giving me this error on the 8th page. And using 100 DPI it's processed fine.
Looking to my tests, I think it's a memory related problem.
Loading a , even bigger, tiff image into an array of GDPicture images it's working fine. (I know you can't compare these 2 functions as PDF has to be rendered)
I've noticed it's using 1,6Gb of memory at the point it fails. I've 8Gb installed, so no limitation of my system I guess.
I'm using v7.4.0.3 on Win7-64bit
What can I do?
Thanks!
