Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 5,872 for

ape

(0.34 sec)
  1. Protéger les fichiers PDF en Python|Aspose.PDF ...

    Apprenez comment crypter les fichiers, décrypter les PDF protégés et changer les mots de passe en Python....pdf as ap def encrypt_password ( infile...document = ap . Document ( infile ) document_privilege = ap . facades...

    docs.aspose.com/pdf/fr/python-net/protect-pdf-f...
  2. 在 Python 中使用智能卡签署 PDF 文档|Aspose.PDF for Python ...

    了解如何在 Python 中使用智能卡和外部证书签署 PDF 文档。...pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/zh/python-net/sign-pdf-docu...
  3. Signer des documents PDF à partir d'une carte à...

    Apprenez comment signer des documents PDF avec des cartes à puce et des certificats externes en Python....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/fr/python-net/sign-pdf-docu...
  4. Abrir documento PDF programaticamente|Aspose.PD...

    Aprenda como abrir um arquivo PDF na biblioteca Python Aspose.PDF para Python via .NET. Você pode abrir um PDF existente, documento de um stream e documento PDF criptografado....pdf as ap # Abrir documento document = ap . Document (...um stream import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/pt/python-net/open-pdf-docu...
  5. 파이썬에서 PDF 문서 비교하기|Aspose.PDF for Python via .NET

    .NET을 통한 Python용 Aspose.PDF 출력과 병렬 및 그래픽 차이 출력을 사용하여 Python에서 PDF 문서를 비교하는 방법을 알아봅니다....pdf as ap import sys from os import path...document_1 = ap . Document ( infile1 ) document_2 = ap . Document...

    docs.aspose.com/pdf/ko/python-net/compare-pdf-d...
  6. Pythonを使用してPDFにヘッダーとフッターを追加する|Aspose.PDF for Py...

    Aspose.PDF for Python via .NETを使用して、TextStampクラスでPDFファイルにヘッダーとフッターを追加できます。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...input_pdf ) # ヘッダーを作成 textStamp = ap . TextStamp ( "Header Text" )...

    docs.aspose.com/pdf/ja/python-net/add-headers-a...
  7. 在 Python 中从 PDF 提取签名信息|Aspose.PDF for Python vi...

    学习如何在 Python 中从 PDF 文件中提取签名图像、证书和数字签名详细信息。...pdf as ap import aspose.pydrawing as drawing...in a signature field.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/zh/python-net/extract-image...
  8. Python에서 PDF에서 서명 정보 추출하기|Aspose.PDF for Python...

    Python에서 PDF 파일에서 서명 이미지, 인증서 및 디지털 서명 세부 정보를 추출하는 방법을 알아봅니다....pdf as ap import aspose.pydrawing as drawing...in a signature field.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ko/python-net/extract-image...
  9. Convertir formatos de imagen a PDF en Python|As...

    Aprenda cómo convertir BMP, CGM, DICOM, PNG, TIFF, EMF, SVG y otros formatos de imagen a PDF en Python con Aspose.PDF for Python via .NET....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/convert-image...
  10. Lưu trữ

    Lưu trữ...pdf as ap # Khởi tạo đối tượng tài liệu document = ap.Document()...đoạn văn bản text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/vi/pdf/create-pdf-files-in-python/