Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 186 for

rb

(0.09 sec)
  1. Get file info | GroupDocs

    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...
  2. Load document from stream | GroupDocs

    Load documents directly from a file-like object — open file handle, BytesIO, or any stream — with GroupDocs.Viewer for Python via .NET....docx" , "rb" ) # Render a document from the...

    docs.groupdocs.com/viewer/python-net/developer-...
  3. Licensing | GroupDocs

    free markdown API version is available to evaluate the API which will be similar to licensed version but with few limitations....): with open ( license_path , "rb" ) as stream : # Step 2: Apply...): with open ( license_path , "rb" ) as stream : # Step 2: Create...

    docs.groupdocs.com/markdown/python-net/licensin...
  4. 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/
  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 : # Load the document...

    docs.groupdocs.com/redaction/python-net/get-fil...
  6. Get document info | GroupDocs

    Retrieve file type, page count, and size of a document using GroupDocs.Watermark for Python via .NET....docx" , "rb" ) as f : stream = io . BytesIO...

    docs.groupdocs.com/watermark/python-net/get-doc...
  7. 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/
  8. Adding image watermarks | GroupDocs

    Add image watermarks from a file or a stream using GroupDocs.Watermark for Python via .NET....png" , "rb" ) as f : data = f . read ()...

    docs.groupdocs.com/watermark/python-net/adding-...
  9. Agents and LLM Integration | GroupDocs

    GroupDocs.Conversion for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document pipelines....docx" , "rb" ) as stream : with Converter...with open ( "license.lic" , "rb" ) as f : License () . set_license...

    docs.groupdocs.com/conversion/python-net/agents...
  10. Migration Notes | GroupDocs

    Notes on the relationship between the GroupDocs.Editor for Python via .NET API and the underlying .NET API....Streams — pass open("file", "rb") or io.BytesIO(data) where the...

    docs.groupdocs.com/editor/python-net/migration-...