Hi,
How can I detect if the file is in PPT and PPTX file format?
Regards,
T.
Hi,
How can I detect if the file is in PPT and PPTX file format?
Regards,
T.
Hi Tzach,
I like to share that Aspose.Slides offers you to identify the presentation format once it is loaded using Aspose.Slides. Please use PresentationEx.SourceFormat property to identify the loaded presentation format. Please share, if I may help you further in this regard.
Many Thanks,
Hi.
Thank you for your answer.
I must say that it is rather confusing that the file format verification is done differently for each product. One method for word, one for excel, another for ppt and so on.
It would be good if we had only one function to detect all.
Regards,
T.
Hi Tzach,
I have observed the observation shared by you and like to share that I have created an issue with ID SLIDESNET-34858 as enhancement to provide the support for similar property for getting the File Format as available in Aspose.Cells and Words. This thread has been linked with the issue so that you may be automatically notified once the issue will be resolved.
We are sorry for your inconvenience,
Hi Tzach,
I like to share that Aspose.Slides does offer to
verify the presentation format without even opening the file. Please try
using the following sample code on your end to serve the purpose.
LoadFormat format = PresentationFactory.Instance.GetPresentationInfo(“test.ppt”).LoadFormat;
The issues you have found earlier (filed as SLIDESNET-34858) have been fixed in this update.