Dear friends.
Convert PPT to PDF With Aspose.Slides for .NET 15.8.1(http://www.aspose.com/community/files/51/.net-components/aspose.slides-for-.net/entry663512.aspx
),an exception is throw:Input string was not in a correct format.
(1)The converted codes is as follows:
Aspose.Slides.Presentation pt = new Aspose.Slides.Presentation(inputName);
pt.Save(outputName, Aspose.Slides.Export.SaveFormat.Pdf);
(2)The detail exception is as follows:
Input string was not in a correct format.
at System.Number.ParseUInt32(String value, NumberStyles options, NumberFormatInfo numfmt)
at . ()
at . ()
at .( )
at Aspose.Slides.Presentation.( )
at Aspose.Slides.Presentation..ctor(String file, LoadOptions loadOptions)
at docToPdf.convertPDF.documentToPdf(String ext, String inputName, String outputName)
(3)The file is attached.