Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 4,196 for

ape

(0.14 sec)
  1. Archiv

    Archiv...pdf as ap # Načíst vstupní PDF dokument document = ap.Document("input...Nastavit text vodoznaku stamp = ap.TextStamp("CONFIDENTIAL") # Nastavte...

    blog.aspose.com/cs/pdf/add-watermark-in-pdf-in-...
  2. Añadir Imagen a PDF usando Python|Aspose.PDF pa...

    Esta sección describe cómo añadir una imagen a un archivo PDF existente usando la biblioteca de Python....pdf as ap # Abrir documento document = ap . Document (...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/es/python-net/add-image-to-...
  3. 使用 Python 旋转 PDF 页面|Aspose.PDF for Python via .NET

    本主题描述如何使用 Python 编程旋转现有 PDF 文件中的页面方向。...pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/zh/python-net/rotate-pages/
  4. Region-Based Extraction using Python|Aspose.PDF...

    Learn how to extract text from a specific page region or paragraph structure in PDF documents with Aspose.PDF for Python....pdf as ap def extract_text_from_region...document = ap . Document ( infile ) try : absorber = ap . text ...

    docs.aspose.com/pdf/python-net/region-based-ext...
  5. Eliminar tablas de un PDF existente|Aspose.PDF ...

    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....as ap # Cargar documento PDF existente pdf_document = ap . Document...para encontrar tablas absorber = ap . text . TableAbsorber () # Visitar...

    docs.aspose.com/pdf/es/python-net/remove-tables...
  6. 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...
  7. 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...
  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. 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...
  10. 从现有 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...