问题
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