zoukankan      html  css  js  c++  java
  • Open Source PDF Libraries in C#

    要想在C#中编写PDF文档,一般需要用到一些第三方的类库。下面是几个常见的

    iTextSharp

    iTextSharp is a library that allows you to generate PDF files on the fly.

    Go To iTextSharp

    Report.NET

    Report.NET is a powerful library that will help you to generate PDF documents in a simple and flexible manner. The document can be created with data that have been retrieved from any ADO.NET data set.

    Go To Report.NET 

    PDFsharp

    PDFsharp is a C# library that easily creates PDF documents on the fly. The same GDI+ like drawing routines can be used to create PDF documents, draw on the screen, or send output to any printer. PDFsharp can also modify, merge, and split existing PDF files or incorporate pages from existing PDF files into new PDF documents.

    Go To PDFsharp

    PDFjet Open Source Edition

    PDFjet Open Source Edition is a library for dynamic generation of PDF documents from Java and .NET. The PDFjet Open Source Edition has the following features: 

    * Drawing support for: points, lines, boxes, circles, bezier curves, polygons, stars, complex paths and shapes. 
    * Text: unicode support, text kerning when using the Helvetica and Times-Roman families of core fonts, embedding hyperlinks.

    Go To PDFjet Open Source Edition

    SharpPDF

    SharpPDF is a C# library that implements different objects for the creation of PDF documents with few steps. It is created for .NET framework 1.1 and it can create 100% compatible PDF

    Go To SharpPDF

    ASP.NET FO PDF

    FO PDF is similar to ASP.NET Server Controls, written in C#

    Go To ASP.NET FO PDF

    PDF Clown

    PDF Clown is a C# 2.0 library for reading, manipulating and writing PDF files, with multiple abstraction layers to satisfy different programming styles: from the lower level (PDF object model) to the higher (PDF document structure and content streaming). Its primary target platform is GNU/Linux, but thanks to the Mono project it’s virtually platform-agnostic.

    Go To PDF Clown

  • 相关阅读:
    vim高亮
    mengning
    4.4内核osal
    tmpvalgrind
    为什么引入协程
    alloc_call_show(转)
    TSAN
    如何查看哪些进程占用Buffer和Cache高(转)
    ASAN详解其他参考链接
    Linux系统与程序监控工具atop教程(转)
  • 原文地址:https://www.cnblogs.com/chenxizhang/p/1488232.html
Copyright © 2011-2022 走看看