Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 4,093 for

ape

(0.11 sec)
  1. 档案

    档案...pdf as ap 提取文本:在 Python 中解析 PDF # 从 PDF...import aspose.pdf as ap # 打开 PDF 文档 document = ap.Document("AddText...

    blog.aspose.com/zh/pdf/parse-pdf-in-python/
  2. Procurar

    Procurar...pdf as ap input_pdf = DIR_INPUT + "many_pages...Abrir documento PDF document = ap.Document(input_pdf) # Criar objeto...

    blog.aspose.com/pt/pdf/convert-pdf-to-image-in-...
  3. Архивы

    Архивы...pdf as ap input_pdf = DIR_INPUT + "many_pages...Открыть PDF-документ document = ap.Document(input_pdf) # Создать...

    blog.aspose.com/ru/pdf/convert-pdf-to-image-in-...
  4. Archiv

    Archiv...pdf as ap input_pdf = DIR_INPUT + "many_pages...Otevřete dokument PDF document = ap.Document(input_pdf) # Vytvořit...

    blog.aspose.com/cs/pdf/convert-pdf-to-image-in-...
  5. تحويل PDF إلى PowerPoint في بايثون|Aspose.PDF ل...

    يسمح Aspose.PDF لك بتحويل PDF إلى تنسيق PPT (PowerPoint) باستخدام بايثون. هناك إمكانية لتحويل PDF إلى PPTX بالشرائح كصور....pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # فتح مستند PDF document = ap . Document ( input_pdf ) # إنشاء...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  6. Moving PDF Pages programmatically via Python|As...

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for Python via .NET....pdf as ap # Global configuration DATA_DIR...moving the page. """ document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/move-pages/
  7. Basic Text Extraction using Python|Aspose.PDF f...

    This section contains articles on basic Text extraction from PDF documents using Aspose.PDF in Python....pdf as ap def extract_text_from_all_pages...Open the PDF document document = ap . Document ( infile ) try : #...

    docs.aspose.com/pdf/python-net/basic-text-extra...
  8. Adding Attachment to a PDF document using Pytho...

    This page describes how to add an attachment to a PDF file with Aspose.PDF for Python via .NET library....pdf as ap # Open document document = ap . Document ( input_pdf...attachment fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/python-net/add-attachment-t...
  9. 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...
  10. Pythonを使用してPDFに画像を追加する|Aspose.PDF for Python vi...

    このセクションでは、Pythonライブラリを使用して既存のPDFファイルに画像を追加する方法について説明します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

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