Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 170 for

rb

(0.23 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist....rb file with following content:...application: bundle exec ruby app.rb In the terminal, you will see...

    blog.groupdocs.com/signature/working-with-group...
  7. Python ile GroupDocs.Merger ile PPTX Sunumların...

    Bu makale, GroupDocs.Merger for Python via .NET kullanarak PPTX sunumlarını birleştirme konusunda adım adım talimatlar sunmaktadır....sample_pptx return open(file_path, "rb" ) Ayrıca bakınız # Daha fazla...sample_pptx return open(file_path, "rb" ) Ayrıca bakınız # GroupDocs...

    blog.groupdocs.com/tr/merger/merge-pptx-in-python/
  8. Sloučení PPTX prezentací v Pythonu s GroupDocs....

    Tento článek poskytuje krok za krokem instrukce pro sloučení PPTX prezentací pomocí GroupDocs.Merger pro Python via .NET....sample_pptx return open(file_path, "rb" ) Další informace # Pro další...sample_pptx return open(file_path, "rb" ) Další informace # Zde jsou...

    blog.groupdocs.com/cs/merger/merge-pptx-in-python/
  9. دمج عروض PPTX في بايثون مع GroupDocs.Merger

    يوفر هذا المقال تعليمات خطوة بخطوة حول دمج عروض PPTX باستخدام GroupDocs.Merger for Python via .NET....sample_pptx return open(file_path, "rb" ) انظر أيضًا # لمزيد من المعلومات...sample_pptx return open(file_path, "rb" ) انظر أيضًا # إليك بعض الموارد...

    blog.groupdocs.com/ar/merger/merge-pptx-in-python/
  10. Объедините презентации PPTX в Python с помощью ...

    В этой статье приведены пошаговые инструкции по объединению презентаций PPTX с использованием GroupDocs.Merger для Python via .NET....sample_pptx return open(file_path, "rb" ) См. также # Для получения...sample_pptx return open(file_path, "rb" ) См. также # Вот несколько...

    blog.groupdocs.com/ru/merger/merge-pptx-in-python/