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}

ความเป็นอิสระของแพลตฟอร์ม

{index-content-python-net.platforms_description}

Amazon
Docker
Azure
VS Code
ReSharper
macOS
Linux
NuGet

รูปแบบไฟล์ที่รองรับ

{index-content-python-net.formats_description}

รูปแบบของ 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

รูปภาพและรูปแบบอื่นๆ

  • แบบพกพา: PDF
  • รูปภาพ: JPG, BMP, PNG, TIFF, GIF, DICOM, WEBP
  • รูปแบบสำนักงานอื่นๆ: ODT, OTT, OTS, ODS, ODP, OTP, ODG

รูปแบบอื่นๆ

  • เว็บ: HTML, MHTML
  • หอจดหมายเหตุ: ZIP, TAR, 7Z
  • ใบรับรอง: 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}

ตัวอย่างโค้ด

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

วิธีใส่รหัส QR เป็น PDF

import groupdocs.signature as sg

def run():

    # โหลดเอกสารเพื่อลงนาม
    with sg.Signature('file_to_sign.pdf') as signature:

        # สร้างตัวเลือกโค้ด QR พร้อมข้อความที่กำหนดไว้ล่วงหน้า
        options = sg.QrCodeSignOptions('The document is approved by John Smith')

        # กำหนดค่าประเภทและตำแหน่งการเข้ารหัสโค้ด QR บนเพจ
        options.EncodeType = sg.QrCodeTypes.QR
        options.Left = 100
        options.Top = 100
    
        # ลงนามในเอกสารและบันทึกเป็นไฟล์ผลลัพธ์
        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}

ต่อไปนี้คือวิธีการตรวจสอบความสมบูรณ์ของเอกสาร

import groupdocs.signature as sg

def run():

    # โหลดเอกสารที่จะเซ็นชื่อแบบดิจิทัล
    with sg.Signature('file_to_sign.docx') as signature:

        # ระบุตัวเลือกการเซ็นชื่อดิจิทัลและระบุเส้นทางไปยังไฟล์ใบรับรอง
        options = sg.DigitalSignOptions('certificate.pfx')

        # ตั้งรหัสผ่านใบรับรอง
        options.Password = '1234567890'

        # ลงนามในเอกสารและบันทึกลงในเส้นทางที่ต้องการ
        signature.Sign('digitally_signed.docx', options)

เคล็ดลับใบอนุญาตชั่วคราว

1
ลงทะเบียนด้วยอีเมลที่ทำงานของคุณ ไม่อนุญาตให้ใช้บริการอีเมลฟรี
2
ใช้ปุ่ม รับใบอนุญาตชั่วคราว ในขั้นตอนที่ 2
 ไทย