Présentation de 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}

Indépendance de la plateforme

{index-content-python-net.platforms_description}

Amazon
Docker
Azure
VS Code
ReSharper
macOS
Linux
NuGet

Formats de fichiers pris en charge

{index-content-python-net.formats_description}

Formats 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

Images et autres formats

  • Portable: PDF
  • Images: JPG, BMP, PNG, TIFF, GIF, DICOM, WEBP
  • Autres formats de bureaux: ODT, OTT, OTS, ODS, ODP, OTP, ODG

Autres formats

  • la toile: HTML, MHTML
  • Les archives: ZIP, TAR, 7Z
  • Certificats: 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}

Exemples de codes

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

Comment mettre le code QR au format PDF.

import groupdocs.signature as sg

def run():

    # Chargez le document à signer
    with sg.Signature('file_to_sign.pdf') as signature:

        # Créer des options de code QR avec du texte prédéfini
        options = sg.QrCodeSignOptions('The document is approved by John Smith')

        # Configurer le type d'encodage du code QR et la position sur la page
        options.EncodeType = sg.QrCodeTypes.QR
        options.Left = 100
        options.Top = 100
    
        # Signez le document et enregistrez-le comme fichier de résultat
        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}

Voici comment garantir l’intégrité des documents.

import groupdocs.signature as sg

def run():

    # Charger le document à signer numériquement
    with sg.Signature('file_to_sign.docx') as signature:

        # Spécifiez les options de signature numérique et fournissez le chemin d'accès au fichier de certificat
        options = sg.DigitalSignOptions('certificate.pfx')

        # Définir le mot de passe du certificat
        options.Password = '1234567890'

        # Signez le document et enregistrez-le dans le chemin souhaité
        signature.Sign('digitally_signed.docx', options)

Conseils sur les licences temporaires

1
Inscrivez-vous avec votre adresse e-mail professionnelle. Les services de messagerie gratuits ne sont pas autorisés.
2
Utilisez le bouton Obtenir une licence temporaire à la deuxième étape.
 Français