Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 1,073 for

rb

(0.04 sec)
  1. 图片框|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...
  2. Stroke.join_style property | Aspose.Words for P...

    Stroke.join_style property. Defines the join style of a polyline....jpg' , 'rb' ) as stream : image = drawing...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Convert EPUB to DOCX in Python – Aspose.HTML fo...

    Convert EPUB to DOCX using Aspose.HTML Python library. Consider various EPUB to DOCX conversion scenarios in Python code examples....with open("{{input lower}}", 'rb') as stream: # Initialize saving...15 with open (document_path, "rb" ) as stream: 16 17 # Create...

    docs.aspose.com/html/python-net/convert-epub-to...
  4. Convert EPUB to PNG – Aspose.HTML for Python vi...

    Convert EPUB to PNG using Aspose.HTML Python library. Consider various EPUB to PNG conversion scenarios in Python code 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-epub-to...
  5. 使用 Python 將水印添加到 PPT 演示文件 | products.aspose.com

    Python 源代碼,用於將水印添加到 PPT 演示文稿。...png" , "rb" ) as fs: data = fs . read()...

    products.aspose.com/slides/zh-hant/python-net/w...
  6. 使用 Python 將水印添加到 PPTX 演示文件 | products.aspose.com

    Python 源代碼,用於將水印添加到 PPTX 演示文稿。...png" , "rb" ) as fs: data = fs . read()...

    products.aspose.com/slides/zh-hant/python-net/w...
  7. Convert MHTML to PNG in Python – Aspose.HTML fo...

    Convert MHTML to PNG using Aspose.HTML Python library. Consider the supported MHTML to PNG 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...
  8. 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...
  9. 使用 Python 將水印添加到 ODP 演示文件 | products.aspose.com

    Python 源代碼,用於將水印添加到 ODP 演示文稿。...png" , "rb" ) as fs: data = fs . read()...

    products.aspose.com/slides/zh-hant/python-net/w...
  10. 在Python中自定义PowerPoint字体|Aspose.Slides for Pytho...

    Python中的PowerPoint自定义字体...( path ): with open ( path , "rb" ) as in_file : bytes = in_file...

    docs.aspose.com/slides/zh/python-net/custom-font/