Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 5,741 for

ape

(0.16 sec)
  1. Добавить прямоугольные фигуры в PDF на Python|A...

    Узнайте, как рисовать и заполнять прямоугольные фигуры в PDF‑файлах с помощью Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/add-rectangle/
  2. Работа с PDF-слоями с помощью Python|Aspose.PDF...

    Узнайте, как добавлять, блокировать, извлекать, уплощать и объединять слои PDF в Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/ru/python-net/working-with-...
  3. Compare PDF Documents in Python|Aspose.PDF for ...

    Learn how to compare PDF documents in Python using side-by-side and graphical difference output with Aspose.PDF for Python via .NET....pdf as ap import sys from os import path...document_1 = ap . Document ( infile1 ) document_2 = ap . Document...

    docs.aspose.com/pdf/python-net/compare-pdf-docu...
  4. 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/
  5. Ajouter des tables au PDF en Python|Aspose.PDF ...

    Apprenez à ajouter et configurer des tableaux dans des documents PDF existants en Python....pdf as ap from aspose.pdf import Color...Create new PDF document document = ap . Document () page = document...

    docs.aspose.com/pdf/fr/python-net/adding-tables/
  6. Replace Text in PDF with Python|Aspose.PDF for ...

    Learn how to replace, rearrange, and remove text in PDF documents using Python....pdf as ap from os import path def repl...with ap . Document ( infile ) as document : absorber = ap . text...

    docs.aspose.com/pdf/python-net/replace-text-in-...
  7. Travailler avec les calques PDF en Python|Aspos...

    Apprenez comment ajouter, verrouiller, extraire, aplatir et fusionner des calques PDF en Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/fr/python-net/working-with-...
  8. 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-...
  9. 在 Python 中添加数字签名或对 PDF 进行数字签名|Aspose.PDF for Py...

    了解如何在 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/digitally-sig...
  10. Edit PDF File Tags using Python|Aspose.PDF for ...

    This article explains how to edit tags in the PDF documents using Aspose.PDF for Python via .NET library....pdf as ap from aspose.pycore import * import...uuid # Open PDF document with ( ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/edit-pdf-file-tags/