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

rb

(0.03 sec)
  1. 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...
  2. 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...
  3. 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/
  4. 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...
  5. 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-...
  6. 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...
  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. 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...
  9. 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...
  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-...