-
Some characters are not correctly extracted (eg: unicode hyphen variant U+2013 == EN DASH == e2 80 93).
CString seems to be empty.
-
I've built a class to redact text, and it's working great. I followed the strategy here #37
However, for some PDFs I'm getting this color space error. The backtrace is below. Iti's occurring in t…
-
When using Migradoc, all document styles appear to combined and the resulting PDF has a single font definition. Example code:
Document currentDoc = new Document();
Document…
-
I am getting the following error in my stacktrace. Please help me in resolving the above issue.
`Unhandled exception. System.NotSupportedException: No data is available for encoding 1252. For infor…
-
I am trying to embed a image with transparent background to a PDF using PDFSharp (for .NET Core). The image is rendering with a black background.
My guess is on Windows the transparent background i…
-
-
For pdfTeX:
```latex
\pdfpageattr{/Group }
```
For XeTeX:
```latex
\special{pdf: put @thispage >}
```
For LuaTeX:
```latex
\pdfvariable pageattr{/Group }
```
I would submit a PR put I do…
-
I've changed my toolchain to **mono**'s por of _MSBuild_, since **mono**'s _XBuild_ is deprecated and no longer supported in **Rider**. So, if I compile with XBuild then I get a few warnings, but it e…
-
I am trying to put QRCode on a PDF file. Here's my code:
PdfDocument document = new PdfDocument();
PdfPage page = document.AddPage();
page.Orientation = PdfSha…
-
Are you aware that ZetPDF is selling PDFsharp? Is that company related to PDFsharp?