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

rb

(0.08 sec)
  1. Compare multiple documents | Documentation

    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...
  2. Load file from stream | Documentation

    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...
  3. Compare documents | Documentation

    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...
  4. 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...
  5. Load File From Stream | Documentation

    This article demonstrates how to convert a file from a stream using GroupDocs.Conversion for Python via .NET API....file_stream = open ( file_path , "rb" ) return file_stream def get_load_options...file_stream = open ( file_path , "rb" ) return file_stream def de...

    docs.groupdocs.com/conversion/python-net/develo...
  6. Load from stream | Documentation

    Load documents directly from streams (URLs, FTP, etc.) in your Python applications using GroupDocs.Viewer....docx" , "rb" ) # Render a document from the...

    docs.groupdocs.com/viewer/python-net/load-docum...
  7. Get file info | Documentation

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....(): with open ( sourcePath , 'rb' ) as source_stream : comparer...

    docs.groupdocs.com/comparison/python-net/get-fi...
  8. Merge PDF files in Python using GroupDocs.Merger

    Explore the process of merging PDF files in Python, utilizing the powerful GroupDocs.Merger library without any third-party software....sample_pdf return open(file_path, "rb" ) See also # Explore the full...sample_pdf return open(file_path, "rb" ) See also # Explore the full...

    blog.groupdocs.com/merger/merge-pdf-in-python/
  9. Merge PPTX Presentations in Python with GroupDo...

    This article provides step-by-step instructions on merging PPTX presentations using GroupDocs.Merger for Python via .NET....sample_pptx return open(file_path, "rb" ) See also # For further information...sample_pptx return open(file_path, "rb" ) See also # Here are some useful...

    blog.groupdocs.com/merger/merge-pptx-in-python/
  10. Licensing | Documentation

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for Python via .NET without a license (Evaluation Limitations)...): with open ( license_path , "rb" ) as stream : gc . License ()...

    docs.groupdocs.com/comparison/python-net/licens...