GroupDocs.Signature for .NET, dijital belge e-imzalama için popüler bir API’dir. Metinler, resimler, dijital sertifikalar, barkodlar, QR kodları, damgalar veya meta veriler gibi imzalar mevcuttur. İmzalar PDF’lere, MS Word belgelerine, MS Excel çalışma kitaplarına, MS PowerPoint sunumlarına, Adobe Photoshop dosyalarına ve çeşitli görüntü biçimlerine yerleştirilebilir. Müşteriler, belgelerini imzalayabilir ve bu belgelere konan e-imzaları güncelleyebilir, arayabilir, doğrulayabilir, silebilir veya önizleyebilir. Ayrıca, imza özelleştirme için birçok yetenek sağlanmıştır.
GroupDocs.Signature for .NET, Pdf belgelerini Metadata imzasıyla hızlı ve kolay bir şekilde imzalama olanağı sağlar.
GroupDocs.Signature for .NET, tüm büyük platformlarda ve işletim sistemlerinde desteklenir. Aşağıdaki kodu çalıştırmadan önce lütfen aşağıdaki ön koşulların sisteminizde kurulu olduğundan emin olun.
// Set up input Pdf file
string filePath = "input.pdf";
// Set up output file
string outputFilePath = "output.pdf";
// Instantiate Signature for input file
using (var signature = new GroupDocs.Signature.Signature(filePath))
{
// instantiate metadata signing options
var options = new MetadataSignOptions();
// setup Author property
PdfMetadataSignature mdSign_Author = new PdfMetadataSignature("Author", "Mr.Scherlock Holmes");// String value
options.Signatures.Add(mdSign_Author);
// setup document data
PdfMetadataSignature mdSign_DocData = new PdfMetadataSignature("CreatedOn", DateTime.Now);// Datetime value
options.Signatures.Add(mdSign_DocData);
// setup document id
PdfMetadataSignature mdSign_DocId = new PdfMetadataSignature("DocumentId", 123456);// Integer value
options.Signatures.Add(mdSign_DocId);
// sign Pdf document
SignResult result = signature.Sign(outputFilePath, options);
}
Hemen şimdi GroupDocs.Signature App web sitesini ziyaret ederek çeşitli imzalarla Pdf dosyasını imzalayın. Ücretsiz çevrimiçi demo sizi bekliyor.
API'yi indirmeye gerek yok
Herhangi bir kod yazmaya gerek yok
Sadece kaynak dosyayı yükle
Dosyayı kaydetmek için indirme bağlantısını al
“Pdf’ı diğer imza türleriyle de imzalayabilirsiniz. Lütfen aşağıdaki listeye bakın.”
(Microsoft Word Binary Format)
(Office 2007+ Word Document)
(Microsoft Word 2007 Marco File)
(Microsoft Word Template Files)
(Microsoft Word 2007+ Template File)
(Microsoft Word Template File )
(OpenDocument Text File Format)
(OpenDocument Standard Format)
(Rich Text Format)
(Microsoft Excel Spreadsheet (Legacy))
(Open XML Workbook)
(Macro-enabled Spreadsheet)
(Excel Binary Workbook)
(Comma Seperated Values)
(OpenDocument Spreadsheet)
(OpenDocument Spreadsheet Template)
(Excel Template)
(Excel Macro-Enabled Template)
(Microsoft PowerPoint 97-2003)
(Open XML presentation Format)
(PowerPoint Slide Show)
(PowerPoint Slide Show)
(OpenDocument Presentation Format)
(OpenDocument Standard Format)
(Microsoft PowerPoint Template Presentation)
(Microsoft PowerPoint Template File)
(Macro-enabled Presentation File)
(Macro-enabled Slide Show)
(Portable Network Graphic)
(Joint Photographic Expert Group Image)
(Bitmap Image File)
(Graphical Interchange Format)
(Tagged Image File Format)
(Scalar Vector Graphics)
(Raster Web Image Format)
(Windows Metafile)