Hi,

Do you use PdfMemDocument or PdfStreamedDocument?
Please note that PdfMemDocument keeps everything in memory.
PdfStreamedDocument does try to stream everything to disk. Still,
there are better PDF libraries than PoDoFo for creating big reports.
Because PoDoFo is oriented towards working with the object level
structure of an PDF, it has to keeps lot's of stuff in memory, which
other libraries to not have to.

Regards,
 Dominik

PS: Please direct inquieries about PoDoFo to the mailing list.

On Wed, Mar 13, 2013 at 1:41 PM, Punit <nore...@sourceforge.net> wrote:
> Dear Mr Seichter,
>
> I\'m using Podofo for creation of PDF reports. While creating reports of 
> large data, several
> thousand pages get created. During this, the memory usage by the application 
> shoots
> up tremendously & frees after PDF is created & the application closes.
>
> In case of Windows XP, sometimes the page creation itself fails. My 
> applications catches
> the exception thrown by new operator and which I believe is for PdfPage.
>
> I\'ve tried using a code analyzer like bounds checker, which shows a lot of 
> leak, which I
> don\'t believe there is. It shows a leak wherever auto_ptr is used as we 
> don\'t explicitly free
> the memory.
>
> Can you please help me.
> Thank you.
>
> Regards,
> Punit.
>
> --
> This message was sent to your SourceForge.net email alias via the web mail 
> form.  You may reply to this message via 
> https://sourceforge.net/sendmessage.php?touser=3773370
> To update your email alias preferences, please visit 
> https://sourceforge.net/account

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to