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

ape

(0.15 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. تدوير صفحات PDF باستخدام بايثون|Aspose.PDF لـ P...

    يصف هذا الموضوع كيفية تدوير اتجاه الصفحة في ملف PDF موجود برمجيًا باستخدام بايثون....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/ar/python-net/rotate-pages/
  3. Supprimer les tableaux d'un PDF existant|Aspose...

    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 # Charger un document PDF existant...existant pdf_document = ap . Document ( input_file ) # Créer un...

    docs.aspose.com/pdf/fr/python-net/remove-tables...
  4. Archivo

    Archivo...pdf as ap # Instanciar objeto LoadOption...opción de carga EPUB option = ap.EpubLoadOptions() # Cargar un...

    blog.aspose.com/es/pdf/convert-epub-to-pdf-in-p...
  5. 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...
  6. Membuat AcroForm - Membuat PDF yang Dapat Diisi...

    Dengan Aspose.PDF untuk Python Anda dapat membuat formulir dari awal di file PDF Anda...pdf as ap # Buka dokumen pdfDocument = ap . Document (...# Buat bidang textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/id/python-net/create-form/
  7. نقل صفحات PDF برمجياً باستخدام بايثون|Aspose.PD...

    حاول نقل الصفحات إلى الموقع المطلوب أو إلى نهاية ملف PDF باستخدام Aspose.PDF لبايثون عبر .NET....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/ar/python-net/move-pages/
  8. Pythonを使用してPDFにヘッダーとフッターを追加する|Aspose.PDF for Py...

    Aspose.PDF for Python via .NETを使用して、TextStampクラスでPDFファイルにヘッダーとフッターを追加できます。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...input_pdf ) # ヘッダーを作成 textStamp = ap . TextStamp ( "Header Text" )...

    docs.aspose.com/pdf/ja/python-net/add-headers-a...
  9. إضافة صورة إلى ملف PDF باستخدام Python|Aspose.P...

    يصف هذا القسم كيفية إضافة صورة إلى ملف PDF موجود باستخدام مكتبة Python....pdf as ap # افتح المستند document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ar/python-net/add-image-to-...
  10. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in Python Aspose.PDF for Python via .NET library. Save PDF document to file system, to stream, and in Web applications....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/python-net/save-pdf-document/