Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 3,868 for

name

(0.09 sec)
  1. Save JSON to HTML in Node.js | Online JSON to W...

    Easily convert JSON files into HTML format using GroupDocs.Conversion Cloud SDK for Node.js. Transform structured JSON data into HTML pages online....the name of input JSON file, resultantPath with the name of resultant...

    blog.groupdocs.cloud/conversion/convert-json-to...
  2. Convert JSON to CSV in Node.js | JSON to CSV On...

    Learn how to convert structured JSON data into CSV format using Node.js API. Easily transform JSON to CSV for reporting, databases, or spreadsheets....the name of input JSON file, resultantPath with the name of resultant...

    blog.groupdocs.cloud/conversion/convert-json-to...
  3. Configure DropBox Storage | Documentation

    You have to complete following steps to configure Dropbox Storage: Log into Dashboard Access the Storages Page Select DropBox Storage from the ‘Create New Storage’ menu Enter Storage Name (For example: MyDropboxStorage) and click on Generate Token button Log into Dropbox and Authorize our app Dropbox will generate your Access Token and you will be redirected to our Dashboard Press Save button to create storage Now you can use this storage with GroupDocs REST APIs....Storage’ menu Enter Storage Name (For example: MyDropboxStorage)...

    docs.groupdocs.cloud/total/configure-dropbox-st...
  4. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given Name from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage Name cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/storage/MyStorage/exist" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....of cloud storage with given name from . API Explorer lets you...Description storageName Storage name cURL example Linux/MacOS/Bash...

    docs.groupdocs.cloud/conversion/working-with-st...
  5. Signing up | Documentation

    Learn how to sign up for GroupDocs.Translation Cloud service....GroupDocs, sign in with your user name and password. Otherwise, click...

    docs.groupdocs.cloud/translation/sign-up/
  6. Convert HTML to Markdown via Java | Comprehensi...

    GroupDocs.Conversion offers conversion of a wide range of document formats. This article is about how to convert HTML to Markdown with Java using REST API....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Then, provide the cloud storage name. Next, set the input HTML file...

    blog.groupdocs.cloud/conversion/convert-html-to...
  7. Convert XML to CSV in Java | GroupDocs.Conversi...

    Learn how to convert XML file to CSV in Java using REST API with this guide. Discover the benefits of converting XML to CSV and start using it today....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository... provide your cloud storage name. Now, set the source file path...

    blog.groupdocs.cloud/conversion/convert-xml-fil...
  8. Signing up | Documentation

    Learn how to sign up for GroupDocs.Rewriter Cloud service....GroupDocs, sign in with your user name and password. Otherwise, click...

    docs.groupdocs.cloud/rewriter/sign-up/
  9. RevisionInfo | Documentation

    RevisionInfo data structure returned by “POST” /comparison/revisions API as output result. Also used by “PUT” /comparison/revisions API as input. RevisionInfo example: { "id": 0, "action": "None", "text": "\rsssssssss", "author": "GroupDpcs", "type": "Insertion" } Name Description id Id of revision (index) action Action (Accept, Reject, None). This field shows what to do with this revision. type Type of revision (Insertion, Deletion,, etc.) text Revision text author Revision author..."GroupDpcs" , "type" : "Insertion" } Name Description id Id of revision...

    docs.groupdocs.cloud/comparison/revisioninfo/
  10. RemoveOptions | Documentation

    RemoveOptions structure defines options for removing document annotations FileInfo example { "FileInfo": { "FilePath": "string", "Password": "string" }, "AnnotationIds": [ 0 ], "OutputPath": "string" } FileInfo fields Name Description FileInfo Input file path and password. See FileInfo structure AnnotationIds Array of IDs of annotations to remove from the document. FirstPage Num of first page to annotate OnlyAnnotatedPages Indicates whether to save only annotated pages to output document OutputPath Path of output document...: "string" } FileInfo fields Name Description FileInfo Input file...

    docs.groupdocs.cloud/annotation/removeoptions/