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 编写器
基础教程推荐
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- rabbitmq 的 REST API 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- c# Math.Sqrt 实现 2022-01-01