Top "Pdfsharp" questions

PDFsharp - A .NET library for processing PDF (create, merge, split, or modify PDF files).

PDFSharp: Measuring height of long text with word wrap

PDFSharp supports automatic text wrapping when drawing long text portions: textFormatter.DrawString(text, font, XBrushes.Black, new XRect(x, y, …

c# pdf pdf-generation pdfsharp
MigraDoc - Bold certain text in a paragraph

In MigraDoc, if I have a paragraph, how can I only bold some text in the paragraph, not the entire …

c# pdfsharp migradoc
Keep table in one piece MigraDoc / PDFsharp

I am using PDFsharp / MigraDoc to write tables and charts to PDF files. This worked great so far, however MigraDoc …

c# pdf pdf-generation pdfsharp migradoc
Is ther any open tool to convert XPS to PDF?

I did a lot of digging to figure out an easy way to convert an XPS document into a PDF. …

c# wpf pdfsharp xps
How to Set the Background Color of a Cell in a MigraDoc Table

I 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 migradoc
How to save a PDF as read-only / flattened?

I'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 pdfsharp
How to extract FlateDecoded Images from PDF with PDFSharp

how do I extract Images, which are FlateDecoded (such like PNG) out of a PDF-Document with PDFSharp? I found that …

c# pdfsharp
Convert XPS to PDF using PDFsharp or iTextsharp

I am trying to convert xps to pdf using PDFsharp. I have gone through this & this But not able …

wpf pdf pdfsharp xps
Rendering multiple .rdlc reports into a single PDF using PDFSharp

I am running multiple reports and combining them into a single PDF file. For each report, I pass the datasource, …

c# pdf rendering rdlc pdfsharp