-
I saw this: https://github.com/empira/PDFsharp-samples/blob/master/samples/gdi/GraphicsPreview/PreviewForm.cs
But I need for wpf mvvm version. Does pdfsharp support this? Please help
-
I need to combine som documents but PdfReader.Open fails to open/import pdf document that is working fine in Adobe and Bluebeam.
PdfDocument = PdfReader.Open(path, PdfDocumentOpenMode.Import);
S…
-
I am working on a project to make existing PDF documents accessible. I am trying to switch from PdfSharp to PdfPig because it seems to handle metadata better. My goal is to read the document structure…
-
Feature request: A plugin to generate PDF docs. Might utilize the [PDFSharp library](http://www.pdfsharp.net/). Tobias Weltner has done some work with [PowerShell and PDFSharp](http://www.powertheshel…
-
It seems some winapi dependencies still in place.
> Unhandled Exception: System.DllNotFoundException: Unable to load shared library 'user32.dll' or one of its dependencies. In order to help diagnos…
-
PDF# aka PDFSharp
Hope this helps!
-
Hi,
In 6.0.0-preview-4 I'm unable to set XMP metadata.
I add own /Metadata dictionary, it's written to the output PDF, but finally PdfSharp links own indirect object:
```
1 0 obj
>
endobj
…
-
Hey I've been working recently on pdfsharp and was very thankful to find this repo with so many nice fixes to the xps code. However I've been having issues with images, I've worked out a fix through s…
-
On Core build, when displaying a PNG image, an exception is thrown due to this missing case in the switch of ImageImporterPng:
https://github.com/empira/PDFsharp/blob/b28bc3265e0a15302c04b7b91da0d915…
-
## Issue description
_0.8.1 build success on Visual Studio 2022 Community but getting ANSI Error when installing the plugin_
Following up on this:
https://github.com/nea/MarkdownViewerPlusPlus/is…