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.
我想在wpf c#4.0中将fixeddocument保存为pdf文件,我用的是pdfsharp 1.32版本,没有Xps模块,怎么转成pdf
IIRC 包含 XPS 代码的最新 PDFsharp 版本是 1.31(或者是 1.30?)。
获取 PDFsharp 1.32 的源代码并从旧版本复制 XPS 代码。这应该需要很少或不需要更改。