Generate Power Point Documents Wrapper DLL

天大地大妈咪最大 提交于 2019-12-13 04:38:13

问题


We are generating various Power Point documents on a regular basis using the built in automation in Office. This is problematic since natively power point and other office automation will not run in the background on a server without some hacks. Even with the hacks in place there are still some limitations and regular issues.

Because the OpenXML is so radically different from the Application automation and due to how involved the steps are, I was hoping to find a third party or shared dll that could make transition far easier than completely recoding everything with the OpenXML. Something with a similar structure to the regular automation.

Basically I'm trying to find a utility similar to "EPPlus" but specific to PPTX format files (would be ideal).

Can anyone recommend something they have had good results with?

来源:https://stackoverflow.com/questions/18598855/generate-power-point-documents-wrapper-dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!