Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 170 for

rb

(0.42 sec)
  1. Licensing and evaluation | GroupDocs

    GroupDocs.Viewer for Python offers purchase plans, a free trial, and a 30-day temporary license for evaluation....steam with open ( license_path , "rb" ) as license_stream : # Instantiate...

    docs.groupdocs.com/viewer/python-net/licensing-...
  2. Load specific file formats | GroupDocs

    Learn how to load specific file formats manually using LoadOptions in GroupDocs.Parser for Python via .NET....md" , "rb" ) as stream : # Create an instance...

    docs.groupdocs.com/parser/python-net/load-speci...
  3. Existing objects in diagrams | GroupDocs

    Find, remove, and modify shapes and headers/footers in Visio documents using Python via .NET....png" , "rb" ) as f : shape . image = gwc_vsdx...

    docs.groupdocs.com/watermark/python-net/existin...
  4. Sign Document with Digital Signature | GroupDocs

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in Python with step-by-step instructions....pfx" , "rb" ) as cert_stream : # Create...

    docs.groupdocs.com/signature/python-net/sign-do...
  5. get-supported-file-formats.txt

    ActionScript Programming Language format (.as) ActionScript Programming Language format (.as3) Assembler Programming Language format (.asm) Type of interpreter that processes shell commands (.bash)......rb) Ruby Interface file format (...

    docs.groupdocs.com/comparison/python-net/_outpu...
  6. Merge DOCX Files in Python using GroupDocs.Merger

    A comprehensive guide on merging DOCX files in Python. Understand the process and get practical code examples to merge Word documents....sample_docx return open(file_path, "rb" ) See also # For more details...

    blog.groupdocs.com/merger/merge-docx-in-python/
  7. Convert a Document to Multiple Page Files | Gro...

    Render every page of a multi-page document into its own output file — loop page_number with pages_count=1 and Converter.convert() to produce one PNG, PDF, or image per page with GroupDocs.Conversion for Python via .NET....use with open ( output_file , "rb" ) as file_handle : page_stream...

    docs.groupdocs.com/conversion/python-net/develo...
  8. Existing objects in word processing document | ...

    Remove, inspect, and modify shapes (potential watermarks) in Word documents using Python via .NET....png" , "rb" ) as f : img_bytes = f . read...

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

    GroupDocs.Viewer 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....lic" , "rb" ) as f : License () . set_license...**Streams**: pass `open("file", "rb")` or `io.BytesIO(data)` where...

    docs.groupdocs.com/viewer/python-net/agents-and...
  10. GroupDocs.Markdown for Python via .NET — Export...

    Convert PDF, Word, Excel, EPUB, and more to Markdown directly from Python. A self-contained PyPI wheel with a pythonic API, async support, and LLM-friendly output....docx" , "rb" ) as stream: with MarkdownConverter(stream)...

    blog.groupdocs.com/markdown/groupdocs-markdown-...