Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 5,871 for

ape

(0.23 sec)
  1. Trabalhar com Camadas PDF usando Python|Aspose....

    Aprenda a adicionar, bloquear, extrair, achatar e mesclar camadas de PDF em Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/pt/python-net/working-with-...
  2. 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/
  3. 在 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...
  4. Obter e Pesquisar Imagens em PDF|Aspose.PDF for...

    Aprenda como pesquisar e inspecionar imagens em documentos PDF em Python....pdf as ap from aspose.pycore import cast...document = ap . Document ( infile ) absorber = ap . ImagePlacementAbsorb...

    docs.aspose.com/pdf/pt/python-net/search-and-ge...
  5. Dapatkan dan Cari Gambar dalam PDF|Aspose.PDF f...

    Pelajari cara mencari dan memeriksa gambar dalam dokumen PDF menggunakan Python....pdf as ap from aspose.pycore import cast...document = ap . Document ( infile ) absorber = ap . ImagePlacementAbsorb...

    docs.aspose.com/pdf/id/python-net/search-and-ge...
  6. Converter PDF para PowerPoint em Python|Aspose....

    Saiba como converter PDF para PowerPoint em Python, incluindo PDF para PPTX, slides como imagens e resolução de imagem personalizada com Aspose.PDF....pdf as ap from os import path import sys...document = ap . Document ( infile ) save_options = ap . PptxSaveOptions...

    docs.aspose.com/pdf/pt/python-net/convert-pdf-t...
  7. PDF sticky Annotations using Python|Aspose.PDF ...

    Discover how to add sticky annotations in PDF documents using Aspose.PDF in Python via .NET for comments and feedback....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/python-net/sticky-annotations/
  8. Combinar archivos PDF en Python|Aspose.PDF for ...

    Aprende cómo combinar varios archivos PDF en un solo documento en Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/es/python-net/merge-pdf-doc...
  9. Sign PDF Documents from a Smart Card in Python|...

    Learn how to sign PDF documents with smart cards and external certificates in Python....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/python-net/sign-pdf-documen...
  10. 在 Python 中添加和删除 PDF 书签|Aspose.PDF for Python vi...

    了解如何使用 Python 在 PDF 文档中添加和删除书签。...pdf as ap import sys from os import path...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/zh/python-net/add-and-delet...