Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 186 for

rb

(0.46 sec)
  1. Agents and LLM Integration | GroupDocs

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

    docs.groupdocs.com/merger/python-net/agents-and...
  2. 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...
  3. 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-...
  4. llms-full.txt

    # GroupDocs.Watermark for Python via .NET — Complete Documentation > Native Python library that adds, searches, and removes text and image watermarks across PDF, Word, Excel, PowerPoint, Visio, ema......docx", "rb") as f: data = f.read() content...get_content() with open("./sample.docx", "rb") as f: data = f.read() content...

    docs.groupdocs.com/watermark/python-net/llms-fu...
  5. llms-full.txt

    # GroupDocs.Annotation for Python via .NET — Complete Documentation > Native Python library that adds, edits, and removes annotations and markup — area and shape annotations, text highlight/underli......pdf", "rb") as stream: with Annotator(document=stream)...exists(license_path): with open(license_path, "rb") as license_stream: License()...

    docs.groupdocs.com/annotation/python-net/llms-f...
  6. llms-full.txt

    # GroupDocs.Redaction for Python via .NET — Complete Documentation > Native Python library that permanently redacts sensitive content — text, metadata, annotations, and image areas — from PDF, Word......docx", "rb") as stream: # Load the document...redacted with open("./sample.docx", "rb") as stream_in: with Redactor(stream_in)...

    docs.groupdocs.com/redaction/python-net/llms-fu...
  7. lotus_notes.pdf

    To: sdmit@km.ru Subject: Spotlight on Aspose.Diagram and more from Aspose, October 2016 Message: View this email in your browser Share this issue: Monthly Newsletter October, 2016 Discover the Powe......ICC profilexÚ￿SgTSé=÷ÞôBKˆ€”KoR RB‹€‘&*! Jˆ!¡ÙQÁEEÈ ˆŽŽ€ŒQ,Š Øä...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  8. pdf_page_1.html

    All messages To: sdmit@km.ru Subject: Spotlight on Aspose.Diagram and more from Aspose, October 2016 Message: View th......profile xÚ SgTSé =÷ÞôBKˆ€”KoR RB‹€ ‘&*! Jˆ!¡Ù QÁ EE È ˆ ŽŽ€Œ Q...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  9. nsf_with_max_items.html

    All messages To: sdmit@km.ru Subject: Spotlight on Aspose.Diagram and more from Aspose, October 2016 Message: View th......profile xÚ SgTSé =÷ÞôBKˆ€”KoR RB‹€ ‘&*! Jˆ!¡Ù QÁ EE È ˆ ŽŽ€Œ Q...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  10. How to use rspec to test GroupDocs API - Part 2

    In the first article, How to use rspec to test GroupDocs API. Part 1, we created first test for GroupDocs API. This article describes in details how tests works, what expectation and matchers are, and how to test an API with the PULL method. Expectation and Matchers So what are expectation and matchers? Lets look at a small example: string ="GroupDocs" string.should have(9).characters string.should\_not have(5).characters Expectations are defined by should and the negative form should_not....rb file that we created in the last...Create a file called sample_spec.rb with the following code: describe...

    blog.groupdocs.com/total/how-to-use-rspec-to-te...