Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 8,317 for

page

(0.07 sec)
  1. Add Metadata | Documentation

    This REST API allows to add metadata to the documents. With this API you can add metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be added. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name)....Add Metadata By Tag Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/metadata/add-metadata/
  2. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document....Remove Metadata By Tag Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/metadata/remove-metadata/
  3. Pdf to html conversion - Free Support Forum - g...

    pdf is not converting into html properly.bellow is my code let convertApi = conversion_cloud.ConvertApi.fromKeys(clientId,clientSecret); const loadOptions = new conversion_cloud.PdfConvertOptions(); loadOptions…...how we can add borders in each page . sample.zip (46.3 KB) tilal...Borders are defining a specific page. sample1.zip (47.4 KB) tilal...

    forum.groupdocs.cloud/t/pdf-to-html-conversion/...
  4. Fetching translations | Documentation

    How to fetch the translated text from the GroupDocs.Translation Cloud queue...." ] } } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/translation/text/fetch/
  5. Available SDKs | Documentation

    GroupDocs.Metadata Cloud SDKs GroupDocs.Metadata Cloud is a modern REST-oriented API, that allows easy integration into existing systems. Why use an SDK? Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. SDK benefits Our supported SDKs are 100% tested and out of the box running.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/metadata/available-sdks/
  6. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty....cells Leave feedback On this page When Spreadsheet is rendered...HideText\ "}}}" Response { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  7. How to self-host GroupDocs.Editor Cloud with Do...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....Docker Leave feedback On this page is an open platform that effectively...can compare only two first pages of the document Evaluation watermarks...

    docs.groupdocs.cloud/editor/self-host-with-docker/
  8. Set password for resultant document | Documenta...

    GroupDocs.Comparison Cloud allows to protect resultant document with password. The following code snippet demonstrates how to compare documents and protect resultant document with password API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....document Leave feedback On this page GroupDocs.Comparison Cloud allows...response . href ); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/set-password-fo...
  9. Add annotation with downloading output document...

    AnnotateDirect method allows to add annotations to the document and returns output document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation and get the result immediately HTTP PUT ~/annotation/add 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....once Leave feedback On this page AnnotateDirect method allows..."FilePath": "annotationdocs/one-page.docx" }, "Annotations": [ {...

    docs.groupdocs.cloud/annotation/add-direct/
  10. 8. Convert to HTML Format | Documentation

    This example demonstrates how to convert word processing document into html document with advanced conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to the File API documentation for usage details. Step 3 is not needed, if “OutputPath” option is not provided: the convert api method will return converted document in the response body...Format Leave feedback On this page This example demonstrates how..."FilePath": "WordProcessing/four-pages.docx", "Format": "html", "ConvertOptions":...

    docs.groupdocs.cloud/conversion/convert-to-html...