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

2.0

(0.19 sec)
  1. GroupDocs.Total for .NET | GroupDocs

    GroupDocs.Total for .NET is the super-set of all the .NET on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our .NET document manipulation APIs....NET Standard 2.0 in versions prior to 24.9. GroupDocs...

    docs.groupdocs.com/total/net/
  2. Supported File Formats | GroupDocs

    The following article indicates the file formats that GroupDocs.Parser for Python via .NET can work with....File Format ✅ ✅ FictionBook 2.0 File ✅ ✅ Mobipocket ✅ Spreadsheet...

    docs.groupdocs.com/parser/python-net/supported-...
  3. System Requirements | GroupDocs

    GroupDocs.Assembly for .NET does not require any external software or third party tool to be installed. Just follow one of the way as described in Development Environment, Installation and Configuration. Supported Operating Systems GroupDocs.Assembly for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed including, but not limited to: Windows Microsoft Windows 2.03 Server ( x64, x86) Microsoft Windows 2.08 Server ( x64, x86) Microsoft Windows 2012 Server ( x64, x86) Microsoft Windows 2012 R2 Server ( x64, x86) Microsoft Windows 2016 Server ( x64, x86) Microsoft Windows 2019 Server ( x64, x86) Microsoft Windows Vista ( x64, x86) Microsoft Windows XP ( x64, x86) Microsoft Windows 7 ( x64, x86) Microsoft Windows 8, 8....NET Framework 2.0 .NET Framework 3.5 .NET Framework...

    docs.groupdocs.com/assembly/net/system-requirem...
  4. 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...
  5. 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...
  6. 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...
  7. 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-...
  8. GroupDocs.Viewer 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 library: version 2.0. This version of the document...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  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...