Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 22 for

rb

(0.03 sec)
  1. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for Python via .NET....stream with open ( sourcePath , 'rb' ) as source_stream : comparer...targetPath1 , 'rb' ) as target_stream1 , \ open ( targetPath2 , 'rb' ) as...

    docs.groupdocs.com/comparison/python-net/compar...
  2. Load file from stream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Comparison for Python via .NET....with open ( source_file_path , 'rb' ) as source_stream : with gc...with open ( target_file_path , 'rb' ) as target_stream : comparer...

    docs.groupdocs.com/comparison/python-net/load-f...
  3. Compare documents | Documentation

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Python via .NET....stream with open ( sourcePath , 'rb' ) as source_stream : comparer...operation with open ( targetPath , 'rb' ) as target_stream : comparer...

    docs.groupdocs.com/comparison/python-net/compar...
  4. 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...
  5. Load from stream | Documentation

    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...
  6. Load File From Stream | Documentation

    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...
  7. Load from Stream | Documentation

    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...
  8. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....docx" , "rb" ) as stream : with gr . Redactor...

    docs.groupdocs.com/redaction/python-net/get-fil...
  9. Merge PPTX Presentations in Python with GroupDo...

    This article provides step-by-step instructions on merging PPTX presentations using GroupDocs.Merger for Python via .NET....sample_pptx return open(file_path, "rb" ) See also # For further information...sample_pptx return open(file_path, "rb" ) See also # Here are some useful...

    blog.groupdocs.com/merger/merge-pptx-in-python/
  10. Get file info | Documentation

    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...