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

rb

(0.33 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. 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...
  5. Compare Documents | GroupDocs

    Compare Word, Excel, PowerPoint, PDF, image, HTML, AutoCAD, Visio, and OpenDocument files from file paths or streams with 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...
  6. 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-...
  7. 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...
  8. 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...
  9. 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...
  10. 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...