-
Hi,
I am using the method PdfGenerator.GeneratePdf method. I send the html and css to the function and it works okay and all the styles are being applied to the pdf except the thead style.
I ha…
-
I am attempting to open a PDF file using PDFSharp and getting the following exception:
PdfSharpCore.Pdf.IO.PdfReaderException: 'Unexpected character '0x0069' in PDF stream. The file may be corrupte…
-
What this project lacks most is proper documentation. Currently we have to search through http://www.pdfsharp.net/. What happens if that site is gone. What if this project adds new features or changes…
-
Hi,
The same Pdfsharp.Xps is working on Windows 7 but not in Windows 10. Throws Null reference exception.
When debug found **var seq = xpsDocument.GetFixedDocumentSequence();** is returning null.
…
-
Here's the error message: "Unexpected token 'endobj' in PDF stream. The file may be corrupted. If you think this is a bug in PDFsharp, please send us your PDF file."
I believe that this is looking …
-
I am new in HTML-Renderer. I tried many times to fix the table size in html edited in VS html editor in HTML 4.01. However, the table is scaled up and always outside of the letter size pdf. I also def…
-
# Reporting an Issue Here
## Expected Behavior
PDF opens without error
## Actual Behavior
Exception:
```
System.InvalidOperationException: Stream cannot be read. Please send us the PDF fil…
-
# extensions
```` C#
public static class PdfDocumentExtensions
{
public static void DrawPage(this PdfDocument document,Action configure)
{
var page = document.AddPage();
…
-
In dotnet6 something seems to be changed in xps format, so fonts could not be found in some way
-
Hello I try to put text in Landscape page in the bottom, but not work. I attach example and I mark with yellow without text where is the correct position to put the text.
![POSITION](https://user-…