Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 155 for

rb

(1.27 sec)
  1. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Python via .NET API....options with open ( source_path , 'rb' ) as source_stream : load_options_source...target_stream = open ( target_path , 'rb' ) target_streams . append (...

    docs.groupdocs.com/comparison/python-net/compar...
  2. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream....docx" , "rb" ) as stream : # Step 2: Create...stream with open ( "document" , "rb" ) as stream : # Step 2: Specify...

    docs.groupdocs.com/markdown/python-net/load-fro...
  3. 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...
  4. 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/
  5. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream using GroupDocs.Metadata for Python via .NET.... input_doc , 'rb' ) as stream : with gm . Metadata...

    docs.groupdocs.com/metadata/python-net/load-fro...
  6. 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...
  7. 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/
  8. 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...
  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...