Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 2,244 for

link

(0.95 sec)
  1. discourse-lazy-videos_5f57f7d819cae13f16323b599...

    .lazy-video-container{z-index:1;position:relative;display:block;height:0;padding:0 0 56.25% 0;background-color:#000;margin-bottom:12px}.lazy-video-container .video-thumbnail{cursor:pointer;overflow......title-link{white-space:nowrap;overflow...title-container .title-wrapper .title-link:hover{text-decoration:underline}...

    forum.groupdocs.cloud/stylesheets/discourse-laz...
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud... But it is difficult to link to a specific page in a PDF...

    blog.groupdocs.cloud/groupdocs.cloud/page/29/
  3. Convert JPG to PNG in Node.js - JPG to PNG Conv...

    Want to convert JPG to PNG using a JPG converter? GroupDocs.Conversion offers Cloud APIs and SDKs to programmatically convert JPG/JPEG to PNG.... Please visit this link to learn the steps and the code...

    blog.groupdocs.cloud/conversion/convert-jpg-to-...
  4. Add Watermark to PNG in Java

    GroupDocs.Watermark provides lightweight and robust Cloud SDKs and REST APIs for Java developers to programmatically add watermark to PNG images....Moreover, please visit this link to see the code snippet and...

    blog.groupdocs.cloud/watermark/add-watermark-to...
  5. Password-Protect Excel using Password Protectio...

    Follow this guide to learn how to password-protect Excel files. This password protection service is easy to use and lets you secure files programmatically....addition, please follow this link to know the answer in detail...

    blog.groupdocs.cloud/merger/password-protect-ex...
  6. Convert Word to Markdown in C# - Markdown Gener...

    Let's learn how to convert Word to Markdown in C# programmatically. Install GroupDocs.Conversion and build a Markdown generator module for your business app.... Please visit this link to learn the steps and the code...

    blog.groupdocs.cloud/conversion/convert-word-to...
  7. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows to adjust comparison sensitivity to achieve the necessary balance between file comparison speed and accuracy. Possible comparison sensitivity values range is from 0 to 100. Minimal value - the minimal value is 0. Setting sensitivity to a minimal value provides the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default value is 75....ComparisonsRequest ( options ); Link response = apiInstance . comparisons...console . log ( "Output file link: " + response . href ); } catch...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  8. 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 Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....docx" }; var link = apiInstance . Annotate ( new...redaction Annotation added: " + link . Title ); Java & Android //...

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

    Squiggly annotation marks text with a squiggly styling. 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 Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx" }; var link = apiInstance . Annotate ( new...squiggly Annotation added: " + link . Title ); Java & Android //...

    docs.groupdocs.cloud/annotation/squiggly-annota...
  10. 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 Linux/MacOS/Bash # First get JSON Web Token curl -v "https://api....docx" }; var link = apiInstance . Annotate ( new..."AddAreaAnnotation: Area Annotation added: " + link . Title ); Java & Android //...

    docs.groupdocs.cloud/annotation/area-annotation/