Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 170 for

rb

(0.08 sec)
  1. Working with slide backgrounds | GroupDocs

    Extract, remove, and watermark slide background images using Python via .NET....png" , "rb" ) as f : slide . image_fill_format...PresentationContent ) with open ( "test.png" , "rb" ) as f : content . slides [...

    docs.groupdocs.com/watermark/python-net/working...
  2. Loading files | GroupDocs

    Load files from a local disk, a stream, a specific format, or a password-protected document with GroupDocs.Metadata for Python via .NET...., "rb") or io.BytesIO ). — use LoadOptions(FileFormat...

    docs.groupdocs.com/metadata/python-net/loading-...
  3. Options and Configuration | GroupDocs

    Control parsing behavior with options from groupdocs.parser.options in GroupDocs.Parser for Python via .NET....pdf" , "rb" ) as stream : options = LoadOptions...

    docs.groupdocs.com/parser/python-net/options/
  4. Load File From Stream | GroupDocs

    Pass any Python file-like object — open() handle, io.BytesIO, boto3/azure-blob/requests response body — to the Converter constructor to convert documents directly from memory or cloud storage without touching the local filesystem....file_stream = open ( file_path , "rb" ) return file_stream def get_load_options...file_stream = open ( file_path , "rb" ) return file_stream def de...

    docs.groupdocs.com/conversion/python-net/develo...
  5. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API...docx" , "rb" ) as stream_in : with gr . Redactor...

    docs.groupdocs.com/redaction/python-net/load-fr...
  6. Load Options | GroupDocs

    Open password-protected files and streams using load options in GroupDocs.Parser for Python via .NET....pdf" , "rb" ) as stream : options = LoadOptions...

    docs.groupdocs.com/parser/python-net/load-options/
  7. Get document info | GroupDocs

    Retrieve file type, page count, size, and encryption using Python via .NET....docx" , "rb" ) as f : stream = io . BytesIO...

    docs.groupdocs.com/watermark/python-net/get-doc...
  8. Load from stream | GroupDocs

    Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer....docx" , "rb" ) # Render a document from the...

    docs.groupdocs.com/viewer/python-net/load-docum...
  9. Adding image watermarks | GroupDocs

    Add image watermarks from file or stream using GroupDocs.Watermark for Python via .NET....jpg" , "rb" ) as f : data = f . read ()...

    docs.groupdocs.com/watermark/python-net/adding-...
  10. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....(): with open ( sourcePath , 'rb' ) as source_stream : comparer...

    docs.groupdocs.com/comparison/python-net/get-fi...