Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 5,749 for

ape

(0.21 sec)
  1. 파이썬을 사용한 보안 주석|Aspose.PDF for Python via .NET

    .NET을 통해 Aspose.PDF for Python을 사용하여 교정할 텍스트를 표시하고, 수정 주석을 적용하고, PDF 파일의 이미지 영역을 수정하는 방법을 알아봅니다....document = ap . Document ( infile ) text_fragment_absorber = ap . text...search_term ) text_search_options = ap . text . TextSearchOptions (...

    docs.aspose.com/pdf/ko/python-net/security-anno...
  2. 在 Python 中向现有 PDF 添加图像|Aspose.PDF for Python vi...

    了解如何在 Python 中向现有 PDF 文件添加图像,放置在固定坐标位置,设置替代文本,并使用图像压缩。... 加载现有的 PDF ap.Document(infile) . 选择目标页面( document...保存更新后的 PDF。 import aspose.pdf as ap def add_image ( infile , image_file...

    docs.aspose.com/pdf/zh/python-net/add-image-to-...
  3. Usar FloatingBox para el diseño de PDF en Pytho...

    Aprende a usar FloatingBox para el diseño de texto, contenido de varias columnas y posicionamiento preciso en documentos PDF con Python....pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/es/python-net/floating-box/
  4. Дополнительные аннотации с использованием Pytho...

    Этот раздел описывает, как добавлять, получать и удалять дополнительные виды аннотаций из вашего PDF документа....pdf as ap # Открыть документ document = ap . Document (...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/ru/python-net/extra-annotat...
  5. Создать ссылки PDF в Python|Aspose.PDF for Pyth...

    Узнайте, как создавать внутренние, внешние и удалённые ссылки PDF в Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/ru/python-net/create-links/
  6. Convertir PDF en EPUB, texte, XPS et plus en Py...

    Apprenez comment convertir des fichiers PDF en EPUB, LaTeX, Markdown, texte, XPS et MobiXML en Python avec Aspose.PDF for Python via .NET....pdf as ap from os import path import sys...document = ap . Document ( infile ) save_options = ap . EpubSaveOptions...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  7. 使用 Python 处理 PDF 图层|Aspose.PDF for Python via .NET

    了解如何在 Python 中添加、锁定、提取、扁平化和合并 PDF 图层。...pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/zh/python-net/working-with-...
  8. PDF Highlights Annotation using Python|Aspose.P...

    Learn how to add highlights annotations to PDF files in Python using Aspose.PDF for text emphasis....pdf as ap # Open document document = ap . Document ( input_file...Annotation highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/python-net/highlights-annot...
  9. Bekerja dengan Tabel dalam Tagged PDF di Python...

    Pelajari cara bekerja dengan tabel yang dapat diakses dalam Tagged PDF di Python dengan Aspose.PDF for Python via .NET, termasuk struktur, rentang, perataan, dan markup tabel yang ramah PDF/UA....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/id/python-net/working-with-...
  10. Travailler avec des tables dans les PDF balisés...

    Apprenez comment travailler avec des tables accessibles dans les PDF balisés en Python avec Aspose.PDF for Python via .NET, y compris la structure, les étendues, l'alignement et le balisage de tableau compatible PDF/UA....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

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