Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 4,552 for

ape

(0.13 sec)
  1. Agregar tablas a PDF en Python|Aspose.PDF for P...

    Aprenda a agregar y configurar tablas en documentos PDF existentes en Python....pdf as ap from aspose.pdf import Color...Create new PDF document document = ap . Document () page = document...

    docs.aspose.com/pdf/es/python-net/adding-tables/
  2. Добавить изображение в PDF с помощью Python|Asp...

    Узнайте, как добавить изображения в существующие PDF‑файлы с помощью Python....Загрузите существующий PDF с ap.Document(infile) . Выберите целевую...обновлённый PDF. import aspose.pdf as ap def add_image ( infile , image_file...

    docs.aspose.com/pdf/ru/python-net/add-image-to-...
  3. 使用 Python 向 PDF 添加文本|Aspose.PDF for Python via ...

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...1 ] # 创建文本片段 text_fragment = ap . text . TextFragment ( "main...

    docs.aspose.com/pdf/zh/python-net/add-text-to-p...
  4. What's new|Aspose.PDF for Python via .NET

    In this page introduces the most popular new features in Aspose.PDF for Python via .NET that have been introduced in recent releases....pdf as ap def optimize_pdf_with_loss_l...n ( infile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/python-net/whatsnew/
  5. Конвертировать PDF в EPUB, Text, XPS и другие ф...

    Узнайте, как конвертировать файлы PDF в EPUB, LaTeX, Markdown, текст, XPS и MobiXML на Python с помощью 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/ru/python-net/convert-pdf-t...
  6. Posting Forms in PDF via Python|Aspose.PDF for ...

    Add submit buttons and submission actions to PDF AcroForms by using Aspose.PDF for Python via .NET....pdf as ap def add_submit_button ( input_file_name...output_file_name ): editor = ap . facades . FormEditor ( input_file_name...

    docs.aspose.com/pdf/python-net/posting-form/
  7. Crear enlaces PDF en Python|Aspose.PDF for Pyth...

    Aprende cómo crear enlaces PDF internos, externos y remotos en Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/es/python-net/create-links/
  8. Agregar formas de arco a PDF en Python|Aspose.P...

    Aprende cómo dibujar y rellenar formas de arco 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-arc/
  9. 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-...
  10. 创建一个复杂的PDF|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET 允许您创建包含图像、文本片段和表格的更复杂的文档。...pdf as ap # 初始化文档对象 document = ap . Document () # 添加页面...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/zh/python-net/complex-pdf-e...