PPTXjs icon indicating copy to clipboard operation
PPTXjs copied to clipboard

jquery plugin for convertation pptx to html

Results 24 PPTXjs issues
Sort by recently updated
recently updated
newest added

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?

![image](https://user-images.githubusercontent.com/58260987/163090913-e3d0d5b8-a81b-4a70-957f-812b8e405587.png) ![image](https://user-images.githubusercontent.com/58260987/163090934-7cfe5923-92d8-4e20-bc16-4f251d109884.png) 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: ![Screenshot 2022-04-06 at 15 53 52](https://user-images.githubusercontent.com/6771565/162003935-9c845598-9ddd-4463-ad67-a89e8013275b.png)

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: ![firefox_9jHCPjiBTa](https://user-images.githubusercontent.com/10849366/128262066-107fa042-6ea3-4932-a2fe-523e945a549b.png) When opened with PowerPoint: ![POWERPNT_M1iBtBVoG6](https://user-images.githubusercontent.com/10849366/128262158-44f65744-29c8-4b91-aa97-51b024a6979a.png)

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的文件可以成功下载。 不使用的时候,下载是没有问题的。 ![屏幕截图 2024-01-29 180202](https://github.com/meshesha/PPTXjs/assets/56542616/94d3d8e5-9bb7-4cff-8fd1-d60e1c67598a) 报错内容; ![image](https://github.com/meshesha/PPTXjs/assets/56542616/f29cabfe-e604-4466-869e-200bbc06d338)

当使用幻灯片时jquery脚本报错: ![ttt](https://github.com/meshesha/PPTXjs/assets/26239874/bad58bd3-6847-4059-8991-9cca1f62f70d) 问题原因在作者的代码里面有个对Object对象进行了全局的修改导致的: ![eeeee](https://github.com/meshesha/PPTXjs/assets/26239874/f60d738b-9044-4b2a-a16b-1b7123f70d4e) 修复参考建议: ![image](https://github.com/meshesha/PPTXjs/assets/26239874/adf82c9c-e5e7-4f5b-97da-45c7fa18efae)