Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 4,096 for

ape

(0.36 sec)
  1. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Discover how to manipulate tables in an existing PDF document using Python .NET, simplifying your document editing tasks....pdf as ap # Load existing PDF file pdf_document = ap . Document...object to find tables absorber = ap . text . TableAbsorber () # Visit...

    docs.aspose.com/pdf/python-net/manipulate-table...
  2. Archiver

    les archives...pdf as ap Extraction de texte : Analysez...aspose.pdf as ap # Ouvrir le document PDF document = ap.Document("AddText...

    blog.aspose.com/fr/pdf/parse-pdf-in-python/
  3. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Learn how to work with tables in existing PDFs using Aspose.PDF for Python via .NET, providing flexibility in document modification.... Open the PDF file using ‘ap.Document()’. Create a TableAbsorber...saved file. import aspose.pdf as ap from os import path # Define...

    docs.aspose.com/pdf/python-net/manipulating-tab...
  4. Supprimer les tableaux d'un PDF existant|Aspose...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf as ap # Charger un document PDF existant...existant pdf_document = ap . Document ( input_file ) # Créer un...

    docs.aspose.com/pdf/fr/python-net/remove-tables...
  5. Convertir PDF a EPUB, LaTeX, Texto, XPS en Pyth...

    Este tema te muestra cómo convertir un archivo PDF a otros formatos de archivo como EPUB, LaTeX, Texto, XPS, etc., usando Python....pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap . Document ( input_pdf ) # Instanciar...

    docs.aspose.com/pdf/es/python-net/convert-pdf-t...
  6. Getting and Setting Page Properties using Pytho...

    This section shows how to get the number of pages in a PDF file, get information about PDF page properties such as color and set page properties....pdf as ap # Global configuration DATA_DIR...""" # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/get-and-set-page...
  7. PDFにページ番号を追加する方法 (Python)|Aspose.PDF for Python...

    Aspose.PDF for Python via .NET を使用して、PageNumber Stamp クラスでPDFファイルにページ番号スタンプを追加することができます。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...ページ番号スタンプを作成 page_number_stamp = ap . PageNumberStamp () # スタンプが背景かどうか...

    docs.aspose.com/pdf/ja/python-net/add-page-number/
  8. Добавить изображение в PDF с использованием Pyt...

    Этот раздел описывает, как добавить изображение в существующий PDF файл, используя библиотеку Python....pdf as ap # Открыть документ document = ap . Document (...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ru/python-net/add-image-to-...
  9. Rotar Páginas de PDF Usando Python|Aspose.PDF p...

    Este tema describe cómo rotar la orientación de la página en un archivo PDF existente programáticamente con Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/es/python-net/rotate-pages/
  10. Tambahkan Gambar ke PDF menggunakan Python|Aspo...

    Bagian ini menjelaskan bagaimana menambahkan gambar ke file PDF yang sudah ada menggunakan pustaka Python....pdf as ap # Buka dokumen document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/id/python-net/add-image-to-...