Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 186 for

regular

(0.18 sec)
  1. Add Metadata | Documentation

    This REST API allows to add metadata to the documents. With this API you can add metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be added. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name)....indicating whether to match by regular expression. Resource URI HTTP...

    docs.groupdocs.cloud/metadata/add-metadata/
  2. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document....indicating whether to match by regular expression. SearchCriteria...

    docs.groupdocs.cloud/metadata/remove-metadata/
  3. A REST API Solution to Merge and Split Document...

    GroupDocs.Parser Cloud is a REST API solution to parse documents to extract text, images and document information on any platform....can be used not only with regular documents but also with containers...

    blog.groupdocs.cloud/parser/a-rest-api-solution...
  4. Drupal Document Viewer Module | GroupDocs

    Enhance your Drupal website with the ability to display PDF and Microsoft Office documents: high-fidelity rendering, browser-agnostic, no plugins required....users’ browsers similar to regular web-pages. Such client-server...

    blog.groupdocs.cloud/viewer/multi-format-docume...
  5. Set Metadata | Documentation

    This REST API allows to set metadata new values into existing properties of the documents. With this API you can set metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be edited. You could search for properties to set by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name); value....indicating whether to match by regular expression. SearchCriteria...

    docs.groupdocs.cloud/metadata/set-metadata/
  6. Convert Markdown to PDF in C#

    Install GroupDocs.Conversion Cloud SDKs and convert Markdown to PDF in C# programmatically. It is lightweight and offers a wide range of features....please stay in touch for the regular updates. Help is Available...

    blog.groupdocs.cloud/conversion/convert-markdow...
  7. Add Metadata By Property Name Match Regex | Doc...

    This REST API allows you to add metadata information as properties which names are match the specified Regular expression. cURL example The following example demonstrates how to add metadata date and time information in all properties with the same name that have string ‘print’ in any place of the name. Linux/MacOS/Bash # Get JSON Web Token # Retrieve CLIENT_ID and CLIENT_SECRET from your GroupDocs Cloud dashboard. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # Add metadata to a document (example) curl -v "https://api....names are match the specified regular expression. cURL example The...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  8. Convert JSON to PDF in Node.js

    Follow this blog post to learn how to convert JSON to PDF in Node.js. Install Groupdocs.Conversion and build a JSON to PDF converter programmatically....please stay in touch for the regular updates. Help is Available...

    blog.groupdocs.cloud/conversion/convert-json-to...
  9. Password-Protect PowerPoint Files in Node.js

    GroupDocs.Merger Cloud SDK for Node.js offers methods and properties to password-protect PowerPoint files. This library is lightweight & easy-to-install....please stay in touch for the regular updates. Help is Available...

    blog.groupdocs.cloud/merger/password-protect-po...
  10. Convert GIF to JPG in Node.js

    This blog post teaches you how to convert GIF to JPG in Node.js programmatically. This file conversion API offers a wide range of methods and properties....please stay in touch for the regular updates. Help is Available...

    blog.groupdocs.cloud/conversion/convert-gif-to-...