I want to save the fixeddocument to pdf file in wpf c#4.0, I use pdfsharp version 1.32,it has no Xps module, how can I transfer to pdf
IIRC the latest PDFsharp version that included the XPS code was 1.31 (or was it 1.30?).
Take the source code of PDFsharp 1.32 and copy the XPS code from the older version. This should require little or no changes.