-
# Reporting an Issue Here
## Expected Behavior
The PDF opens without error, or with an exception that indicates that this is something PdfSharp does not support.
The PDF
## Actual Behavior
…
-
I don't think this requires sample code, as it's evident in the source.
```
using (var fs = File.OpenRead(filename))
{
PdfPage pdfPage = outputPdf.AddPage();
pdfPage.Width = XUnit.FromM…
-
I get this error,
"Object already in table."
" at PdfSharp.Pdf.Advanced.PdfCrossReferenceTable.Add(PdfObject value)\r\n at PdfSharp.Pdf.PdfDictionary.DictionaryElements.GetValue(String key,…
-
I am using the PDFsharp 6.2.0 Preview 1 in a .net 8 project.
It shows me this error "Stream cannot be read. Please send us the PDF file so that we can fix this (issues (at) pdfsharp.net)." when I t…
-
Empria software, the original developer of PDFsharp and MigraDoc has recently released version 6.x for .NET 6. It can be found [here](https://github.com/empira/PDFsharp).
You should look into the rep…
-
https://github.com/empira/PDFsharp/blob/5fbf6ed14740bc4e16786816882d32e43af3ff5d/src/foundation/src/PDFsharp/src/PdfSharp/Fonts.Internal/FontHelper.cs#L169
The integer `width` gets negative once th…
-
!!!!! If you think there is a bug in PDFsharp then please use the IssueSubmissionTemplate to make the issue replicable.
!!!!! https://docs.pdfsharp.net/General/IssueReporting.html
!!!!! => Sorry, …
-
It looks like the PDFsharp library can combine PDF documents. I think it would be worth looking into.
http://www.pdfsharp.net/
-
# Reporting an Issue Here
## Expected Behavior
PDFSharp supports async API
## Actual Behavior
PDFSharp does not support async API
## Example
`PdfReader.Open` vs `PdfReader.OpenAsync`
`P…
-
If you think there is a bug in PDFsharp then please use the IssueSubmissionTemplate to make the issue replicable.
https://docs.pdfsharp.net/General/IssueReporting.html
Thanks.
# Resources
…
Cobse updated
1 month ago