Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 3,246 for

doc to doc

(0.03 sec)
  1. Skip rendering of empty columns | Documentation

    Sometimes Excel Document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting To render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  2. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows To compare more that 2 Documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following code sample shows how To compare multiple Documents with specific options. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/comparison/compare-multipl...
  3. Sign document with QR-code signature | Document...

    QR-code (or Quick Response code) is a sort of two-dimensional barcode that consists of black squares arranged in a square grid on a white background. QR-code can be read by smartphone camera or specialized devices that are dedicated To QR reading - hand-held scanners, handy terminals, fixed scanners that are used after placing it on a deskTop, or embedding it in other devices. Usually QR-codes contain data that points To a website or application, emails, or phone numbers, product identifiers, or trackers....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/signature/sign-document-wi...
  4. Summarizing files with GroupDocs.Rewriter SDK |...

    How To use GroupDocs.Rewriter Cloud SDK for files summarization....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/rewriter/file/sdk/summarize/
  5. Simplifying files with GroupDocs.Rewriter SDK |...

    How To use GroupDocs.Rewriter Cloud SDK for files simplification....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/rewriter/file/sdk/simmplify/
  6. Working with texts | Documentation

    How To work with content in textual form....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/rewriter/text/
  7. Arrow Annotation | Documentation

    Arrow annotation draws an arrow on the 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/arrow-annotation/
  8. Render Visio Document Figures | Documentation

    When you are converting Visio files, you can choose what you want To render: Visio scheme pages or figures of Visio scheme. If Visio scheme does not contain pages - only figures will be rendered. To force render Visio figures please set RenderFiguresOnly property To true in VisioRenderingOptions. You can set width of each figure, height will be calculated by proportions auTomatically. API Usage There are steps that usage of GroupDocs....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/render-visio-docume...
  9. Developer's reference | Documentation

    For developers, by developers. Find answers in GroupDocs.Translation Cloud developer's reference and start building your translation applications....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/translation/developer-refe...
  10. VerifySettings | Documentation

    VerifySettings data structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "STorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings fields Name Description API Version FileInfo.FilePath The path of the Document, located in the sTorage. Required. FileInfo.STorageName STorage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected Document To be signed....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/signature/verifysettings/