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

rb

(0.03 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. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  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...