Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 1,328 for

rb

(0.04 sec)
  1. JPEG to PDF Merge using Python | Aspose.PDF

    Combine two or more JPEG documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...directory in binary read mode (‘rb’). These streams are used to...self . data_dir , infile ), "rb" ) for infile in infiles ] path_outfile...

    products.aspose.com/pdf/python-net/merger/jpeg-...
  2. FontFallbackSettings.save method | Aspose.Words...

    aspose.words.fonts.FontFallbackSettings.save method...xml' , 'rb' ) as font_fallback_stream :...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Merge SVG to PNG in Python | products.aspose.com

    Merge SVG to PNG in Python. Use Python library API to combine SVG and PNG files...svg" , "rb" ) as file: svgContent = file...

    products.aspose.com/slides/python-net/merge/svg...
  4. Replace Images in the Presentation’s Image Coll...

    Replace images in presentations fast with Python. Supporting PowerPoint and OpenDocument formats to streamline workflows and boost slide quality....file_name ): with open ( file_name , "rb" ) as stream : return stream...

    docs.aspose.com/slides/python-net/replacing-ima...
  5. Working with MapiJournal in 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/python-net/working-with-m...
  6. 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...
  7. 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...
  8. 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...
  9. Convert PNG to PPT in Python | products.aspose.com

    Convert PNG to PPT 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...
  10. TxtSaveOptions.add_bidi_marks property | Aspose...

    TxtSaveOptions.add_bidi_marks property. Specifies whether to add bi-directional marks before each BiDi run when exporting in plain text format....txt' , 'rb' ) as file : doc_text = file...

    reference.aspose.com/words/python-net/aspose.wo...