Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 1,364 for

rb

(0.08 sec)
  1. Convert PNG to PPTX in Python | products.aspose...

    Convert PNG to PPTX in Python. Use Python library API to convert PNG images to PowerPoint...png" , "rb" ) as in_file: image = pres ...

    products.aspose.com/slides/python-net/conversio...
  2. Convert JPG to PPT in Python | products.aspose.com

    Convert JPG to PPT in Python. Use Python library API to convert JPG images to PowerPoint...jpg" , "rb" ) as in_file: image = pres ...

    products.aspose.com/slides/python-net/conversio...
  3. Convert JPG to PPTX in Python | products.aspose...

    Convert JPG to PPTX in Python. Use Python library API to convert JPG images to PowerPoint...jpg" , "rb" ) as in_file: image = pres ...

    products.aspose.com/slides/python-net/conversio...
  4. Convert HTML to PPTX in Python | products.aspos...

    Convert HTML to PPTX in Python. Use Python library API to convert HTML to PowerPoint...html" , "rb" ) as htmlStream: pres . slides...

    products.aspose.com/slides/python-net/conversio...
  5. 档案

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

    blog.aspose.com/zh/slides/convert-png-to-ppt-on...
  6. BMP to PDF Merge using Python | Aspose.PDF

    Combine two or more BMP documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...directory using binary read mode (‘rb’). Set the output file path (outDir/outFile)...self . data_dir , infile ), "rb" ) for infile in infiles ] path_outfile...

    products.aspose.com/pdf/python-net/merger/bmp-t...
  7. 档案

    档案...jpg", "rb") as in_file: image = pres.images...image) with open("image2.jpg", "rb") as in_file: image2 = pres.images...

    blog.aspose.com/zh/slides/convert-jpg-to-ppt-on...
  8. 搜索

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

    blog.aspose.com/zh-hant/slides/convert-png-to-p...
  9. 使用 Python 优化 PowerPoint 中的图像管理|Aspose.Slides fo...

    通过 Aspose.Slides for Python(基于 .NET),简化 PowerPoint 和 OpenDocument 中的图像管理,优化性能并自动化工作流。...jpeg" , "rb" ) as image_stream : image =...master_slide with open ( "image.jpeg" , "rb" ) as image_stream : image =...

    docs.aspose.com/slides/zh/python-net/image/
  10. 将HTML转换为PDF在Python中|Aspose.PDF for Python via Java

    本主题向您展示如何使用Aspose.PDF. for Python将HTML转换为PDF和MHTML转换为PDF。...html" with open ( documentName , "rb" ) as file : byte_array = file...

    docs.aspose.com/pdf/zh/python-java/convert-html...