-
I generate a PdfDocument with ```TheArtOfDev.HtmlRenderer.PdfSharp.PdfGenerator.GeneratePdf(html, PdfSharp.PageSize.Letter)```, and the html has contents, but the PdfDocument is empty and cause a 'Sys…
-
I am trying to add Table of Contents to the PDF. I referred:
http://www.pdfsharp.net/wiki/HelloMigraDoc-sample.ashx
http://www.pdfsharp.com/PDFsharp/index.php?option=com_content&task=view&id=55&Item…
-
Hello,
[PDFsharp-gdi.zip](https://github.com/user-attachments/files/16028783/PDFsharp-gdi.zip)
The problem is simple the nNbpages is 1 instead of 14
Here is my code from the issue template
Th…
-
Team,
I am referring HtmlRender towards parsing HTML for PDFSharp. When sharing the details in a related issue (https://github.com/ArthurHub/HTML-Renderer/issues/177) I found out there are two simi…
-
Getting this error for XBrush, XImage, XPen while casting.
public void DrawRectangle(Pen pen, Brush brush, double X, double Y, double W, double H)
{
XPen penUsed = pen != null…
-
Of course this is not an "issue", merely a bunch of questions hoping that someone here may be able to help.
While learning Khmer I have also got into Khmer script. I have found that while most word…
mbert updated
3 months ago
-
- achieved :
Verbetering gemaakt aan het C# solution projecten: afhandelen van errors die voortkomen mogelijke fouten in de initialisatie parameters. Verbetering aan de manier waarop OverviewReport…
-
Hi,
Is there any way currently to add incremental updates to a document with PdfSharp?
I don't find anything out of the box.
Would there be a way to do so with some code changes?
Is it planned as …
-
The first iteration of Vesta was only for PDF 1.4 and lower so PdfSharp worked nicely for the job and was convenient to use. It has since been necessary to put in a workaround to open PDFs higher tha…
-
Hi everyone I have a pdf file that outputted from another app.
I want to read data like text from highlighted section I used pdfsharp extract extension method do each way that was in the internet but…