[GroupDocs.Signature for Java] (https://products.groupdocs.com/signature/java/) là một API phổ biến cho ký điện tử tài liệu kỹ thuật số. Các chữ ký 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 đều có sẵn. Chữ ký có thể được đặt trên 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. Khách hàng có thể ký vào tài liệu của họ và cập nhật, tìm kiếm, xác minh, xóa hoặc xem trước các chữ ký điện tử đã được đưa vào các tài liệu đó. Hơn nữa, rất nhiều khả năng tùy chỉnh chữ ký được cung cấp.
[GroupDocs.Signature for Java] (https://products.groupdocs.com/signature/java/) cung cấp khả năng ký các tài liệu Xlsb bằng chữ ký Text một cách nhanh chóng và dễ dàng.
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 Xlsb file
String filePath = "input.xlsb";
// Set up output file
String outputFilePath = "output.xlsb";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
//Provide sign options
TextSignOptions options = new TextSignOptions("John Smith");
// set signature position
options.setLeft(50);
options.setTop(200);
// sign Xlsb document
SignResult result = signature.sign(outputFilePath, options);
Ký tệp Xlsb bằng nhiều chữ ký ngay bây giờ bằng cách truy cập trang web [GroupDocs.Signature App] (https://products.groupdocs.app/signature/family). Bản demo trực tuyến miễn phí đang chờ bạn.
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
“Bạn cũng có thể ký Xlsb bằng các loại chữ ký khác. Vui lòng xem danh sách 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)
(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 Presentation Format)
(OpenDocument Standard Format)
(Microsoft PowerPoint Template Presentation)
(Microsoft PowerPoint Template File)
(Macro-enabled Presentation File)
(Macro-enabled Slide Show)
(Portable Network Graphic)
(Joint Photographic Expert Group Image)
(Bitmap Image File)
(Graphical Interchange Format)
(Tagged Image File Format)
(Scalar Vector Graphics)
(Raster Web Image Format)
(Windows Metafile)