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

rb

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

    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...
  6. Working with spreadsheet document attachments |...

    Extract, add, remove, search, and watermark spreadsheet attachments using Python via .NET....docx" , "rb" ) as f_doc , open ( "document_preview.png" , "rb" ) as...open ( "document_preview.png" , "rb" ) as f_prev : worksheet . attachments...

    docs.groupdocs.com/watermark/python-net/working...
  7. Get List of Changes | GroupDocs

    Retrieve the collection of detected changes after a comparison and iterate over them programmatically 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...
  8. Customize Changes Styles | GroupDocs

    Customize the highlight colour, font colour, and text decorations of inserted, deleted, and changed items in comparison results with GroupDocs.Comparison for Python via .NET....docx" , "rb" ) as source_stream , \ open...open ( "./target.docx" , "rb" ) as target_stream , \ open ( "./result...

    docs.groupdocs.com/comparison/python-net/develo...
  9. 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...
  10. 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...