使用C#创建修改合并PDF文件
  TnD0WQEygW8e 2023年11月19日 74 0

Open Source PDF Libraries in C#

iTextSharp

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

 

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.

 

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.

 

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

 

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.

 

ASP.NET FO PDF

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

 

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.

 

http://alex.buayacorp.com/merge-pdf-files-with-itext-and-net.html

http://www.wacdesigns.com/2008/10/03/merge-pdf-files-using-c/

http://www.zachhunter.net/blog/2009/04/28/MergeAndCombinePDFsInC.aspx

http://stackoverflow.com/questions/177/how-do-i-programmatically-create-a-pdf-in-my-net-application

http://www.aneef.net/2008/07/24/create-pdf-files-on-the-fly-with-c-and-pdfsharp/



【版权声明】本文内容来自摩杜云社区用户原创、第三方投稿、转载,内容版权归原作者所有。本网站的目的在于传递更多信息,不拥有版权,亦不承担相应法律责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@moduyun.com

  1. 分享:
最后一次编辑于 2023年11月19日 0

暂无评论

推荐阅读
  UPDXd5cjON6v   2023年12月12日   28   0   0 .net.net
TnD0WQEygW8e