Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 2,293 for

comments

(0.04 sec)
  1. GroupDocs.Clouds

    GroupDocs.Clouds - Document Automation REST APIs | GroupDocs Cloud...Microsoft Project, rendering comments from Presentation documents...

    blog.groupdocs.cloud/groupdocs.cloud/page/40/
  2. Display Word Document in HTML Page using PHP | ...

    Programmatically display Word Document in HTML Page using a REST API in PHP with GroupDocs.Viewer Cloud for PHP SDK. Render DOCX to a responsive webpage....1]); Render document with comments $renderOptions->setRenderComments(true);...

    blog.groupdocs.cloud/viewer/display-word-docume...
  3. Annotate PDF Documents using a REST API in Pyth...

    Programmatically Annotate PDF documents using a REST API on the cloud in Python with Document Annotation Cloud SDK for Python....data in the form of images, comments, notes, or other types of...

    blog.groupdocs.cloud/annotation/annotate-pdf-do...
  4. Search Watermarks | Documentation

    This REST API allows finding watermarks in the document. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. The Search operation response contains not only watermark properties, but also IDs that can be used in Remove operation. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage Required FileInfo.... Name Description Comment FileInfo.FilePath The path...Hyperlinks, HeadersFooters, Comments, Shapes, None ObjectsToSearch...

    docs.groupdocs.cloud/watermark/search-watermarks/
  5. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified.... Minification removes comments, extra white-spaces, and other...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  6. Verification Options Objects | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 Page contains description for Verification Options objects and object properties VerifyOptionsCollectionData Object Provides list of options for documents verification. Example VerifyOptionsCollectionData object { "items": [ { "items": [ { "barcodeTypeName": "Code39Standard", "matchType": "Contains", "text": "123456789012", "verifyAllPages": true, "isValid": false, "documentPageNumber": 3, "pagesSetup": { "firstPage": false, "lastPage": true, "oddPages": false, "evenPages": true, "pageNumbers": [ 1, 3, 5 ] } }, { "password": "1234567890", "certificateGuid": "certificates\SherlockHolmes....crt" , "Comments" : "verified data" , "SignDateTimeFrom"..."CertificateGuid" : "mrjohn.smith.crt" , "Comments" : "verified data" , "SignDateTimeFrom"...

    docs.groupdocs.cloud/signature/verification-opt...
  7. Text Highlight Annotation | Documentation

    Text Highlight annotation highlights and Comments selected text 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....annotation highlights and comments selected text API usage There...0, 'Replies': [ { 'Comment': 'First comment', 'RepliedOn': '2020-10-02T06:52:01...

    docs.groupdocs.cloud/annotation/text-highlight-...
  8. Point Annotation | Documentation

    Point annotation sticks Comments to any point in a 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....page Point annotation sticks comments to any point in a document...}, 'Replies': [ { 'Comment': 'First comment', 'RepliedOn': '2020-10-02T06:52:01...

    docs.groupdocs.cloud/annotation/point-annotation/
  9. https://hosted.weblate.org/exports/stats/pypa/w...

    name,code,total,translated,translated_percent,translated_words_percent,total_words,translated_words,total_chars,translated_chars,translated_chars_percent,failing,failing_percent,fuzzy,fuzzy_percent......approved_percent,suggestions,comments Amharic,am,1436,2,0.1,0.1...

    hosted.weblate.org/exports/stats/pypa/warehouse/
  10. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheetOptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TextOverflowMode": "Overlay" }, "CadOptions": { "ScaleFactor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZoneOffset": "string" }, "ProjectManagementOptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32....Indicates whether to render comments. RenderHiddenPages Indicates...

    docs.groupdocs.cloud/viewer/renderoptions/