GroupDocs.Signature for .NET API 기능에는 전자 서명을 사용하여 주문형 문서 형식을 처리하기 위한 다양한 수단이 포함되어 있습니다. 텍스트, 이미지, 디지털 인증서, 바코드, QR 코드, 스탬프 또는 메타데이터와 같은 광범위한 전자 서명이 지원됩니다. 고객은 PDF, MS Word 문서, MS Excel 통합 문서, MS PowerPoint 프레젠테이션, Adobe Photoshop 파일 및 다양한 이미지 형식에서 디지털 서명을 추가, 제거, 편집, 유효성 검사 또는 검색할 수 있습니다. 많은 유용한 기능과 설정을 사용할 수 있습니다.
GroupDocs.Signature for .NET에는 Pdf 문서에 있는 Text 서명 업데이트와 같은 유용한 기능이 포함되어 있습니다. 추가 코드 없이 서명 기능을 변경할 수 있습니다.
GroupDocs.Signature for .NET은(는) 모든 주요 플랫폼 및 운영 체제에서 지원됩니다. 아래 코드를 실행하기 전에 시스템에 다음 전제 조건이 설치되어 있는지 확인하십시오.
// 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!");
}
}
지금 바로 GroupDocs.Signature 앱 웹사이트에서 Pdf 문서의 다양한 전자 서명을 수정하세요.
API를 다운로드할 필요가 없습니다
코드를 작성할 필요가 없습니다.
소스파일만 올려주세요
파일 저장을 위한 다운로드 링크 받기
“다양한 문서 형식에 있는 디지털 서명을 편집합니다. 추가 코드 없이 서명 데이터를 업데이트합니다.”
(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)