Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 5,865 for

ape

(0.17 sec)
  1. 在 Python 中搜索并提取 PDF 文本|Aspose.PDF for Python vi...

    了解如何在 Python 中搜索、检查和提取 PDF 文档中的文本。... 使用 ‘ap.Document’ 加载 PDF 文件。 配置文本提取选项。...import shutil import aspose.pdf as ap import aspose.pydrawing as drawing...

    docs.aspose.com/pdf/zh/python-net/search-and-ge...
  2. 在 Python 中向 PDF 添加椭圆形状|Aspose.PDF for Python vi...

    了解如何在 Python 中绘制、填充并标记 PDF 文件中的椭圆形状。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/zh/python-net/add-ellipse/
  3. Agregar formas de elipse a PDF en Python|Aspose...

    Aprenda cómo dibujar, rellenar y etiquetar formas de elipse en archivos PDF con Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/add-ellipse/
  4. Adicionar formas de elipse ao PDF em Python|Asp...

    Aprenda como desenhar, preencher e rotular formas de elipse em arquivos PDF em Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/pt/python-net/add-ellipse/
  5. Criar links PDF em Python|Aspose.PDF for Python...

    Aprenda como criar links PDF internos, externos e remotos em Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/pt/python-net/create-links/
  6. 파이썬을 사용하여 PDF 레이어로 작업하기|Aspose.PDF for Python v...

    Python에서 PDF 레이어를 추가, 잠금, 추출, 병합 및 병합하는 방법을 알아봅니다....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/ko/python-net/working-with-...
  7. Convertir PDF en PDF/A, PDF/E et PDF/X en Pytho...

    Apprenez comment convertir des fichiers PDF en PDF/A, PDF/E et PDF/X en Python avec Aspose.PDF for Python via .NET pour l’archivage, l’accessibilité et les flux de travail d’impression....le document PDF en utilisant ‘ap.Document’. Appelez la méthode...de conformité. Format cible - ‘ap.PdfFormat.PDF_A_1B’ (norme d’archivage)...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  8. PDF スティッキー注釈を Python で使用する|Aspose.PDF for Pytho...

    このトピックはスティッキー注釈についてであり、例としてテキストにウォーターマーク注釈を示します。...pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/ja/python-net/sticky-annota...
  9. 파이썬에서 PDF 레이아웃에 플로팅 박스 사용하기|Aspose.PDF for Pyth...

    Python으로 PDF 문서에서 FloatingBox를 사용하여 텍스트 레이아웃, 여러 열 콘텐츠 및 정확한 위치 지정을 수행하는 방법을 알아봅니다....pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/ko/python-net/floating-box/
  10. Trabajar con capas PDF usando Python|Aspose.PDF...

    Aprenda cómo agregar, bloquear, extraer, aplanar y combinar capas PDF en Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/es/python-net/working-with-...