Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 1,693 for

rb

(0.27 sec)
  1. แปลง PNG เป็น PPTX ใน Python | products.aspose.com

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

    products.aspose.com/slides/th/python-net/conver...
  2. แปลง JPG เป็น PPT ใน Python | products.aspose.com

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

    products.aspose.com/slides/th/python-net/conver...
  3. Unisci SVG a PNG in Python | products.aspose.com

    Unisci SVG a PNG in Python. Utilizza l'API della libreria Python per combinare file SVG e PNG...svg" , "rb" ) as file: svgContent = file...

    products.aspose.com/slides/it/python-net/merge/...
  4. Ограничения и различия в API|Документация Aspos...

    Ограничения и различия в API Aspose.Slides для Python через Java....pptx" , mode = "rb" ) data = input . read () pres...

    docs.aspose.com/slides/ru/python-java/limitatio...
  5. Различные способы открытия файлов|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....object f = open ( visioDrawing , 'rb' ) data = f . read () databuff...

    docs.aspose.com/diagram/ru/python-net/different...
  6. Ajouter une annotation de pièce jointe à partir...

    L’exemple charge un PDF, lit un fichier externe dans un flux mémoire, ajoute une annotation de pièce jointe à la première page et enregistre le document modifié....with open ( attachment_file , "rb" ) as source_stream : attachment_stream...

    docs.aspose.com/pdf/fr/python-net/add-file-atta...
  7. آرشیوها

    آرشیوها...png", "rb") as in_file: image = pres.images...image) with open("image2.png", "rb") as in_file: image2 = pres.images...

    blog.aspose.com/fa/slides/convert-png-to-ppt-on...
  8. آرشیوها

    آرشیوها...jpg", "rb") as in_file: image = pres.images...image) with open("image2.jpg", "rb") as in_file: image2 = pres.images...

    blog.aspose.com/fa/slides/convert-jpg-to-ppt-on...
  9. Praca z MapiJournal w 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/pl/python-net/working-wit...
  10. 添付ファイルを追加|Aspose.PDF for Python via .NET

    この例では、入力 PDF をバインドし、最初のページに外部ファイルを添付し、修正した PDF を添付添付ファイル付きで保存します。...with open ( attachment_file , "rb" ) as attachment_stream : content_editor...

    docs.aspose.com/pdf/ja/python-net/add-attachment/