在 WPF 应用程序中转换和显示 LaTeX 文档

发布于 2024-11-07 00:02:57 字数 272 浏览 0 评论 0原文

我有几个与在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁把谁当真 2024-11-14 00:02:57

您可以使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文