-
Notifications
You must be signed in to change notification settings - Fork 257
Does PDFSharp-WPF 6.X support conversion from XAML? If not any chance of that coming back? #328
In PDFSharp 2 there was support for converting XAML to PDF. That seems to be gone in the new PDFSharp 6. Have I overlooked this and it's there? If not, is this a feature that is likely to return?
All reactions
Replies: 2 comments 2 replies
There never was support for XAML to PDF in our library, so we cannot bring it back.
Or do you mean XPS?
Can you give us a link to a version that has that feature?
All reactions
Yes, sorry, I meant XPS (we went XAML ->XPS, XPS->PDF)
I don't know the version we used to use - prior to me joining the team we had brought in PDFSharp codebase with a few minor modifications in our local code. I want to guess around v1.2.
All reactions
We have moved to .Net 8 and are using PDFSharp 6 for XAML -> bitmap -> pdf though the image is not as sharp as it used to be. We have additional PDF editing needs (edits to existing PDF, not generating a new one) coming so just curious if XPS -> PDF is fully dead.
All reactions
XPS stands for XML Paper Specification and AFAIK has nothing to do with XAML. It was included with PDFsharp 1.31.
I cannot yet say whether an updated XPS version will be available for PDFsharp 6.x.
The old code should compile with PDFsharp 6.2 with some minor changes only.