Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 4,096 for

ape

(0.24 sec)
  1. العمل مع المحفظة في PDF باستخدام Python|Aspose....

    كيفية إنشاء محفظة PDF باستخدام Python. يجب عليك استخدام ملف Microsoft Excel، ومستند Word، وملف صورة لإنشاء محفظة PDF....pdf as ap # إنشاء كائن المستند document = ap . Document ()...المستندات document . collection = ap . Collection () # الحصول على...

    docs.aspose.com/pdf/ar/python-net/portfolio/
  2. Удалить таблицы из существующего PDF|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....pdf as ap # Загрузить существующий PDF...PDF документ pdf_document = ap . Document ( input_file ) # Создать...

    docs.aspose.com/pdf/ru/python-net/remove-tables...
  3. How to Create PDF using Python|Aspose.PDF for P...

    Create and format the PDF Document with Aspose.PDF for Python via .NET....pdf as ap # Initialize document object document = ap . Document...page page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/python-net/create-pdf-docum...
  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. 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...
  6. Добавление и Удаление Закладки с использованием...

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

    docs.aspose.com/pdf/ru/python-net/add-and-delet...
  7. Archiv

    Archiv...pdf as ap input_pdf = DIR_INPUT + "sample...Otevřete soubor PDF document = ap.Document(input_pdf) # Vytvořte...

    blog.aspose.com/cs/pdf/convert-pdf-to-excel-in-...
  8. Aspose.Page for Python – Frequently Asked Quest...

    Comprehensive FAQ covering installation, licensing, supported formats, conversion, rendering, editing, performance, and troubleshooting for Aspose.Page's pure‑Python library....page as ap 2 license = ap. License () 3 license...import aspose.page as ap 2 3 doc = ap. Document ( ' sample. ps...

    docs.aspose.com/page/python-net/faq/
  9. Travailler avec un Portfolio en PDF en utilisan...

    Comment créer un portfolio PDF avec Python. Vous devez utiliser un fichier Microsoft Excel, un document Word et un fichier image pour créer un portfolio PDF....pdf as ap # Instancier l'objet Document document = ap . Document...document document . collection = ap . Collection () # Obtenir les...

    docs.aspose.com/pdf/fr/python-net/portfolio/
  10. Adicionar Número de Página ao PDF com Python|As...

    Aspose.PDF para Python via .NET permite que você adicione Carimbo de Número de Página ao seu arquivo PDF usando a classe PageNumberStamp....pdf as ap # Abrir documento document = ap . Document (...de página page_number_stamp = ap . PageNumberStamp () # Se o carimbo...

    docs.aspose.com/pdf/pt/python-net/add-page-number/