Tổng quan về GroupDocs.Signature

{index-content-python-net.overview_description}

Illustration signature

{index-content-python-net.overview_feature_1.title}

{index-content-python-net.overview_feature_1.description}

{index-content-python-net.overview_feature_2.title}

{index-content-python-net.overview_feature_2.description}

{index-content-python-net.overview_feature_3.title}

{index-content-python-net.overview_feature_3.description}

Nền tảng độc lập

{index-content-python-net.platforms_description}

Amazon
Docker
Azure
VS Code
ReSharper
macOS
Linux
NuGet

Các định dạng tập tin được hỗ trợ

{index-content-python-net.formats_description}

Các định dạng Microsoft Office

  • Word: DOCX, DOC, DOCM, DOT, DOTX, DOTM, RTF
  • Excel: XLSX, XLS, XLSM, XLSB, XLTM, XLT, XLTM, XLTX, XLAM, SXC, SpreadsheetML
  • PowerPoint: PPT, PPTX, PPS, PPSX, PPSM, POT, POTM, POTX, PPTM

Hình ảnh & Định dạng khác

  • Cầm tay: PDF
  • Hình ảnh: JPG, BMP, PNG, TIFF, GIF, DICOM, WEBP
  • Các dạng văn phòng khác: ODT, OTT, OTS, ODS, ODP, OTP, ODG

Các định dạng khác

  • Web: HTML, MHTML
  • Lưu trữ: ZIP, TAR, 7Z
  • Chứng chỉ: PFX

{index-content-python-net.features.title}

{index-content-python-net.features.description}

Feature icon

{index-content-python-net.features.feature_1.title}

{index-content-python-net.features.feature_1.content}

Feature icon

{index-content-python-net.features.feature_2.title}

{index-content-python-net.features.feature_2.content}

Feature icon

{index-content-python-net.features.feature_3.title}

{index-content-python-net.features.feature_3.content}

Feature icon

{index-content-python-net.features.feature_4.title}

{index-content-python-net.features.feature_4.content}

Feature icon

{index-content-python-net.features.feature_5.title}

{index-content-python-net.features.feature_5.content}

Feature icon

{index-content-python-net.features.feature_6.title}

{index-content-python-net.features.feature_6.content}

Feature icon

{index-content-python-net.features.feature_7.title}

{index-content-python-net.features.feature_7.content}

Feature icon

{index-content-python-net.features.feature_8.title}

{index-content-python-net.features.feature_8.content}

Feature icon

{index-content-python-net.features.feature_9.title}

{index-content-python-net.features.feature_9.content}

Mẫu mã

{index-content-python-net.code_samples_description}

{index-content-python-net.code_title_sample_1}

{index-content-python-net.code_samples_sample_1_content_1} {index-content-python-net.code_samples_sample_1_content_2}

Cách đặt mã QR vào PDF.

import groupdocs.signature as sg

def run():

    # Tải tài liệu để ký
    with sg.Signature('file_to_sign.pdf') as signature:

        # Tạo tùy chọn mã QR với văn bản được xác định trước
        options = sg.QrCodeSignOptions('The document is approved by John Smith')

        # Định cấu hình loại và vị trí mã hóa mã QR trên trang
        options.EncodeType = sg.QrCodeTypes.QR
        options.Left = 100
        options.Top = 100
    
        # Ký tài liệu và lưu nó dưới dạng tệp kết quả
        signature.Sign('file_with_QR.pdf', options)

{index-content-python-net.code_title_sample_2}

{index-content-python-net.code_samples_sample_2_content_1} {index-content-python-net.code_samples_sample_2_content_2}

Đây là cách đảm bảo tính toàn vẹn của tài liệu.

import groupdocs.signature as sg

def run():

    # Tải tài liệu cần được ký điện tử
    with sg.Signature('file_to_sign.docx') as signature:

        # Chỉ định các tùy chọn ký kỹ thuật số và cung cấp đường dẫn đến tệp chứng chỉ
        options = sg.DigitalSignOptions('certificate.pfx')

        # Đặt mật khẩu chứng chỉ
        options.Password = '1234567890'

        # Ký tài liệu và lưu nó vào đường dẫn mong muốn
        signature.Sign('digitally_signed.docx', options)

Lời khuyên về giấy phép tạm thời

1
Đăng ký bằng email công việc của bạn. Dịch vụ thư miễn phí không được phép.
2
Sử dụng nút Nhận giấy phép tạm thời ở Bước thứ hai.
 Tiếng Việt