Sign In  Sign Up Live-Chat

Out Of Memory Exception in Aspose.Slides 2.8.4.0, potential memory leak?

Last post 05-12-2008, 5:35 PM by msfaiz. 1 replies.
Sort Posts: Previous Next
  •  05-12-2008, 8:02 AM 126492

    Out Of Memory Exception in Aspose.Slides 2.8.4.0, potential memory leak?

    Attachment: Present (inaccessible)
    When I run this code with the attached file I recieve a System out of memory error and the actual process jumps from 50 M of RAM usage to 760 M:

        private void SavePptAsPdf(Aspose.Slides.Presentation ppt, string fileName)
        {
          ppt.SaveToPdf(fileName);
        }

    the ppt variable is initialized with:

              Aspose.Slides.Presentation ppt = new Aspose.Slides.Presentation(string.Format(@"{0}\{1}", source, f.FileName));
              SavePptAsPdf(ppt, string.Format(@"{0}\{1}.pdf", temp.FullName, f.FileName));

    Your help is appreciated.
     
  •  05-12-2008, 5:35 PM 126572 in reply to 126492

    Re: Out Of Memory Exception in Aspose.Slides 2.8.4.0, potential memory leak?

    Dear ashcrafr,

     

    Thanks for reporting, we will investigate it. Are you getting this problem with 2.8.4.0 only or all other versions of Aspose.Slides?


    Many Thanks and Kind Regards,

    Shakeel Faiz
    Support Engineer
    Aspose Tyumen Team
     
View as RSS news feed in XML