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 番目のステップで [一時ライセンスを取得] ボタンを使用します。
 日本