Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 4,093 for

ape

(0.06 sec)
  1. ארכיון

    ארכיון...pdf as ap # אתחול אובייקט מסמך document = ap.Document() #...textfragment text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/he/pdf/create-pdf-files-in-python/
  2. Tambah dan Hapus Penanda Buku menggunakan Pytho...

    Anda dapat menambahkan penanda buku ke dokumen PDF dengan Python. Dimungkinkan untuk menghapus semua atau penanda buku tertentu dari dokumen PDF....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...objek penanda buku outline = ap . OutlineItemCollectio ( document...

    docs.aspose.com/pdf/id/python-net/add-and-delet...
  3. Добавление и Удаление Закладки с использованием...

    Вы можете добавить закладку в PDF документ с помощью Python. Возможно удалить все или конкретные закладки из PDF документа....pdf as ap # Открыть документ document = ap . Document (...Создать объект закладки outline = ap . OutlineItemCollectio ( document...

    docs.aspose.com/pdf/ru/python-net/add-and-delet...
  4. Mengonversi PDF ke Berbagai Format Gambar dalam...

    Topik ini menunjukkan kepada Anda bagaimana menggunakan Aspose.PDF untuk Python untuk mengonversi PDF ke berbagai format gambar seperti TIFF, BMP, EMF, JPEG, PNG, GIF, SVG dengan beberapa baris kode....pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap . Document ( input_pdf ) # Buat...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  5. Convert HTML to PDF in Python|Aspose.PDF for Py...

    Learn how to convert HTML content into a PDF document using Aspose.PDF for Python via .NET...pdf as ap import requests import io path_infile..."python" , outfile ) load_options = ap . HtmlLoadOptions () load_options...

    docs.aspose.com/pdf/python-net/convert-html-to-...
  6. PythonでPDFをExcelに変換|Aspose.PDF for Python via .NET

    Aspose.PDF for Pythonライブラリを使用すると、PythonでPDFをExcel形式に変換できます。これらの形式には、XLS、XLSX、XML 2003スプレッドシート、CSV、ODSが含まれます。...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) save_option = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/ja/python-net/convert-pdf-t...
  7. Añadir encabezado y pie de página al PDF usando...

    Aspose.PDF para Python a través de .NET te permite añadir encabezados y pies de página a tu archivo PDF usando la clase TextStamp....pdf as ap # Abrir documento document = ap . Document (...Crear encabezado textStamp = ap . TextStamp ( "Header Text" )...

    docs.aspose.com/pdf/es/python-net/add-headers-a...
  8. Remove Tables from existing PDF|Aspose.PDF for ...

    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 from os import path path_infile...existing PDF document document = ap . Document ( path_infile ) #...

    docs.aspose.com/pdf/python-net/removing-tables/
  9. PDF sticky Annotations using Python|Aspose.PDF ...

    Discover how to add sticky annotations in PDF documents using Aspose.PDF in Python via .NET for comments and feedback....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/python-net/sticky-annotations/
  10. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file in Python Aspose.PDF for Python via C++ library. You can open existing PDF, document from stream, and encrypted PDF document....AsposePDFPythonWrapp as ap # Open document document = ap . Document ( "sample...AsposePDFPythonWrapp as ap # Open document document = ap . Document ( "sample...

    docs.aspose.com/pdf/python-cpp/open-pdf-document/