在 .NET 服务器端将 PDF 转换为 PowerPoint 的最佳方法
我有一个 PDF 文件,想使用 .NET 将其转换为 PowerPoint。完成这项工作的最佳工具是什么?转换最重要的部分是它看起来尽可能与源相似。嗯,这可以通过编程来完成。
I have a PDF file that I want to convert to PowerPoint using .NET. What is the best tool for the job? The most important part of the conversion is that it looks as similar to the source as possible. Well, that and it can be done programmaticly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您有几个选择:
You have a few options:
这是一个非常粗糙的问题。我的建议是将 PDF 页面渲染为图像,并将图像粘贴在 powerpoint 内的幻灯片中。
这绝对可以通过编程来实现。
That's a pretty rough question. My suggestion would be to render the PDF pages as images, and stick the images in slides inside of powerpoint.
This is definitely do-able programatically.