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
두 번째 단계에서 임시 라이센스 받기 버튼을 사용하세요.
 한국인