Hi,
I am using Aspose Total evaluation copy and it is working great with all of our expectations. There is an issue/exception which encounterd while getting a particular metadata(property) "TotalEditingTime" from a ppt file. Attached is the file which producing this exception. When we try to check this proerty with WindowsAPI it showing a int value in minutes but in ASPOSE throwing this exception.
[System.ArgumentOutOfRangeException] = {"Not a valid Win32 FileTime. Parameter name: fileTime"}
Code section:
TimeSpan
editingTime = Presentation.DocumentProperties.TotalEditingTime;
Attahced is the ppt file which geneated this exception.
Thanks in Advance
Vinod Kumar