Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 4,112 for

ape

(0.11 sec)
  1. Region-Based Extraction using Python|Aspose.PDF...

    This section contains articles on region-based extraction from PDF documents using Aspose.PDF in 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...
  2. Archiwa

    Archiwa...pdf as ap input_pdf = DIR_INPUT + "sample...Otwórz dokument PDF document = ap.Document(input_pdf) # Zapisz...

    blog.aspose.com/pl/pdf/convert-pdf-to-doc-in-py...
  3. آرشیوها

    آرشیوها...pdf as ap استخراج متن: تجزیه PDF در پایتون...aspose.pdf as ap # باز کردن سند PDF document = ap.Document("AddText...

    blog.aspose.com/fa/pdf/parse-pdf-in-python/
  4. 使用 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/
  5. 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-...
  6. Add Line Object to PDF file|Aspose.PDF for Pyth...

    This article explains how to create a line object to your PDF using Aspose.PDF for Python via .NET....pdf as ap import aspose.pdf.drawing as...Document instance document = ap . Document () # Add page to pages...

    docs.aspose.com/pdf/python-net/add-line/
  7. Archivio

    Archivio...pdf as ap # Carica il documento PDF di input document = ap.Document("input...testo della filigrana stamp = ap.TextStamp("CONFIDENTIAL") # Imposta...

    blog.aspose.com/it/pdf/add-watermark-in-pdf-in-...
  8. Chercher

    chercher...pdf as ap # Charger le document PDF d'entrée document = ap.Document("input...le texte du filigrane stamp = ap.TextStamp("CONFIDENTIAL") # Définir...

    blog.aspose.com/fr/pdf/add-watermark-in-pdf-in-...
  9. 搜索

    搜索...pdf as ap # 加載輸入 PDF 文檔 document = ap.Document("input...Document("input.pdf") # 設置水印文字 stamp = ap.TextStamp("CONFIDENTIAL") # 設置水印的屬性...

    blog.aspose.com/zh-hant/pdf/add-watermark-in-pd...
  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...