Looking for a PDF Writer for Windows 8 Metro Apps(寻找适用于 Windows 8 Metro Apps 的 PDF 编写器)
问题描述
我正在创建一个 Windows 8/Metro 应用程序,并且正在寻找一个可以以编程方式生成 PDF 文档的库(可以由用户打印或通过电子邮件发送).
I'm creating a Windows 8/Metro App and am looking for a library that can generate PDF documents programmatically (that can either be printed or emailed by the user).
我找到了一些用于编写 PDF 的 C# 库(例如 http://itextpdf.com/),但我无法让它们在 Windows 8 中工作.
I've found some C# libraries for PDF writing (http://itextpdf.com/ for example) but I've been unable to get them to work in Windows 8.
任何帮助将不胜感激.
推荐答案
经过一番苦苦搜索,我找到了自己问题的答案:Siberix Report Writer (www.siberix.com).他们有适用于 .NET、Silverlight、适用于 Android 的 Mono、适用于 Windows Store 的 AND 的版本.二进制文件只需 199 美元(如果您需要来源,则为 3500 美元).
After an exhausting search, I've found the answer to my own question: Siberix Report Writer (www.siberix.com). They have versions for .NET, Silverlight, Mono for Android, AND for Windows Store. The binaries are only $199 ($3500 if you want source).
它很容易封装到您的应用程序中,附带出色的代码示例,而且技术客户服务非常快速且乐于助人(感谢 Victor).
It is very easy to wrap into your application, comes with great code examples, and the technical customer service is very quick and helpful (thank you Victor).
长期以来我见过的最好的第三方产品之一.
One of the best third party products I've seen in a long time.
这篇关于寻找适用于 Windows 8 Metro Apps 的 PDF 编写器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:寻找适用于 Windows 8 Metro Apps 的 PDF 编写器


- 如何用自己压缩一个 IEnumerable 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- 输入按键事件处理程序 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01