GroupDocs.Signature for Java API는 전자 서명을 사용하여 다양한 문서 형식을 처리하는 다양한 방법을 제공합니다. 텍스트, 이미지, 디지털 인증서, 바코드, QR 코드, 스탬프 또는 메타데이터와 같은 다양한 유형의 디지털 서명이 지원됩니다. 고객은 PDF, MS Word 문서, MS Excel 통합 문서, MS PowerPoint 프레젠테이션, Adobe Photoshop 파일 및 다양한 이미지 형식에서 디지털 서명을 추가, 제거, 편집, 유효성 검사 또는 검색할 수 있습니다. 놀라운 수의 추가 기능과 설정을 사용할 수 있습니다.
GroupDocs.Signature for Java에는 Pps 문서에 있는 Text 서명 확인과 같은 유용한 기능이 포함되어 있습니다. 추가 코드를 구현하지 않고 이 기회를 사용하십시오.
GroupDocs.Signature for Java은(는) 모든 주요 플랫폼 및 운영 체제에서 지원됩니다. 아래 코드를 실행하기 전에 시스템에 다음 전제 조건이 설치되어 있는지 확인하십시오.
// Set up input Pps file
String filePath = "input.pps";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
//Provide verification options
TextVerifyOptions options = new TextVerifyOptions();
// Process all pages
options.setAllPages(true);
// specify text match type
options.setMatchType(TextMatchType.Exact);
// specify text pattern to search
options.setText("Very important signature");
// Verify document signatures
VerificationResult result = signature.verify(options);
//process result
if (result.isValid())
{
//..
}
지금 바로 GroupDocs.Signature 앱 웹사이트를 방문하여 Pps 파일에 다양한 전자 서명을 추가하세요.
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)
(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)
(OpenDocument Presentation Format)
(OpenDocument Standard Format)
(Microsoft PowerPoint Template Presentation)
(Microsoft PowerPoint Template File)
(Macro-enabled Presentation File)
(Macro-enabled Slide Show)