Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 2,921 for

document annotation

(0.05 sec)
  1. Image Viewer - Adjust quality for JPG | Documen...

    When rendering Documents and files to JPG with GroupDocs.Viewer Cloud you can adjust quality of the output images by setting Quality property of ImageOptions class. The supported values range of Quality is from 1 to 100. Default value is 90. This example demonstrates how to adjust quality of the output JPG image. 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....Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  2. Skip rendering of empty rows | Documentation

    Sometimes Excel Document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) rows. In case, if the number of empty rows is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty rows GroupDocs.Viewer Cloud provides RenderEmptyRows property of SpreadsheetOptions class, which allow omitting to render empty rows as shown in the sample below....Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  3. ChangeInfo | Documentation

    ChangeInfo data structure returned by /comparison/changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "pageInfo": { "width": 0, "height": 0, "pageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or reject)....Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud...

    docs.groupdocs.cloud/comparison/changeinfo/
  4. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all Document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, PDF....Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/viewoptions/
  5. Adjust output image size | Documentation

    When CAD drawings are rendered, the size of the render result is adjusted by API automatically, the biggest side (width or height depending on which one is bigger) is set 2000 px, another side is set value based on width-to-length ratio. You may adjust the size of resulting Document by setting CadOptions as show in example. 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....Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/adjust-output-image...
  6. ConversionResult | Documentation

    ConversionResult data structure returned by Document Conversion API as output result ConversionResult example [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" }, ... ] ConversionResult fields Name Description name Name of the converted Document size Size of the converted Document url Page file path in the cloud storage. Use this value to download page using File API...Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud...

    docs.groupdocs.cloud/conversion/conversionresult/
  7. VerifyResult | Documentation

    VerifyResult data structure returned by Verify API method as output result VerifyResult example { "FileInfo": { "FilePath": "/words/docx/one-page.docx", "Password" : "1234567890" }, "Size" : 12345, "IsSuccess": "true" } SignResult fields Name Description FilePath Name of the verified Document Size Size of the verified Document IsSuccess Result of verification process...Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud...

    docs.groupdocs.cloud/signature/verifyresult/
  8. Extract Metadata | Documentation

    This REST API allows to extract metadata from the Documents. With this API you can extract metadata with following features: Extract whole metadata properties tree; Extract properties with specified tag; Extract properties with specified name; Extract properties with specified value; The table below contains the full list of properties that can be specified when extracting metadata from the Document. Name Description Comment FileInfo.FilePath The path of the Document, located in the storage....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Metadata Cloud...

    docs.groupdocs.cloud/metadata/extract-metadata/
  9. Compare documents | Documentation

    Changes detection algorithms used by GroupDocs.Comparison Cloud allows to detect changes in different Document parts and blocks: Text blocks - paragraphs, words and characters; Tables; Images; Shapes etc. For better visual separation of detected changes added, modified or deleted Document parts are highlighted with different colors: Added – blue Modified – green Style – green Deleted – red Changes styling coloring scheme can be customized if needed, changed text blocks can be marked with different formatting - italic, bold, underlined, strikethrough etc....Annotation Product Solution GroupDocs...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud...

    docs.groupdocs.cloud/comparison/compare-documents/
  10. Parse by Template | Documentation

    This REST API provides the functionality to extract data from Documents. This method parses Document content by a user-generated template. The template can be provided as an object or storage path. For protected Documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when parsing Documents by a template. Name Description Comment FileInfo.FilePath The path of the Document, located in the storage....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Parser Cloud...

    docs.groupdocs.cloud/parser/parse-by-template/