Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 4,196 for

ape

(0.14 sec)
  1. Basic Text Extraction using Python|Aspose.PDF f...

    Learn how to extract text from PDF documents using Aspose.PDF for Python — from all pages at once or from a specific page....pdf as ap def extract_text_from_all_pages...Open the PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/python-net/basic-text-extra...
  2. Merge PDF Files in Python|Aspose.PDF for Python...

    Learn how to merge multiple PDF files into a single document in Python....pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/python-net/merge-pdf-docume...
  3. 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...
  4. 从现有 PDF 中移除表格|Aspose.PDF for Python via .NET

    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 # 加载现有的 PDF 文档 pdf_document = ap . Document (...TableAbsorber 对象以查找表格 absorber = ap . text . TableAbsorber () # 用吸收器访问第一页...

    docs.aspose.com/pdf/zh/python-net/remove-tables...
  5. Faire pivoter les pages PDF à l'aide de Python|...

    Ce sujet décrit comment faire pivoter l'orientation de la page dans un fichier PDF existant de manière programmatique avec Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/fr/python-net/rotate-pages/
  6. 使用 Python 向 PDF 添加图像|Aspose.PDF for Python via ...

    本节介绍如何使用 Python 库向现有 PDF 文件添加图像。...pdf as ap # 打开文档 document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/zh/python-net/add-image-to-...
  7. Add Page Stamps to PDF in Python|Aspose.PDF for...

    Learn how to add PDF page stamps as overlays or backgrounds in Python.... Open the PDF document using ap.Document() (see Document ). Create...import sys import aspose.pdf as ap from os import path def add_page_stamp...

    docs.aspose.com/pdf/python-net/page-stamps-in-t...
  8. Move PDF Pages in Python|Aspose.PDF for Python ...

    Learn how to move PDF pages within a document or between documents in Python....pdf as ap def move_page_from_one_document_to_another...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/move-pages/
  9. Архивы

    Архивы...pdf as ap outputFile = "page_{pageNo}.txt"...Открыть PDF-документ document = ap.Document("input.pdf") # Создать...

    blog.aspose.com/ru/pdf/extract-text-from-pdf-in...
  10. Archivio

    Archivio...pdf as ap outputFile = "page_{pageNo}.txt"...Apri documento PDF document = ap.Document("input.pdf") # Crea...

    blog.aspose.com/it/pdf/extract-text-from-pdf-in...