Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 4,320 for

ape

(0.11 sec)
  1. Manage PDF Headers and Footers using Python|Asp...

    Learn how to manage headers and footers in PDF documents with Python and Aspose.PDF....pdf as ap import sys def _create_text_artifact...artifact . text_state . font = ap . text . FontRepository . find_font...

    docs.aspose.com/pdf/python-net/artifacts-header...
  2. Конвертировать 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...
  3. 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/
  4. Update PDF Links in Python|Aspose.PDF for Pytho...

    Learn how to update PDF link appearance and destinations in Python....pdf as ap import sys from os import path...infile , outfile ): document = ap . Document ( infile ) link_annotations...

    docs.aspose.com/pdf/python-net/update-links/
  5. 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-...
  6. Что нового|Aspose.PDF для Python через .NET

    На этой странице представлены самые популярные новые функции в Aspose.PDF for Python via .NET, которые были введены в последних релизах....pdf as ap def optimize_pdf_with_loss_l...n ( infile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ru/python-net/whatsnew/
  7. Uso de Anotación de Texto para PDF a través de ...

    Aspose.PDF para Python le permite Agregar, Obtener y Eliminar Anotación de Texto de su documento PDF....pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/es/python-net/text-annotation/
  8. 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/
  9. Markup Annotations using Python|Aspose.PDF for ...

    Learn how to add, read, and delete text, caret, and replace annotations in PDF documents using Aspose.PDF for Python via .NET....Open the source PDF document = ap . Document ( infile ) Create... and icon. text_annotation = ap . annotations . TextAnnotation...

    docs.aspose.com/pdf/python-net/markup-annotations/
  10. Encrypt and Decrypt PDF Files in Python|Aspose....

    Learn how to set PDF privileges, encrypt files, decrypt protected PDFs, and change passwords in Python....pdf as ap import aspose.pydrawing as drawing...existing PDF document.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/python-net/set-privileges-e...