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

rb

(0.05 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  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 Documents | GroupDocs

    Compare Word, Excel, PowerPoint, PDF, image, HTML, AutoCAD, Visio, and OpenDocument files from file paths or streams with 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...
  9. Accept or Reject Detected Changes | GroupDocs

    Programmatically accept or reject individual detected changes and save the merged result 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...
  10. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream....docx" , "rb" ) as stream : # Step 2: Create...stream with open ( "document" , "rb" ) as stream : # Step 2: Specify...

    docs.groupdocs.com/markdown/python-net/load-fro...