Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 270 for

rb

(0.03 sec)
  1. 管理超链接|Aspose.Slides for Python 文档

    在Python中向PowerPoint演示文稿添加超链接...jpeg" , "rb" ) as fs : data = fs . read ()...: with open ( "audio.mp3" , "rb" ) as fs : data = fs . read ()...

    docs.aspose.com/slides/zh/python-net/manage-hyp...
  2. Picture Frame|Aspose.Slides for Python Document...

    Add a picture frame to a PowerPoint presentation in Python...jpeg" , "rb" ) as in_file : image = pres...collection with open ( "img.jpeg" , "rb" ) as in_file : image = presentation...

    docs.aspose.com/slides/python-net/picture-frame/
  3. Fill.visible property | Aspose.Words for Python

    Fill.visible property. Gets or sets value that is ``True`` if the formatting applied to this instance, is visible....jpg' , 'rb' ) as stream : image = drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ImageData.set_image method | Aspose.Words for P...

    aspose.words.drawing.ImageData.set_image method...jpg' , 'rb' ) as stream : img_shape = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 图片框|Aspose.Slides for Python 文档

    在Python中向PowerPoint演示文稿添加图片框...jpeg" , "rb" ) as in_file : image = pres...加载将添加到演示文稿图像集合的图像 with open ( "img.jpeg" , "rb" ) as in_file : image = presentation...

    docs.aspose.com/slides/zh/python-net/picture-fr...
  6. Stroke.end_cap property | Aspose.Words for Python

    Stroke.end_cap property. Defines the cap style for the end of a stroke....jpg' , 'rb' ) as stream : image = drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Stroke.start_arrow_length property | Aspose.Wor...

    Stroke.start_arrow_length property. Defines the arrowhead length for the start of a stroke....jpg' , 'rb' ) as stream : image = drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Custom PowerPoint Font in Python|Aspose.Slides ...

    PowerPoint custom fonts in Python...( path ): with open ( path , "rb" ) as in_file : bytes = in_file...

    docs.aspose.com/slides/python-net/custom-font/
  9. Convert MHTML to JPG in Python – Aspose.HTML fo...

    Convert MHTML to JPG using Aspose.HTML Python library. Consider the supported MHTML to JPG conversion scenarios in Python examples....with open("{{input lower}}", 'rb') as stream: # Initialize saving...17 with open (document_path, "rb" ) as stream: 18 19 # Create...

    docs.aspose.com/html/python-net/convert-mhtml-t...
  10. Pixel Data Manipulation using Aspose.PSD for Py...

    Example of how to directly and rapidly fast update raw pixel data using PSD Python API...using the open function and the “rb” mode. The buffering argument...

    docs.aspose.com/psd/python-net/pixel-data-manip...