Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 4,431 for

ape

(0.61 sec)
  1. Get Field Appearance|Aspose.PDF for Python via ...

    This article explains how to open a PDF, access a form field, retrieve its appearance settings, and display them. The example demonstrates retrieving the appearance of a field named "Last Name"....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/python-net/get-field-appear...
  2. Adicionar fundo ao PDF com Python|Aspose.PDF pa...

    Adicione imagem de fundo ao seu arquivo PDF com Python. Use a classe BackgroundArtifact....pdf as ap # Criar um novo objeto Document document = ap . Document...Background Artifact background = ap . BackgroundArtifact () # Especificar...

    docs.aspose.com/pdf/pt/python-net/add-backgrounds/
  3. Pythonを使用してPDFページを回転|Aspose.PDF for Python via ...

    このトピックでは、Pythonを使用して既存のPDFファイル内のページの向きをプログラムで回転させる方法について説明します。...pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/ja/python-net/rotate-pages/
  4. Table Placeholder Replacement Works But Text Ge...

    I am working on a PDF template that contains both paragraphs and tables with multiple placeholders. I am using Aspose.PDF for Python to replace placeholders dynamically. I have been able to successfully replace placehold…...pdf as ap import fitz # PyMuPDF import...f_path, replacements): doc = ap.Document(input_pdf_path) for...

    forum.aspose.com/t/table-placeholder-replacemen...
  5. Eliminar Imágenes de un Archivo PDF usando Pyth...

    Esta sección explica cómo eliminar imágenes de un archivo PDF usando Aspose.PDF para Python vía .NET....pdf as ap # Abrir documento document = ap . Document (...aspose.pdf as ap # Abrir documento document = ap . Document (...

    docs.aspose.com/pdf/es/python-net/delete-images...
  6. Eliminar formularios de PDF en Python|Aspose.PD...

    Eliminar objetos de formulario de las páginas PDF utilizando Aspose.PDF for Python via .NET, incluyendo una limpieza completa y eliminación dirigida....pdf as ap def remove_all_forms ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/es/python-net/remove-form/
  7. Удалить вложения из PDF с помощью Python|Aspose...

    Aspose.PDF может удалять вложения из ваших PDF‑документов. Используйте Python PDF API для удаления вложений в PDF‑файлах с помощью библиотеки Aspose.PDF for Python via .NET....pdf as ap def remove_attachment ( infile...outfile ): # Open PDF document with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ru/python-net/removing-atta...
  8. Remove Attachments from PDF in Python|Aspose.PD...

    Aspose.PDF can remove attachments from your PDF documents. Use Python PDF API to remove attachments in PDF files using Aspose.PDF for Python via .NET library....pdf as ap def remove_attachment ( infile...outfile ): # Open PDF document with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/python-net/removing-attachm...
  9. Delete Forms from PDF in Python|Aspose.PDF for ...

    Remove form objects from PDF pages by using Aspose.PDF for Python via .NET, including full cleanup and targeted deletion....pdf as ap def remove_all_forms ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/remove-form/
  10. Extract Table from PDF Document|Aspose.PDF for ...

    Aspose.PDF for Python via .NET makes it possible to carry out various manipulations with the tables contained in your pdf document....pdf as ap # Load source PDF document pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/python-net/extract-table-fr...