About 1,610,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. 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 …

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

    Aug 3, 2018 · 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.

  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. Is it possible to use PDFsharp with .NET Core? - Stack Overflow

    Feb 6, 2020 · Old answer: The "official" PDFsharp library does not yet support .NET Core, but there are "inofficial" ports to .NET Core that may or may not work as expected. So: No, …

  6. 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 …

  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. c# 4.0 - PDFsharp edit a pdf file - Stack Overflow

    Jul 15, 2013 · Environment - PDFsharp Library, Visual Studio 2012 and C# as the language. I am trying to: read Test1.pdf (Width = 17 inches, Height – 11 inches) with 1 page add some text to …

  9. 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 …

  10. c# - PDFsharp, error displaying a JPG in PDF - Stack Overflow

    Feb 27, 2016 · Handling of JPEG images works better when you use PDFsharp 1.50 or later and use XImage.FromStream instead of Image.FromStream plus XImage.FromGdiPlusImage. …