Please advise me.
Exception is thrown when I am going to read attached .ppt file hello.zip (26.2 KB)
with the Message “No data is available for encoding 1252. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.”
.Net core 2.1/Aspose.Slides 19.5.0
using Aspose.Slides;
Presentation pres = new Presentation("hello.ppt");
FYI: This will not happen when you read any other pptx file ( or even WORD/EXCEL file using Aspose.Word/Aspose.Cells ) prior to very the line above in the same process.
I’d like to know why this happens.
And please let me know whether you sugget “to read a dummy safe pptx data at the beginning of the process earlier than any other file loading” as a workaround for this issue, or not.