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

ape

(0.14 sec)
  1. 파이썬으로 PDF 파일 병합|Aspose.PDF for Python via .NET

    Python에서 여러 PDF 파일을 단일 문서로 병합하는 방법을 알아봅니다....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/ko/python-net/merge-pdf-doc...
  2. 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...
  3. 파이썬에서 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...
  4. 在 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...
  5. 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...
  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. Improving of the Text Extraction from Multi‑Col...

    This section contains articles on Text formatting and scaling using Aspose.PDF in Python....pdf as ap def extract_text_reduce_font...doc = ap . Document ( infile ) try : frag_absorber = ap . text...

    docs.aspose.com/pdf/python-net/text-extraction-...
  10. Ajouter des pages PDF en Python|Aspose.PDF for ...

    Apprenez comment ajouter ou insérer des pages dans des documents PDF en Python....pdf as ap def insert_empty_page ( input_file_name...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/fr/python-net/add-pages/