WPF to PDF

跟風遠走 提交于 2019-11-28 20:46:41

If you got your WPF visual tree rendered in to XPS then try this XPS to PDF converter NIXPS.

For this sceneario I recommend using XpsDocumentWriter class to get a XPS document, then converting it to PDF using Amyuni PDF Creator
Disclaimer: I work for Amyuni Technologies

nixps

We have just released a new library that facilitates this: NiPDF v1.0

Here is a link to an example on our site that converts WPF to PDF.

It is a 100% managed .NET assembly, and you don't need to learn an arcane API top be able to use it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!