PPTXjs
PPTXjs copied to clipboard
jquery plugin for convertation pptx to html
What kind of mistake is this? I chose another powerpoint. thanks
Windows 10. Chrome Version 102.0.5005.115 (Official Build) (64-bit). Hi. I think the tag is meant to be . Just curious why the spelling change?
I wanna get a way on how to convert pptx to html on my nodejs environment,Is that going to happen to true?
  Change to a normal address and the video will play normally Now there's only sound
When running the version 1.21.1, with the "slideMode: true", this is what appears in the console: 
File: [ppt_Messe_Animation_IC_15deutsch.pptx](https://github.com/meshesha/PPTXjs/files/6934664/ppt_Messe_Animation_IC_15deutsch.pptx) How it looks like when opened with PPTXjs:  When opened with PowerPoint: 
When i do: ``` try { $("#your_div_id_result").pptxToHtml({ ... }); } catch (ex) { } ``` it does not seem to catch the error. I must use: ``` window.addEventListener("error", function(event) {},...
使用后,下载报错。但是小于1M的文件可以成功下载。 不使用的时候,下载是没有问题的。  报错内容; 
当使用幻灯片时jquery脚本报错:  问题原因在作者的代码里面有个对Object对象进行了全局的修改导致的:  修复参考建议: 