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

rb

(0.11 sec)
  1. Compare multiple documents with specific compar...

    Learn how to compare multiple documents and customize options (e.g., styles, sensitivity) using GroupDocs.Comparison for Python via .NET....docx" , "rb" ) as src , open ( "target1.docx" , "rb" ) as t1...docx" , "rb" ) as t2 , open ( "target3.docx" , "rb" ) as t3 :...

    docs.groupdocs.com/comparison/python-net/compar...
  2. Compare multiple documents | GroupDocs

    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...
  3. Compare Multiple Documents | GroupDocs

    Compare a source document against multiple targets in a single pass — including password-protected files and custom compare settings — with GroupDocs.Comparison for Python via .NET....docx" , "rb" ) as src , \ open ( "./target1.docx" , "rb" ) as t1...docx" , "rb" ) as t2 , \ open ( "./target3.docx" , "rb" ) as t3...

    docs.groupdocs.com/comparison/python-net/develo...
  4. Load file from stream | GroupDocs

    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...
  5. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream using GroupDocs.Metadata for Python via .NET...., "rb") handle or an io.BytesIO ) to...(): with open ( "input.docx" , "rb" ) as stream : with Metadata...

    docs.groupdocs.com/metadata/python-net/load-fro...
  6. Load File from Stream | GroupDocs

    Load source and target documents from open file streams to avoid persisting intermediate files, 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...
  7. Get list of changes | GroupDocs

    Learn how to obtain a collection 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/get-li...
  8. Accept or reject detected changes | GroupDocs

    Learn how to apply or discard detected changes and save the result using GroupDocs.Comparison for Python via .NET....docx" , "rb" ) as src , open ( "target.docx" , "rb" ) as tgt...

    docs.groupdocs.com/comparison/python-net/accept...
  9. Get source and target text from files | GroupDocs

    Learn how to read source and target texts 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/get-so...
  10. Get Source and Target Text from Files | GroupDocs

    Read the source and target text for each detected change to power side-by-side diff review tools or downstream analytics 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...