API [GroupDocs.Signature for Java] (https://products.groupdocs.com/signature/java/) cung cấp nhiều cách để xử lý nhiều định dạng tài liệu bằng cách sử dụng chữ ký điện tử. Nhiều loại chữ ký điện tử như văn bản, hình ảnh, chứng chỉ kỹ thuật số, mã vạch, mã QR, tem hoặc siêu dữ liệu được hỗ trợ. Khách hàng có thể thêm, bớt, chỉnh sửa, xác thực hoặc tìm kiếm chữ ký điện tử tại các tệp PDF, tài liệu MS Word, sổ làm việc MS Excel, bản trình bày MS PowerPoint, tệp Adobe Photoshop và các định dạng hình ảnh khác nhau. Có sẵn một số tính năng và cài đặt bổ sung đáng kinh ngạc.
[GroupDocs.Signature for Java] (https://products.groupdocs.com/signature/java/) bao gồm các tính năng hữu ích như xác minh chữ ký Text được đặt trong tài liệu Pps. Sử dụng cơ hội này mà không cần triển khai thêm mã.
GroupDocs.Signature for Java được hỗ trợ trên tất cả các nền tảng và hệ điều hành chính. Trước khi thực hiện mã bên dưới, hãy đảm bảo rằng bạn đã cài đặt các điều kiện tiên quyết sau trên hệ thống của mình.
// 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())
{
//..
}
Thêm nhiều chữ ký điện tử khác nhau vào tệp Pps ngay bây giờ bằng cách truy cập trang web [GroupDocs.Signature App] (https://products.groupdocs.app/signature/family).
Không cần phải tải VỀ API
Không cần phải viết bất kỳ mã
chỉ cần tải lên các tập tin nguồn
Nhận liên kết tải xuống để lưu tệp
“Xác minh chữ ký điện tử được đặt trong các tài liệu khác nhau. Kiểm tra chất lượng chữ ký ở các định dạng tệp phổ biến như được tiết lộ bên dưới.”
(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)