GroupDocs.Signature for Java API 기능에는 전자 서명을 사용하여 주문형 문서 형식을 처리하기 위한 다양한 수단이 포함되어 있습니다. 텍스트, 이미지, 디지털 인증서, 바코드, QR 코드, 스탬프 또는 메타데이터와 같은 광범위한 전자 서명이 지원됩니다. 고객은 PDF, MS Word 문서, MS Excel 통합 문서, MS PowerPoint 프레젠테이션, Adobe Photoshop 파일 및 다양한 이미지 형식에서 디지털 서명을 추가, 제거, 편집, 유효성 검사 또는 검색할 수 있습니다. 많은 유용한 기능과 설정을 사용할 수 있습니다.
GroupDocs.Signature for Java에는 Pptx 문서에 있는 Text 서명 업데이트와 같은 유용한 기능이 포함되어 있습니다. 추가 코드 없이 서명 기능을 변경할 수 있습니다.
GroupDocs.Signature for Java은(는) 모든 주요 플랫폼 및 운영 체제에서 지원됩니다. 아래 코드를 실행하기 전에 시스템에 다음 전제 조건이 설치되어 있는지 확인하십시오.
// Set up input Pptx file
String filePath = "input.pptx";
// Set up output file
String outputFilePath = "output.pptx";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
// Id of signature which is supposed to be updated
// such Id might be got as a result of search operation
String id = "eff64a14-dad9-47b0-88e5-2ee4e3604e71";
// provide signature features to update
// set up particular signature id
TextSignature signatureToUpdate = new TextSignature(id);
// specify signature width
signatureToUpdate.setWidth(130);
// specify signature height
signatureToUpdate.setHeight(20);
// set left position
signatureToUpdate.setLeft(40);
// set top position
signatureToUpdate.setTop(50);
// set up new text
signatureToUpdate.setText("Mr. John Smith");
// update signature
Boolean updateResult = signature.update(outputFilePath, signatureToUpdate);
// process updation result
if (updateResult)
{
System.out.println("Signature was updated successfully!");
}
지금 바로 GroupDocs.Signature 앱 웹사이트에서 Pptx 문서의 다양한 전자 서명을 수정하세요.
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)
(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)