Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,169 for

editor java

(0.19 sec)
  1. Get Supported File Formats | Documentation

    This REST API allows getting a list of all file formats supported by GroupDocs.Merger Cloud product. Resources The following GroupDocs.Editor Cloud REST API resource has been used in the get supported file types example. HTTP POST ~/formats cURL example The following example demonstrates how to get supported file types. Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Editor Product Solution GroupDocs...Resources The following GroupDocs.Editor Cloud REST API resource has...

    docs.groupdocs.cloud/merger/get-supported-file-...
  2. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here)....Editor Product Solution GroupDocs... Most document viewers or editors support digital signatures...

    docs.groupdocs.cloud/signature/sign-document-wi...
  3. Translating image and scanned PDF files with Gr...

    How to use GroupDocs.Translation Cloud SDK for translating image files....Editor Product Solution GroupDocs...working code and sample files: Java & Android package com.groupdocs...

    docs.groupdocs.cloud/translation/file/sdk/image...
  4. Parse by Template of a Document Inside a Contai...

    This REST API allows extracting fields and tables from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. The following example demonstrates how to extract data from a container item. Here you can see how to parse text fields by regular expressions and a table inside the container item document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template of a document inside a container example....Editor Product Solution GroupDocs...your preferred language. C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/parser/parse-by-template-o...
  5. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/annotation/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": ".doc", "fileFormat": "Microsoft Word" }, { "extension": ".docx", "fileFormat": "Microsoft Word" }, { "extension": "....Editor Product Solution GroupDocs...InfoApi: " + e . Message ); } } } } Java package examples.Supported_File_Formats...

    docs.groupdocs.cloud/annotation/get-supported-f...
  6. Paraphrase file with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing files....Editor Product Solution GroupDocs...working code and sample files: Java package com.groupdocs ; // Import...

    docs.groupdocs.cloud/rewriter/file/sdk/paraphrase/
  7. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password. The following example demonstrates how to extract pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser....Editor Product Solution GroupDocs...api: " + e . Message ); } } } } Java package examples.PagesOperations...

    docs.groupdocs.cloud/merger/extract-pages/
  8. Translating Markdown files with GroupDocs.Trans...

    How to use GroupDocs.Translation Cloud SDK for translating Markdown files....Editor Product Solution GroupDocs...working code and sample files: Java & Android package com.groupdocs...

    docs.groupdocs.cloud/translation/file/sdk/markd...
  9. Translating Excel files with GroupDocs.Translat...

    How to use GroupDocs.Translation Cloud SDK for translating Excel files....Editor Product Solution GroupDocs...working code and sample files: Java & Android package com.groupdocs...

    docs.groupdocs.cloud/translation/file/sdk/excel/
  10. Translating HTML files with GroupDocs.Translati...

    How to use GroupDocs.Translation Cloud SDK for translating HTML files....Editor Product Solution GroupDocs...working code and sample files: Java & Android package com.groupdocs...

    docs.groupdocs.cloud/translation/file/sdk/html/