Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法以 .pdf 和 .doc 格式保存流文档控件的内容,而不仅仅是 XPS?
不是第 3 方控制
免责声明:我是 XamlToPDF 库的作者,但它可免费用于商业和非商业用途。
http://xamltopdf.codeplex.com/
它将 Flow 文档保存为带有图像、表格等的 PDF。
.DOC / .DOCX 是使用Open XML SDK 2.0 for Microsoft Office实现的
.PDF 是通过将.DOC 转换为 PDF来实现的