GroupDocs.Signature Tanda Tangan

{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}

Independensi platform

{index-content-python-net.platforms_description}

Amazon
Docker
Azure
VS Code
ReSharper
macOS
Linux
NuGet

Format file yang didukung

{index-content-python-net.formats_description}

format 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

Gambar & Format Lainnya

  • Portabel: PDF
  • Gambar-gambar: JPG, BMP, PNG, TIFF, GIF, DICOM, WEBP
  • Format kantor lainnya: ODT, OTT, OTS, ODS, ODP, OTP, ODG

Format lainnya

  • jaring: HTML, MHTML
  • Arsip: ZIP, TAR, 7Z
  • Sertifikat: 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}

Contoh kode

{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}

Cara memasukkan kode QR ke PDF.

import groupdocs.signature as sg

def run():

    # Muat dokumen yang akan ditandatangani
    with sg.Signature('file_to_sign.pdf') as signature:

        # Buat opsi kode QR dengan teks yang telah ditentukan sebelumnya
        options = sg.QrCodeSignOptions('The document is approved by John Smith')

        # Konfigurasikan jenis dan posisi pengkodean kode QR pada halaman
        options.EncodeType = sg.QrCodeTypes.QR
        options.Left = 100
        options.Top = 100
    
        # Tanda tangani dokumen dan simpan sebagai file hasil
        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}

Berikut cara memastikan integritas dokumen.

import groupdocs.signature as sg

def run():

    # Muat dokumen yang akan ditandatangani secara digital
    with sg.Signature('file_to_sign.docx') as signature:

        # Tentukan opsi penandatanganan digital dan berikan jalur ke file sertifikat
        options = sg.DigitalSignOptions('certificate.pfx')

        # Tetapkan kata sandi sertifikat
        options.Password = '1234567890'

        # Tanda tangani dokumen dan simpan ke jalur yang diinginkan
        signature.Sign('digitally_signed.docx', options)

Siap untuk memulai?

Unduh GroupDocs.Signature secara gratis atau dapatkan lisensi uji coba untuk akses penuh!

Sumber daya yang berguna

Jelajahi dokumentasi, sampel kode, dan dukungan masyarakat untuk meningkatkan pengalaman Anda.

Tip lisensi sementara

1
Daftar dengan email kantor Anda. Layanan email gratis tidak diperbolehkan.
2
Gunakan tombol Dapatkan lisensi sementara pada langkah kedua.
 Indonesian