Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 144 for

2.0

(0.27 sec)
  1. 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....api\_version = "2.0" groupdocs.client\_id = '' #your...

    blog.groupdocs.com/total/how-to-use-rspec-to-te...
  2. GroupDocs.Conversion for .NET overview | GroupDocs

    GroupDocs.Conversion for .NET is a powerful and intuitive library used for file conversion between a variety of supported document and image types without using third-party tools....NET Framework 2.0 and higher .NET Core 2.1 .NET...

    docs.groupdocs.com/conversion/net/product-overv...
  3. Is GroupDocs.Editor compatible with the Xamarin...

    Hello, I have an iOS and Android mobile application developed with Xamarin.Forms. I am looking for a document editor that I can integrate into this application. I came across GroupDocs.Editor while searching for an edi…...NET Standard 2.0+ support as Supported Frameworks...Forms project is .NET Standard 2.0 so I expect it to be Xamarin...

    forum.groupdocs.com/t/is-groupdocs-editor-compa...
  4. GroupDocs.Parser for .NET | GroupDocs

    A convenient text extractor API that permits users to extract raw or formatted text from different document formats. Besides, it is not only a text extractor API, the user can extract metadata from the document as well....NET Standard 2.0 compatible packages or upgrade...Framework 4.6.1 or higher .NET Core 2.0 or higher .NET 5.0 or higher...

    docs.groupdocs.com/parser/net/
  5. GroupDocs.Signature Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....NET Standard 2.0 which makes it compatible with...

    blog.groupdocs.com/categories/groupdocs.signatu...
  6. Adding watermarks to PDF gives font not found e...

    Product Version: GroupDocs.Watermark for NET 20.7.0 OS: Ubuntu 20.04 I’ve installed the Adobe “Source Hans Sans” font to add some Chinese watermark text to a PDF file, however I’m keep getting the FontNotFoundExcepti…...TrueType font collection data, 2.0, 2 fonts, digitally signed, at...

    forum.groupdocs.com/t/adding-watermarks-to-pdf-...
  7. Installation | GroupDocs

    This guide helps you quickly install GroupDocs.Watermark for .NET, a powerful library to add, edit, or remove watermarks from PDF, Word, Excel, PowerPoint, Visio, and image formats. Choose your preferred method below. Install via NuGet (Recommended) Follow these steps to reference GroupDocs.Watermark using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer....NET Standard 2.0 version has external references:...

    docs.groupdocs.com/watermark/net/installation/
  8. Protect Your Documents with Watermarks in Group...

    One of the most requested and hence actively developed features in GroupDocs.Viewer for .NET is watermarking. Watermarking allows you to protect documents that you display on the web from screen-grabbing. In GroupDocs.Viewer for .NET watermarks are implemented as customizable text that can be added over a displayed document, overlapping its content. For the first time the ability to add watermarks was implemented in GroupDocs.Viewer for .NET version 2.0. In its first implementation, the feature had a number of restrictions....NET version 2.0. In its first implementation...

    blog.groupdocs.com/viewer/protect-your-document...
  9. Assemble Documents and Acquire Online Signature...

    The Web 2.0 era has brought consumers and organizations closer. Consumers are active in community forums, blogs or other information-sharing platforms to discuss their tastes and preferences. Closer relationships with their customers has helped organizations understand buyer’s behavior and devise new products faster. Growing Internet penetration ensures that organizations who share, collaborate and reach out to their customers have a competitive edge. Managing documents effectively is important for businesses to increase the transaction cycle....The Web 2.0 era has brought consumers and organizations closer...

    blog.groupdocs.com/signature/assemble-documents...
  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....api\_version = "2.0" groupdocs.client\_id = '' groupdocs...

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