GroupDocs.Signature for Java API는 전자 서명을 사용하여 문서를 처리하는 다양한 방법을 제공합니다. 텍스트, 이미지, 디지털 인증서, 바코드, QR 코드, 스탬프 또는 메타데이터와 같은 디지털 서명을 사용할 수 있습니다. 고객은 PDF, MS Word 문서, MS Excel 통합 문서, MS PowerPoint 프레젠테이션, Adobe Photoshop 파일 및 다양한 이미지 형식에서 디지털 서명을 추가, 삭제, 업데이트, 확인 또는 검색할 수 있습니다. 방대한 수의 유용한 기능과 설정이 제공됩니다.
GroupDocs.Signature for Java은 몇 줄의 코드로 Text 서명의 Odp 문서를 지우는 데 유용한 기능을 제공합니다.
GroupDocs.Signature for Java은(는) 모든 주요 플랫폼 및 운영 체제에서 지원됩니다. 아래 코드를 실행하기 전에 시스템에 다음 전제 조건이 설치되어 있는지 확인하십시오.
// Set up input Odp file
String filePath = "input.odp";
// Set up output file
String outputFilePath = "output.odp";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
// Id of signature which is supposed to be deleted
// such Id may be obtained as result of search operation
String id = "ff988ab1-7403-4c8d-8db7-f2a56b9f8530";
// provide signature features to delete
TextSignature signatureToDelete = new TextSignature(id);
// delete signature
Boolean deleteResult = signature.delete(outputFilePath, signatureToDelete);
// process deletion result
if (deleteResult)
{
System.out.println("Signature was deleted successfully!");
}
지금 바로 GroupDocs.Signature 앱 웹사이트를 방문하여 Odp 파일에 다양한 전자 서명을 추가하세요.
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)
(PowerPoint Slide Show)
(OpenDocument Standard Format)
(Microsoft PowerPoint Template Presentation)
(Microsoft PowerPoint Template File)
(Macro-enabled Presentation File)
(Macro-enabled Slide Show)