在 WPF 应用程序中转换和显示 LaTeX 文档
我有几个与在 C#/WPF 应用程序中使用 LaTeX 相关的问题。
我正在开发的应用程序使用 LaTeX 编写报告。然后我需要将这些 LaTeX 文档转换为可以在屏幕上显示的内容。这就是我的第一个问题:我知道我有两种转换 LaTeX 文档的选择——转换为 .dvi 或转换为 .pdf——我想知道哪种格式速度最快 用于显示?我不确定如何在 WPF 应用程序中显示 .pdf 或 .dvi 文件 - 是否有某种方法可以将它们放入 Canvas 控件或任何其他 WPF 控件中?
感谢您的时间和帮助!
I have a couple questions related to using LaTeX within a C#/WPF application.
The application I'm developing writes reports using LaTeX. I'll then need to convert those LaTeX documents into something I can display to the screen. This is where my first question comes in: I know I have two choices for converting the LaTeX document -- conversion to .dvi or conversion to .pdf -- what I wonder is which format would be the best speed-wise and for displaying? I'm unsure how to display a .pdf or a .dvi file within a WPF application -- is there some way to put them into a Canvas control or any other WPF control?
Thanks for your time and help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 acrobat 控件轻松显示 pdf(或者,如果您觉得懒,可以使用 Internet Explorer 控件)。只需将一个放入 Winform Hosting Control 中并调用其加载方法即可。
You can easily display pdf's using the acrobat control (or if you're feeling lazy, with the Internet Explorer control). Just put one in a Winform Hosting Control and call its loading method.