Top "Pdfsharp" questions

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

PDFSharp filling in form fields

I would like to fill in form fields in a premade PDF doc, but I'm receiving a Null Refrence error …

c# pdf pdfsharp
C# PDFSharp: Examples of how to strip text from PDF?

I have a fairly simple task: I need to read a PDF file and write out its image contents while …

c# text pdfsharp
PDFsharp Line Break

I am trying to get new line but if I use \n it does not work. Any way to have …

pdf newline pdfsharp
Calculate text height based on available width and font?

We are creating PDF documents on the fly from the database using PDFsharp. I need to know the best way …

.net formatting pdfsharp
Export PDF to JPG(s) in C#

I need to save a one page pdf document as an image for a thumbnail on a website. I've been …

c# .net image pdf pdfsharp
Combining multiple PDFs using PDFSharp

I am trying to combine multiple PDFs into a single PDF. The PDFs come from SSRS, from some LocalReports that …

c# ssrs-2008 pdfsharp
'PDFsharp cannot handle this PDF feature introduced with Acrobat 6' error while opening PDF file

I use PDFsharp (v1.32) for merging several PDF files. I open documents using this code: PdfDocument inputDocument = PdfReader.Open(pdfFilePath, …

c# .net pdf pdfsharp
C# PDF Sharp position in document

Hi I am using PDF sharp to print user input onto positions in a template document. The data (fields) are …

c# pdf pdfsharp
PDFsharp - How to create a 2nd page

I can't find documentation in PDFsharp to show how to add a 2nd page using C#! As an example, over …

c# pdfsharp
PDFsharp: Is there a way to generate "Page X of Y" in the header of the page?

It seems rather simple, but I can't find something like getPageCount() in the API. I can get it to return …

c# pdfsharp migradoc