About 1,820,000 results
Open links in new tab
  1. PDFsharp download | SourceForge.net

    May 3, 2024 · PDFsharp is the .NET library that easily creates and processes PDF documents on the fly from any .NET language. The same drawing routines can be used to create PDF …

  2. C# Extract text from PDF using PdfSharp - Stack Overflow

    Apr 13, 2012 · Is there a possibility to extract plain text from a PDF-File with PdfSharp? I don't want to use iTextSharp because of its license.

  3. c# - PdfSharp - Getting started - Stack Overflow

    PDFsharp has to use operating system functions to measure strings, load images &c. GDI+ is the original implementation, WPF came later. Both should work with console applications (I think …

  4. 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 (br), etc.) Previously I used iTextSharp and roughly …

  5. c# - PDFsharp - How to create a 2nd page - Stack Overflow

    Jan 26, 2016 · I can't find documentation in PDFsharp to show how to add a 2nd page using C#! As an example, over in VB6 I use a PDF creation method called mjwPDF. To indicate that the …

  6. How to save a PDF as read-only / flattened? - Stack Overflow

    Sep 7, 2016 · I'm using PDFSharp to generate a PDF document with fields filled in. When the doc is saved, I'd like it to be read-only, aka flattened. I've tried the below, but still, when opening …

  7. c# - Combining multiple PDFs using PDFSharp - Stack Overflow

    Jul 14, 2013 · I am trying to combine multiple PDFs into a single PDF. The PDFs come from SSRS, from some LocalReports that I processed. I am using PDFSharp, because it is already …

  8. pdf - How to add PDFsharp lib in C#? - Stack Overflow

    Aug 1, 2016 · I am new to C#.net, I downloaded PDFsharp lib. But how to add this lib to our project? My project is to create a PDF file. Please provide me step by step instructions. After …

  9. .net - PDFsharp - Open PDF from System.Byte - Stack Overflow

    Aug 24, 2020 · I am working with PDFsharp, and I am trying to open a PDF that is represented as Byte[] variable. Here is a simplified example: public Byte[] myFunc(Byte[] PDF) { PdfDocument …

  10. PdfSharp: Text height/positioning problem - Stack Overflow

    4 While trying to figure out how text positioning works with PdfSharp, I noticed that the DrawString () method writes on top of the Y coordinate that we specify. If I wish to write at (0, 100) (x, y), …