Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 187 for

rb

(0.43 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. 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/
  5. 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...
  6. 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-...
  7. Working with worksheet backgrounds | GroupDocs

    Extract, remove, and watermark worksheet backgrounds using Python via .NET....png" , "rb" ) as f : content . worksheets...

    docs.groupdocs.com/watermark/python-net/working...
  8. Get Document Information | GroupDocs

    Detect file type, file size, and page count of a document using GroupDocs.Comparison for Python via .NET — from file paths or streams....docx" , "rb" ) as source_stream : with Comparer...

    docs.groupdocs.com/comparison/python-net/develo...
  9. Email messages | GroupDocs

    Modify message body/subject, embed/remove images, search text, and list recipients using Python via .NET....jpg" , "rb" ) as f : content . embedded_objects...

    docs.groupdocs.com/watermark/python-net/email-m...
  10. Loading Documents | GroupDocs

    Load source documents from a local file path, a Python stream, or an HTTP URL — optionally with LoadOptions for passwords, encodings, and external-resource control — in GroupDocs.Viewer for Python via .NET....file-like stream ( open("file", "rb") , io.BytesIO(data) ). load_options...

    docs.groupdocs.com/viewer/python-net/developer-...