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

rb

(0.11 sec)
  1. Customize changes styles | GroupDocs

    Learn how to customize the appearance of detected changes using GroupDocs.Comparison for Python via .NET....docx" , "rb" ) as src , open ( "target.docx" , "rb" ) as tgt...

    docs.groupdocs.com/comparison/python-net/custom...
  2. 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...
  3. 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...
  4. Load File From Stream | GroupDocs

    This article demonstrates how to convert a file from a stream using GroupDocs.Conversion for Python via .NET API....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. 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/
  10. 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-...