Sort Score
Result 10 results
Languages All
Labels All
Results 4,741 - 4,750 of 4,970 for

watermark

(0.17 sec)
  1. Authenticating API Requests | Documentation

    There is only one way to authenticate GroupDocs Cloud REST APIs: by using OAuth 2.0 protocol with JWT Bearer Token. The JWT token is extracted and validated by our APIs from the Authorization request header. OAuth 2.0 OAuth 2.0 is an authorization framework that enables your applications to obtain access to data to different APIs. OAuth provides authorization flows for web and desktop applications, and mobile devices. What is a JSON Web Token (JWT)?...Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/total/authenticating-api-r...
  2. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Pages count Password protection Resources HTTP POST ~/info Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First, get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/editor/get-document-inform...
  3. GroupDocs.Clouds on Document Processing REST AP...

    GroupDocs.Clouds on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Clouds on Document Processing REST APIs | GroupDocs Cloud Schritt-für-Schritt-Anleitung zum Entfernen......Watermark Cloud SDK für .NET hinzufügen...Word in Java hinzufügen – Watermark Creator Erfahren Sie, wie...

    blog.groupdocs.cloud/de/groupdocs.cloud/index.xml
  4. Node.js の REST API を使用して Word ドキュメントに注釈を追加する

    Document Annotation Cloud SDK for Node.js を使用して、Node.js のクラウド上の REST API を使用して、プログラムで Word ドキュメントに注釈を追加します。...Watermark; a1.text = "This is a watermark annotation";...

    blog.groupdocs.cloud/ja/annotation/add-annotati...
  5. Chuyển đổi Word DOC sang PDF theo chương trình ...

    Nhanh chóng chuyển đổi tài liệu Word sang tệp PDF mà không thay đổi định dạng với chất lượng cao. Bài viết này nói về cách chuyển đổi Word sang PDF theo chương trình trong C#....cloud/vi/watermark/find-and-replace-watermark-using-rest-api/)...

    blog.groupdocs.cloud/vi/conversion/convert-word...
  6. GroupDocs.Clouds on Document Processing REST AP...

    GroupDocs.Clouds on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Clouds on Document Processing REST APIs | GroupDocs Cloud دليل خطوة بخطوة لإزالة بيانات تعريف ZIP في ......Watermark Cloud SDK لـ .NET. أضف شعارات...في Java. يمكّنك GroupDocs.Watermark من إنشاء منشئ علامة مائية...

    blog.groupdocs.cloud/ar/groupdocs.cloud/index.xml
  7. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret. This will will be used to invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the SDK of your choice GroupDocs for Cloud SDK is written in different languages, all you need to get started is adding our SDK to your existing project....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/quick-start/
  8. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows to merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows to join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/merger/join-word-continous/
  9. Specify Max Chars And Rows | Documentation

    When processing text files you can adjust page parameters like max characters per line and max lines per page with MaxCharsPerRow and MaxRowsPerPage options that have been added in v21.8 The following screenshot shows the difference when setting MaxRowsPerPage=30 API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/specify-max-chars-a...
  10. Render document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render various types of documents into HTML, Image, or Pdf. Following example demonstrates on how to render document with default options. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Optional: Delete rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Watermark Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/render-document/