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

rb

(0.21 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. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Parser for Python via .NET....docx" , "rb" ) as stream : # Create an instance...memory with open ( "sample.pdf" , "rb" ) as file : file_data = file...

    docs.groupdocs.com/parser/python-net/load-file-...
  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. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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-...