Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 1,669 for

rb

(0.17 sec)
  1. arkiv

    arkiv...png", "rb") as in_file: image = pres.images...image) with open("image2.png", "rb") as in_file: image2 = pres.images...

    blog.aspose.com/sv/slides/convert-png-to-ppt-on...
  2. Python を使用したプレゼンテーションのオーディオ管理|Aspose.Slides for...

    Aspose.Slides for Python via .NET を使用して、PPT、PPTX、ODP のオーディオ フレームを簡単に追加、抽出、管理できます。コード例を確認し、プレゼンテーションを今すぐ強化しましょう。...wav" , "rb" ) as in_file : # オーディオ フレームを追加...with open ( "sample2.mp3" , "rb" ) as audio_fs : audioFrame =...

    docs.aspose.com/slides/ja/python-net/audio-frame/
  3. تلاعب بيانات البكسل باستخدام Aspose.PSD للبايثو...

    مثال على كيفية تحديث بيانات البكسل الخام بشكل مباشر وسريع باستخدام واجهة برمجة تطبيقات PSD للبايثون...باستخدام الدالة المفتوحة open ووضع “rb”. يتم تعطيل التخزين المؤقت بوضع...

    docs.aspose.com/psd/ar/ar/python-net/pixel-data...
  4. Pixel Verilerinin Aspose.PSD Kullanarak Python ...

    PSD Python API kullanarak ham piksel verilerini doğrudan ve hızlı bir şekilde güncelleme örneği...Dosyasını Bir Akım Olarak Açma: “rb” modunu kullanarak giriş dosyasını...

    docs.aspose.com/psd/tr/tr/python-net/pixel-veri...
  5. Importar presentaciones con Python|Documentació...

    Importe sin esfuerzo documentos PDF y HTML a presentaciones PowerPoint y OpenDocument en Python con Aspose.Slides para un procesamiento de diapositivas sin problemas y de alto rendimiento....html" , "rb" ) as html_stream : presentation...

    docs.aspose.com/slides/es/python-net/import-pre...
  6. Bekerja dengan MapiJournal dalam 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/id/python-net/working-wit...
  7. แปลง PNG เป็น PPT ใน Python | products.aspose.com

    แปลง PNG เป็น PPT ใน Python ใช้ Python library API เพื่อแปลงภาพ PNG เป็น PowerPoint...png" , "rb" ) as in_file: image = pres ...

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

    在 Python 中將 PNG 轉換為 PPTX。使用 Python 庫 API 將 PNG 圖像轉換為 PowerPoint...png" , "rb" ) as in_file: image = pres ...

    products.aspose.com/slides/zh-hant/python-net/c...
  9. Convertir HTML en PDF avec Python|Aspose.PDF po...

    Ce sujet vous montre comment convertir HTML en PDF et MHTML en PDF en utilisant Aspose.PDF pour Python....html" with open ( documentName , "rb" ) as file : byte_array = file...

    docs.aspose.com/pdf/fr/python-java/convert-html...
  10. FDF 데이터 가져오기|Aspose.PDF for Python via .NET

    이 예제는.NET을 통해 Python용 Aspose.PDF 를 사용하여 FDF 파일의 양식 데이터를 PDF 양식으로 가져오는 방법을 보여줍니다.PDF 문서를 바인딩하고, FDF 스트림에서 양식 필드 값을 읽고, 해당 필드를 자동으로 채우는 방법을 보여줍니다....stream with open ( datafile , "rb" ) as fdf_input_stream : pdf_form...

    docs.aspose.com/pdf/ko/python-net/import-fdf-data/