Sort Score
Result 10 results
Languages All
Labels All
Results 1,351 - 1,360 of 5,749 for

ape

(0.09 sec)
  1. مثال Hello World باستخدام بايثون|Aspose.PDF لـ ...

    يوضح هذا المثال كيفية إنشاء مستند PDF بسيط يحتوي على نص Hello World باستخدام Aspose.PDF لـ Python عبر .NET....pdf as ap # تهيئة كائن الوثيقة document = ap . Document ()...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ar/python-net/hello-world-e...
  2. Créer un document PDF de façon programmatique|A...

    Cette page décrit comment créer un document PDF à partir de zéro avec la bibliothèque 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/fr/python-net/create-document/
  3. Faire pivoter les pages PDF en Python|Aspose.PD...

    Apprenez comment faire pivoter les pages PDF et changer l’orientation des pages en Python....pdf as ap from os import path def rotate_page...infile , outfile ): document = ap . Document ( infile ) for page...

    docs.aspose.com/pdf/fr/python-net/rotate-pages/
  4. Установить ограничение поля|Aspose.PDF for Pyth...

    Этот пример показывает, как установить максимальное ограничение количества символов для поля формы в PDF-документе с помощью Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ru/python-net/set-field-limit/
  5. Архивы

    Архивы...pdf as ap # Загрузить PDF-файл document = ap.Document("input...Создать новый PDF-файл splitPDF = ap.Document() # Добавить страницу...

    blog.aspose.com/ru/pdf/split-pdf-in-python/
  6. Archiwa

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

    blog.aspose.com/pl/pdf/convert-pdf-to-ppt-in-py...
  7. Archiv

    Archiv...pdf as ap # PDF-Datei laden document = ap.Document("input..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/de/pdf/encrypt-decrypt-pdf-in-p...
  8. ארכיון

    ארכיון...pdf as ap # טען קובץ PDF document = ap.Document("input..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/he/pdf/encrypt-decrypt-pdf-in-p...
  9. Lưu trữ

    Lưu trữ...pdf as ap input_pdf = DIR_INPUT + "sample...# Mở tài liệu PDF document = ap.Document(input_pdf) # Lưu PDF...

    blog.aspose.com/vi/pdf/convert-pdf-to-doc-in-py...
  10. Tambahkan Stempel Halaman ke PDF dengan Python|...

    Pelajari cara menambahkan stempel halaman PDF sebagai overlay atau latar belakang dalam Python....Buka dokumen PDF menggunakan ap.Document() (lihat Document )...import sys import aspose.pdf as ap from os import path def add_page_stamp...

    docs.aspose.com/pdf/id/python-net/page-stamps-i...