Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 1,963 for

value

(0.05 sec)
  1. Getting metered license consumption | Documenta...

    Note This example related to Docker version of GroupDocs.Editor-Cloud only The metered license can be used in Docker version of GroupDocs.Editor-Cloud. Here is an example how to retrieve metered license consumption. You can find more information about Docker version at How to self-host GroupDocs.Editor Cloud with Docker Note about credits consumption when using metered license in docker version Storage calls are not charged Editor API calls charge is based on document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined documents, there may be extra credit consumed, because of internal implementation.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/editor/metered-consumption/
  2. Paraphrase file with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing files.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/rewriter/file/sdk/paraphrase/
  3. GroupDocs.Translation Cloud 23.10 | Language Ja...

    Java REST API & Cloud SDK for intra-lingual translation of documents. Keep the file formatting & structure intact. Supports 70+ language translation pairs....request’s body the appropriate enum value. Additionally, user could obtain...based short code index, and value is a list of parameters names...

    releases.groupdocs.cloud/translation/java/23-10/
  4. Translating files with GroupDocs.Translation SD...

    How to use GroupDocs.Translation Cloud SDK for translating files.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/translation/file/sdk/
  5. 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.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/parser/parse-by-template-o...
  6. Working with Annotations | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Annotation Cloud V1 GroupDocs.Annotation Cloud API provides annotation data from supported file formats as AnnotationInfo Object. Object fields AnnotationInfo object fields Field Name Type Description guid string The unique identifier of annotation. documentGuid long The unique identifier of document. text string The text of the annotation. creatorGuid string The annotation creator unique identifier. creatorName string The annotation creator name.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/annotation/working-with-an...
  7. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following code sample renders Presentation with notes. 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.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/render-document-wit...
  8. How to compare two PDF files | Documentation

    Comparing different file types is very simple, just upload compared files into the storage and call comparisons method. Here is an example how to compare PDF files. 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.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/comparison/how-to-compare-...
  9. Reject all revisions | Documentation

    GroupDocs.Comparison Cloud allows to reject all revisions in Word document and save the result. The following code sample demonstrates how to reject all revisions without getting them. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method with options Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/comparison/reject-all-revi...
  10. Add watermark | Documentation

    GroupDocs.Viewer Cloud enables you to apply a watermark on the output pages (HTML / Image / PDF). The following code sample shows how to apply the watermark to the output pages. 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.... We value your opinion. Your feedback...

    docs.groupdocs.cloud/viewer/add-watermark/