Hi There,
My issue is this, when I convert a ppt document via the UI, everything runs smoothly and my pdf is created without a problem. But when I run it via workflow code, i.e. using the SPfile.Convert() method, it fails everytime.
This same method is used on .doc (word) documents, and runs fine using the SPfile.Convert() method.
The error message stack looks like the following:
at .(FillFormat )
at .(FillFormat , RectangleF , Single , GraphicsPath )
at ..ctor(FillFormat , Shape , Single , GraphicsPath )
at Aspose.Slides.Rectangle.( , ArrayList , HeaderFooter , Int32 )
at Aspose.Slides.GroupShape.( , ArrayList , HeaderFooter , Int32 )
at Aspose.Slides.GroupShape.( , ArrayList , HeaderFooter , Int32 )
at Aspose.Slides.Slide.( )
at Aspose.Slides.Slide.(Boolean )
at Aspose.Slides.Presentation.SaveToPdf(Stream stream, Int32[] slides)
at Aspose.Slides.Presentation.SaveToPdf(Stream stream)
at Aspose.Slides.Presentation.SaveToPdf(String fname)
at MM.Actelion.DocumentConverter.Program.ConvertPpt2Pdf(String inFileName, String outFileName)
at MM.Actelion.DocumentConverter.Program.Main(String[] args)
GetImage for Pattern filling called
Any help would be appreciated. I'm using Aspose.Slides version: 3.0.0.41081
Thanks,
Michael