Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 148 for

rb

(0.09 sec)
  1. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream using GroupDocs.Metadata for Python via .NET.... input_doc , 'rb' ) as stream : with gm . Metadata...

    docs.groupdocs.com/metadata/python-net/load-fro...
  2. Load from stream | GroupDocs

    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...
  3. Load File From Stream | GroupDocs

    Pass any Python file-like object — open() handle, io.BytesIO, boto3/azure-blob/requests response body — to the Converter constructor to convert documents directly from memory or cloud storage without touching the local filesystem....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...
  4. Modifying found watermark properties | GroupDocs

    Search and update existing text or image watermarks using Python via .NET....png" , "rb" ) as f : image_data = f . read...

    docs.groupdocs.com/watermark/python-net/modifyi...
  5. Get file info | GroupDocs

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....docx" , "rb" ) as stream : with gr . Redactor...

    docs.groupdocs.com/redaction/python-net/get-fil...
  6. Update watermarks | GroupDocs

    Search and update existing text or image watermarks using Python via .NET....png" , "rb" ) as f : image_data = f . read...

    docs.groupdocs.com/watermark/python-net/basic-u...
  7. 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/
  8. Email attachments | GroupDocs

    Extract, add, and remove attachments in email messages using Python via .NET....msg" , "rb" ) as f : content . attachments...

    docs.groupdocs.com/watermark/python-net/email-a...
  9. 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/
  10. Shapes in spreadsheet document | GroupDocs

    Inspect, modify, and remove shapes in Excel documents using Python via .NET....png" , "rb" ) as f : shape . image = gwc_xls...2016" : with open ( "test.png" , "rb" ) as f : shape . image_fill_format...

    docs.groupdocs.com/watermark/python-net/shapes-...