iTextSharp

Overview

iTextSharp is a C# port of iText, an open source Java library for PDF generation and manipulation. It can be used to create PDF documents from scratch, to convert XML to PDF (using the extra XML Worker DLL), to fill out interactive PDF forms, to stamp new content on existing PDF documents, to split and merge existing PDF documents, and much more.

Features

  • PDF generation
  • PDF manipulation (stamping watermarks, merging/splitting PDFs,...)
  • PDF form filling
  • XML functionality
  • Digital signatures

Ref:http://sourceforge.net/projects/itextsharp/

Ref:http://kuujinbo.info/iTextInAction2Ed/

Ref:http://www.cnblogs.com/hardrock/archive/2006/06/28/438163.html

Makecert.exe:http://msdn.microsoft.com/zh-cn/library/bfsktky3.aspx(Export From IE & Include Private key)

example:vs cmd->makecert -r -pe -n "CN=XYZ Company" -b 01/01/2005 -e 01/01/2010 -sky exchange -ss my

原文地址:https://www.cnblogs.com/ncore/p/3222650.html