PDFsharp - A .NET library for processing PDF (create, merge, split, or modify PDF files).
PDFSharp supports automatic text wrapping when drawing long text portions: textFormatter.DrawString(text, font, XBrushes.Black, new XRect(x, y, …
c# pdf pdf-generation pdfsharpIn MigraDoc, if I have a paragraph, how can I only bold some text in the paragraph, not the entire …
c# pdfsharp migradocI am using PDFsharp / MigraDoc to write tables and charts to PDF files. This worked great so far, however MigraDoc …
c# pdf pdf-generation pdfsharp migradocI have a MigraDoc table where I specify a row height of 0.75cm, and the text is vertically-aligned in the …
c#-4.0 pdfsharp migradocI'm using PDFSharp to generate a PDF document with fields filled in. When the doc is saved, I'd like it …
c# asp.net-mvc pdfsharphow do I extract Images, which are FlateDecoded (such like PNG) out of a PDF-Document with PDFSharp? I found that …
c# pdfsharp