如何在 Silverlight 4 上创建 PDF
我需要创建&在Silverlight 4中显示PDF文档。PDF
文档将动态生成。
PDF 文档将包含纯文本和一些图像。
我可以使用任何 API 来实现我的要求吗?
I need to create & display a PDF document in Silverlight 4.
PDF document will be generated dynamically.
The PDF document will contain plain text & some images.
Is there any API I can use to achieve my requirement ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用:http://silverlightpdf.codeplex.com/
You can use this: http://silverlightpdf.codeplex.com/
是的!我们创建 PDF 文档。在 silverlight 中通过使用 PDFSharp.dll。
这是开源的 dll 文件。
您可以在下面的链接中下载dll文件
http://www.pdfsharp.net/Downloads.ashx
请点击以下链接进行参考。
http://www.pdfsharp.net/wiki/Booklet-sample.ashx
举了这么多例子,很容易理解。
Yes! We create PDF Document. In silverlight By using PDFSharp.dll.
It's Opensource dll file.
You can download the dll file below Link
http://www.pdfsharp.net/Downloads.ashx
Please click below link for reference puprpose.
http://www.pdfsharp.net/wiki/Booklet-sample.ashx
as so many examples as given its easy to understand.