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

rb

(0.71 sec)
  1. 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...
  2. Load Document from Stream | GroupDocs

    Pass any Python binary file-like object to the Merger constructor to load and process documents directly from memory or any storage source with GroupDocs.Merger for Python via .NET....pdf" , "rb" ) as f : # Load the document...Stream : open("./input.pdf", "rb") opens the base document as...

    docs.groupdocs.com/merger/python-net/developer-...
  3. Accept or Reject Detected Changes | GroupDocs

    Programmatically accept or reject individual detected changes and save the merged result using GroupDocs.Comparison for Python via .NET....docx" , "rb" ) as source_stream , \ open...open ( "./target.docx" , "rb" ) as target_stream : with Comparer...

    docs.groupdocs.com/comparison/python-net/develo...
  4. 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-...
  5. Load document | GroupDocs

    Following this guide you will learn how to load a document from a local disk or file stream for editing with GroupDocs.Editor for Python via .NET API....docx" , "rb" ) as stream : editor = Editor...open ( "spreadsheet.xlsx" , "rb" ) as stream : editor = Editor...

    docs.groupdocs.com/editor/python-net/load-docum...
  6. Load from Stream | GroupDocs

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

    docs.groupdocs.com/redaction/python-net/load-fr...
  7. 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...
  8. 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/
  9. 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...
  10. 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/