About 1,850,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# - 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 …

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

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

  6. pdf generation - How to resolve all available fonts and get list of ...

    Jun 2, 2024 · 0 PDFsharp-MigraDoc 6.1.0 Core build uses fallback font resolver static ReportTemplateBase() { GlobalFontSettings.FallbackFontResolver = new …

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

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

  9. PdfSharp 'Unsupported image format' using XImage

    Mar 19, 2025 · Using the PdfSharp library, I successfully converted a PNG image to a PDF file and uploaded it to Azure Blob Storage both locally and in production. Function1.cs :

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