GroupDocs.Signature for Java은 디지털 인증서와 함께 디지털 전자 서명으로 문서를 서명하는 데 널리 사용되는 API입니다. 디지털 서명의 경우 API는 PFX 인증서 파일을 사용하여 암호로 보호된 개인 및 공개 키로 문서에 서명합니다. 디지털 서명은 eSign PDF 특정 페이지로 비즈니스 문서를 인증하고 Words, Excel, Powerpoint 파일 및 Open Office 문서와 같은 전체 Microsoft Office 문서를 인증하는 데 사용될 수 있습니다. 고객은 서명 편집, 제거 또는 조정과 같이 서명을 쉽게 조작할 수 있습니다. API는 서명을 검색하고 확인하는 방법을 제공합니다. 또한 서명 사용자 정의를 위한 많은 기능이 제공됩니다.
GroupDocs.Signature for Java은 Digital 서명으로 Pdf 문서에 빠르고 쉽게 서명할 수 있는 기능을 제공합니다.
GroupDocs.Signature for Java은(는) 모든 주요 플랫폼 및 운영 체제에서 지원됩니다. 아래 코드를 실행하기 전에 시스템에 다음 전제 조건이 설치되어 있는지 확인하십시오.
// Set up input Pdf file
String filePath = "input.pdf";
// Set up output file
String outputFilePath = "output.pdf";
// Provide digital certificate
String certificateFilePath = "certificate.pfx";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
//Provide sign options
DigitalSignOptions options = new DigitalSignOptions(certificateFilePath);
// set certificate password
options.setPassword("1234567890");
// set signature position
options.setLeft(50);
options.setTop(200);
// sign Pdf document
SignResult result = signature.sign(outputFilePath, options);
지금 바로 GroupDocs.Signature 앱 웹사이트에서 다양한 서명으로 Pdf 파일에 서명하세요. 무료 온라인 데모가 여러분을 기다리고 있습니다.
API를 다운로드할 필요가 없습니다
코드를 작성할 필요가 없습니다.
소스파일만 올려주세요
파일 저장을 위한 다운로드 링크 받기
“다른 서명 유형으로 Pdf에 서명할 수도 있습니다. 아래 목록을 참조하십시오.”
(Microsoft Word Binary Format)
(Office 2007+ Word Document)
(Microsoft Word 2007 Marco File)
(Microsoft Word Template Files)
(Microsoft Word Template File )
(OpenDocument Text File Format)
(OpenDocument Standard Format)
(Microsoft Excel Spreadsheet (Legacy))
(Open XML Workbook)
(Macro-enabled Spreadsheet)
(Excel Binary Workbook)
(OpenDocument Spreadsheet)
(OpenDocument Spreadsheet Template)
(Excel Template)
(Excel Macro-Enabled Template)
(Open XML presentation Format)
(Macro-enabled Presentation File)