Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 155 for

rb

(1.12 sec)
  1. 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/
  2. 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...
  3. 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...
  4. 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...
  5. 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-...
  6. 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...
  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. 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...
  9. 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...
  10. How to Use RSpec to Test GroupDocs API? - Part 1

    In this article, we will review how to use Ruby RSpec for testing REST APIs like GroupDocs. RSpec is a BDD (behavior driven development) framework. You can find more info about RSpec on its official site. There are a lot of different GroupDocs APIs that you can use. In this article we will test one of the User APIs: “Get user profile”. What You Need You need Ruby, Gem, Bundler, and RSpec (gem install rspec) installed on you computer....rb file in the spec/ folder. We...Create a get_user_profile_spec.rb file in the user/ folder. Specs...

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