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 编写器
基础教程推荐
- C# 9 新特性——record的相关总结 2023-04-03
- 将数据集转换为列表 2022-01-01
- 从 C# 控制相机设备 2022-01-01
- SonarQube C# 分析失败“不是指针的有效行偏移" 2022-01-01
- Mono https webrequest 失败并显示“身份验证或解密失败" 2022-01-01
- 重新排序 WPF TabControl 中的选项卡 2022-01-01
- 更新 Visual Studio 中的 DataSet 结构以匹配新的 SQL 数据库结构 2022-01-01
- 在 VB6 或经典 ASP 中使用 .NET 2022-01-01
- 获取C#保存对话框的文件路径 2022-01-01
- 如果条件可以为空 2022-01-01
