Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 1,073 for

rb

(0.31 sec)
  1. Преобразование HTML в PDF на Python|Aspose.PDF ...

    Эта тема покажет вам, как преобразовать HTML в PDF и MHTML в PDF с использованием Aspose.PDF для Python....html" with open ( documentName , "rb" ) as file : byte_array = file...

    docs.aspose.com/pdf/ru/python-java/convert-html...
  2. إطار الصورة|وثائق Aspose.Slides لـ Python

    إضافة إطار صورة إلى عرض تقديمي PowerPoint باستخدام بايثون...jpeg" , "rb" ) as in_file : image = pres...التقديمي with open ( "img.jpeg" , "rb" ) as in_file : image = presentation...

    docs.aspose.com/slides/ar/python-net/picture-fr...
  3. Ersetzen von Bildern in der Präsentationsbildsa...

    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....file_name ): with open ( file_name , "rb" ) as stream : return stream...

    docs.aspose.com/slides/python-net/replacing-ima...
  4. Konvertera PNG till PPT i Python | products.asp...

    Konvertera PNG till PPT i Python. Använd Python library API för att konvertera PNG-bilder till PowerPoint...png" , "rb" ) as in_file: image = pres ...

    products.aspose.com/slides/sv/python-net/conver...
  5. تحويل JPG إلى PPTX في Python | products.aspose.com

    تحويل JPG إلى PPTX في Python. استخدم مكتبة Python API لتحويل صور JPG إلى PowerPoint...jpg" , "rb" ) as in_file: image = pres ...

    products.aspose.com/slides/ar/python-net/conver...
  6. Работа с MapiJournal в PST|Documentation

    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....append ( attach , open ( attach , 'rb' ) . read ()) journal . save...

    docs.aspose.com/email/ru/python-net/working-wit...
  7. HTML را در پایتون به PPTX تبدیل کنید | products...

    HTML را در پایتون به PPTX تبدیل کنید. از API کتابخانه پایتون برای تبدیل HTML به پاورپوینت استفاده کنید...html" , "rb" ) as htmlStream: pres . slides...

    products.aspose.com/slides/fa/python-net/conver...
  8. 在 Python 中將 HTML 轉換為 PPTX | products.aspose.com

    在 Python 中將 HTML 轉換為 PPTX。使用 Python 庫 API 將 HTML 轉換為 PowerPoint...html" , "rb" ) as htmlStream: pres . slides...

    products.aspose.com/slides/zh-hant/python-net/c...
  9. PNG konvertálása PPT-re Pythonban | products.as...

    PNG konvertálása PPT-re Pythonban. Használja a Python könyvtár API-t a PNG-képek PowerPoint formátumba konvertálásához...png" , "rb" ) as in_file: image = pres ...

    products.aspose.com/slides/hu/python-net/conver...
  10. オーディオフレーム|Aspose.Slides for Python ドキュメント

    PythonでPowerPointプレゼンテーションにオーディオを追加する...wav" , "rb" ) as in_file : # オーディオフレームを追加...with open ( "sample2.mp3" , "rb" ) as audio_fs : audioFrame =...

    docs.aspose.com/slides/ja/python-net/audio-frame/