نمای کلی 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}

فرمت های مایکروسافت آفیس

  • 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
در مرحله دوم از دکمه دریافت مجوز موقت استفاده کنید.
 فارسی