Sort Score
Result 10 results
Languages All
Labels All
Results 5,161 - 5,170 of 5,230 for

comparison

(0.05 sec)
  1. ડિજીટલ સહી - ડિઝાઇન દસ્તાવેજો | GroupDocs સહી

    ડિજિટલ સિગ્નેચર (ઇસિગ્નેચર) ગ્રૂપડોક્સ સિગ્નેચરથી સરળ બનાવવામાં આવ્યું છે. તમારા ઇલેક્ટ્રોનિક ડિજિટલ હસ્તાક્ષર અને ડિજિટલી ડિઝાઇન દસ્તાવેજો બનાવો!...Viewer Annotation Conversion Comparison Signature Assembly Metadata...

    products.groupdocs.app/gu/signature/total
  2. 無料オンラインドキュメントエディタ

    ドキュメントを編集します。100%無料のオンラインドキュメントエディタ、MOBI, AZW3, MD, MD, TXT, YAML, YML, JSON, HTM, HTML, XML, SASS, CSS, LESS, LOG, XML, PPT, PPTX, PPS, PPSX, FODP, ODP, POT, PPTM, POTX, POTM, PPSM, OTP, XLS, XLT, XLTX, XLSX, XLSM, XLSB, XLAM, XLTM, CSV, TSV, ODS, OTS, DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, ODT, OTT, FODS, SXC, AS, CS, AS3, ASM, BAT, C, CC, CMAKE, CPP, VB, VB, CXX, DIFF, ERB, GROOVY, H, HAML, HH, JAVA, M, MAKE, ML, MM, PHP, PL, PROPERTIES, PY, RB, RB, RST, SCALA, SCM, SCRIPT, SH, SML, SQL, VIM, JS, JS, PDF, XPS, OXPS, EML, MSG, EMLX, MBOX, PST, OST、無料のオンラインドキュメントエディタ、iloveドキュメント、安全で使いやすいような編集文書!GroupDocs.App — 任意のファイルに関する問題を解決する高度なオンラインツール。...Viewer Annotation Conversion Comparison Signature Assembly Metadata...

    products.groupdocs.app/ja/editor/total
  3. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/convertoptions/
  4. Rename email fields | Documentation

    When rendering email messages, by default the API uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The API provides a new property FieldLabels in EmailOptions class to change the field labels....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/rename-email-fields/
  5. Get Supported File Formats | Documentation

    GroupDocs.conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.conversion 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/conversion/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response [ { "sourceFormat": "doc", "targetFormats": [ "ods", "xls", "xlsx", "xlsm", "xlsb", "csv", "xls2003", "xltx", "xltm", "tsv", "tiff", "tif", "jpeg", "jpg", "png", "gif", "bmp", "ico", "psd", "svg", "webp", "jp2", "pdf", "epub", "xps", "ppt", "pps", "pptx", "ppsx", "odp", "otp", "potx", "potm", "pptm", "ppsm", "doc", "docm", "docx", "dot", "dotm", "dotx", "rtf", "txt", "odt", "ott", "html" ] }, ....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/get-supported-f...
  6. Area Annotation | Documentation

    Area annotation allows to mark up an area within the document page with a rectangle. 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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/area-annotation/
  7. Distance Annotation | Documentation

    Distance annotation measures a distance between objects 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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/distance-annota...
  8. 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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/text-highlight-...
  9. Text redaction Annotation | Documentation

    Text redaction annotation fills part of text with black rectangle (used if you want to hide some 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....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/annotation/text-redaction-...
  10. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer 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/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....Comparison Product Solution GroupDocs...

    docs.groupdocs.cloud/viewer/get-supported-file-...