Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 734 for

api local

(0.06 sec)
  1. C# Compare Excel, Word, Text Files | .NET Docum...

    Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, PDF files or compare text files in CSharp.... On-Premise APIs of GroupDocs.Comparison are...that are supported by the .NET API of GroupDocs.Comparison. Below...

    blog.groupdocs.com/comparison/compare-excel-wor...
  2. Two Ways of Uploading Files into a GroupDocs Ac...

    Working with GroupDocs SDK we usually need a GUID to work with a document. But it’s not very comfortable for users to work with GUIDs. So in your app, you can use two methods to upload a file to a GroupDocs account and get it’s GUID programmatically. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version....Theory # Upload local file # To upload a local file we need an...client ID, private key and local file data) to the controller...

    blog.groupdocs.com/total/two-ways-of-uploading-...
  3. How to Upload PHP Project to Heroku?

    Heroku is a great opportunity for developers to try and test their code in a production environment. Originally created for Ruby projects, Heroku now supports Ruby, Java, Python and even PHP. Heroku’s PHP project support is an undocumented feature so some additional skills are required do deploy such a project. In this post, I’ll show you the methods to create a PHP project on Heroku with the GroupDocs PHP SDK Api Samples application....Heroku with the GroupDocs PHP SDK Api Samples application. Preparation...groupdocs-php/examples ) and copy the api-samples folder to the location...

    blog.groupdocs.com/total/how-to-upload-php-proj...
  4. Loading documents | GroupDocs

    Load documents into GroupDocs.Annotation for Python via .NET from a Local disk or a binary stream, and open password-protected files with LoadOptions....Upgrade an Order Support Docs API Reference Live Demos Free Support...Load from local disk When the document is on the local disk, pass...

    docs.groupdocs.com/annotation/python-net/loadin...
  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....Ruby RSpec for testing REST APIs like GroupDocs. RSpec is a BDD...a lot of different GroupDocs APIs that you can use. In this article...

    blog.groupdocs.com/total/how-to-use-rspec-to-te...
  6. Add text or image watermark | GroupDocs

    This article shows how to add watermark and save resultant document. It is capable to add watermark to image or documents....Upgrade an Order Support Docs API Reference Live Demos Free Support...watermarks to the documents from the local disk and from streams. Add a...

    docs.groupdocs.com/watermark/java/add-text-or-i...
  7. Saving files to different locations | GroupDocs

    Following this guide you will learn how to save the converted PDF, Word, Excel, or PowerPoint documents to Local disk, stream or FTP....Upgrade an Order Support Docs API Reference Live Demos Free Support...conversion to various locations: to local disk, to stream, to FTP and...

    docs.groupdocs.com/conversion/net/saving-files-...
  8. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...NET Core 6) with local (not stream) files and it is...to reproduce using Net 6 Web API project. ksgbnl September 4,...

    forum.groupdocs.com/t/watermark-messing-up-in-p...
  9. Get file info | GroupDocs

    This article explains the ability of the GroupDocs.Redaction Api to get the general document information, which includes FileType, PageCount and FileSize....Upgrade an Order Support Docs API Reference Live Demos Free Support...info for a file from local disk get_local_file_info.py from groupdocs...

    docs.groupdocs.com/redaction/python-net/get-fil...
  10. How to Use Swagger UI to Test GroupDocs REST API

    The GroupDocs Apis are designed to be REST compliant so that they are familiar and easy to use. This post looks at how to use Swagger to test the GroupDocs Apis. Before showing you how to run a test, it explains Swagger and REST, and why we use them. Why we use Swagger and REST Swagger is a specification and a framework for building interactive Api documentation and sandboxes, and to generate the code of an Api client....The GroupDocs APIs are designed to be REST compliant so that...Swagger to test the GroupDocs APIs. Before showing you how to run...

    blog.groupdocs.com/total/how-to-use-swagger-ui-...