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

rb

(0.07 sec)
  1. 使用 Python 向演示文稿添加图片框|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 向 PowerPoint 和 OpenDocument 演示文稿添加图片框。简化工作流程并提升幻灯片设计。...jpeg" , "rb" ) as image_stream : image =...将图像添加到演示文稿的图像集合。 with open ( "image.jpeg" , "rb" ) as image_stream : image =...

    docs.aspose.com/slides/zh/python-net/picture-fr...
  2. OLE Objects and Online Video|Aspose.Words for P...

    Insert ole objects or onlin vodeo into a document using Python....jpg" , "rb" ) imageBytes = f . read () f...

    docs.aspose.com/words/python-net/working-with-o...
  3. 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...
  4. Customize PowerPoint Fonts in Python|Aspose.Sli...

    Embed custom fonts in PowerPoint slides with Aspose.Slides for Python via .NET to keep your presentations sharp and consistent across any device....file_path ): with open ( file_path , "rb" ) as file_stream : file_data...

    docs.aspose.com/slides/python-net/custom-font/
  5. Add Image to PDF using Python|Aspose.PDF for Py...

    This section describes how to add image to existing PDF file using Python library.... data_dir , path_infile ), "rb" ) image_id = resources_images...

    docs.aspose.com/pdf/python-net/add-image-to-exi...
  6. 在 Python 中将 EPUB 转换为 JPG – Aspose.HTML for Pyth...

    使用 Aspose.HTML Python 库将 EPUB 转换为 JPG。在Python代码示例中考虑各种EPUB到JPG的转换方案。...with open("{{input lower}}", 'rb') as stream: # Initialize saving...19 with open (document_path, "rb" ) as stream: 20 21 # Create...

    docs.aspose.com/html/zh/python-net/convert-epub...
  7. 将 MHTML 转换为 DOCX – Aspose.HTML for Python via .NET

    使用 Aspose.HTML Python 库将 MHTML 转换为 DOCX。在即用型 Python 示例中考虑支持的 MHTML 到 DOCX 的转换方案。...with open("{{input lower}}", 'rb') as stream: # Initialize saving...17 with open (document_path, "rb" ) as stream: 18 19 # Create...

    docs.aspose.com/html/zh/python-net/convert-mhtm...
  8. Add named value in XMP metadata of EPS | Python

    The process of adding named value in XMP metadata with Aspose.Page for Python via .NET is explained and illustrated with the code snippets here....eps" , "rb" ,) 12 # Create PsDocument instance...

    docs.aspose.com/page/python-net/xmp-metadata/ad...
  9. PNG to PDF Merge using Python | Aspose.PDF

    Combine two or more PNG documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET... data_dir , infile ), "rb" ) for infile in infiles ] path_outfile...

    products.aspose.com/pdf/python-net/merger/png-t...
  10. 使用 Python 管理演示文稿中的 OLE|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 优化在 PowerPoint 和 OpenDocument 文件中的 OLE 对象管理。无缝嵌入、更新和导出 OLE 内容。...xlsx" , "rb" ) as file_stream : file_data...with open ( "sample.html" , "rb" ) as html_stream : html_data...

    docs.aspose.com/slides/zh/python-net/manage-ole/