GroupDocs.Signature for .NET API 機能には、電子署名を使用してオンデマンド ドキュメント形式を処理する手段が多数含まれています。テキスト、画像、デジタル証明書、バーコード、QR コード、スタンプ、メタデータなど、幅広い電子署名がサポートされています。顧客は、PDF、MS Word ドキュメント、MS Excel ワークブック、MS PowerPoint プレゼンテーション、Adobe Photoshop ファイル、およびさまざまな画像形式でデジタル署名を追加、削除、編集、検証、または検索できます。便利な機能や設定がたくさんあります。
GroupDocs.Signature for .NET には、Xlsm ドキュメントに配置された Text 署名の更新などの便利な機能が含まれています。追加のコードなしで署名機能を変更できます。
GroupDocs.Signature for .NET は、すべての主要なプラットフォームとオペレーティング システムでサポートされています。以下のコードを実行する前に、システムに次の前提条件がインストールされていることを確認してください。
// Set up input Xlsm file
string filePath = "input.xlsm";
// 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!");
}
}
GroupDocs.Signature App Web サイトにアクセスして、Xlsm ドキュメントのさまざまな電子署名を今すぐ編集してください。
APIをダウンロードする必要はありません
コードを書く必要はありません
ソースファイルをアップロードするだけです
ファイルを保存するためのダウンロードリンクを取得する
“さまざまなドキュメント形式に配置されているデジタル署名を編集します。追加のコードなしで署名データを更新します。”
(Portable Document Format)
(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)
(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)