Search found 2 matches

by pemberson
Tue Feb 19, 2013 4:29 pm
Forum: PDF
Topic: Converting PDF to multipage TIFF with GdPicture.NET 8
Replies: 5
Views: 21689

Re: Converting PDF to multipage TIFF with GdPicture.NET 8

Hi, yes I have tried gc.Collect() - I saw it on suggested on another post, but it doesn't seem to make any difference. Here is my function that does the conversion: public Boolean ConvertPdf2Tiff(string sourceFile, string destinationFile, TiffCompression compressionType, string gdKey, int dpi) { Boo...
by pemberson
Tue Feb 19, 2013 1:39 pm
Forum: PDF
Topic: Converting PDF to multipage TIFF with GdPicture.NET 8
Replies: 5
Views: 21689

Re: Converting PDF to multipage TIFF with GdPicture.NET 8

Hi, I have copied this code (converting it to C#.Net), however when I run it, it does not appear to release the memory. I have created a simple app that converts 1 pdf on the click of a button. After each conversion is complete, the memory used by the app has increased (and never goes back down). Id...