Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 4,196 for

ape

(0.33 sec)
  1. Lưu trữ

    Lưu trữ...pdf as ap # Khởi tạo đối tượng LoadOption...option = ap.EpubLoadOptions() # Tải một tệp EPUB document = ap.Document("sample...

    blog.aspose.com/vi/pdf/convert-epub-to-pdf-in-p...
  2. 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-...
  3. 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...
  4. 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...
  5. 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...
  6. 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/
  7. 使用 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-...
  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. Archivo

    Archivo...pdf as ap # Cargar documento PDF de entrada document = ap.Document("input...texto de marca de agua stamp = ap.TextStamp("CONFIDENTIAL") # Establecer...

    blog.aspose.com/es/pdf/add-watermark-in-pdf-in-...
  10. Archiv

    Archiv...pdf as ap # Eingabe-PDF Dokument laden document = ap.Document("input...Wasserzeichentext festlegen stamp = ap.TextStamp("CONFIDENTIAL") # Legen...

    blog.aspose.com/de/pdf/add-watermark-in-pdf-in-...