Top "Pdfsharp" questions

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

Generate PDF based on HTML code (iTextSharp, PDFSharp?)

Does the library PDFSharp can - like iTextSharp - generate PDF files *take into account HTML formatting *? (bold (strong), spacing (…

c# html pdf itextsharp pdfsharp
PDFsharp save to MemoryStream

I want to save a PdfSharp.Pdf.PdfDocument by its Save method to a Stream, but it doesn't attach the …

c# .net pdf stream pdfsharp
How to add PDFsharp lib in C#?

I am new to C#.net, I downloaded PDFsharp lib. But how to add this lib to our project? My …

c# pdf pdfsharp
How to export PDF page as an image using PDFsharp .NET library?

How to export a PDF page as an image using PDFsharp .NET library, for pixel level manipulation? For example, something …

.net image pdf bitmap pdfsharp
C# Extract text from PDF using PdfSharp

Is there a possibility to extract plain text from a PDF-File with PdfSharp? I don't want to use iTextSharp because …

c# text text-extraction pdfsharp
Tables and charts using PDFsharp

I just started with a project that requires me to write to PDF file. After some googling I decided on …

c# charts pdf-generation pdfsharp
PDFsharp edit a pdf file

Environment - PDFsharp Library, Visual Studio 2012 and C# as the language. I am trying to: read Test1.pdf (Width = 17 inches, …

c#-4.0 pdf pdfsharp
Overlay image onto PDF using PDFSharp

Can't seem to find much out there for this. I've a PDF, onto which I'd like to overlay an image …

c# asp.net-mvc-4 pdfsharp
PDFsharp page size and set margin issue c#

I am converting an image to pdf using PDFsharp lib. I need to set margin & page size so I …

c# pdfsharp
Printing PDFs with PDFSharp

I have the following code: using System; using System.Diagnostics; using System.IO; using PdfSharp.Pdf.Printing; namespace PrintPdfFile { class …

c# pdf printing pdfsharp