GroupDocs.Signature for .NET API functionality contains vast selection of means to process in demand documents formats by using electronic signatures. Wide spectrum of e-signatures like texts, images, digital certificates, barcodes, QR-codes, stamps or metadata are supported. Customers can add, remove, edit, validate or search digital signatures at PDFs, MS Word documents, MS Excel workbooks, MS PowerPoint presentations, Adobe Photoshop files and various image formats. Numerous useful features and settings are available.
GroupDocs.Signature for .NET includes useful features like updation of Text signatures placed at Pdf documents. It makes possible to change signatures features without extra code.
GroupDocs.Signature for .NET are supported on all major platforms and operating systems. Before executing the code below, please make sure that you have the following prerequisites installed on your system.
// Set up input Pdf file
string filePath = "input.pdf";
// Instantiate Signature for input file
using (GroupDocs.Signature.Signature signature = new GroupDocs.Signature.Signature(filePath))
{
// Id of signature which is supposed to be updated
// such Id might be got as a result of search operation
string id = "ff988ab1-7403-4c8d-8db7-f2a56b9f8530";
// provide signature features to update
// set up particular signature id
TextSignature signatureToUpdate = new TextSignature(id)
{
// specify signature width
Width = 130,
// specify signature height
Height = 20,
// set left position
Left = 40,
// set top position
Top = 50,
// set up new text
Text = "Mr. John Smith"
};
// update signature
bool updateResult = signature.Update(signatureToUpdate);
// process updation result
if (updateResult)
{
Console.WriteLine("Signature was updated successfully!");
}
}
Edit various electronic signatures of the Pdf document right now by visiting the GroupDocs.Signature App website.
No need to download API
No need to write any code
Just upload the source file
Get download link to save the file
“Editing digital signatures which are placed in various document formats. Update signatures data without extra code.”
(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)