Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 3,844 for

name

(0.12 sec)
  1. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. |Name|Description|Comment |FileInfo.FilePath|The path of the document, located in the storage.|Required. |FileInfo.StorageName|Storage Name|It could be omitted for default storage.... |Name|Description|Comment |FileInfo...|FileInfo.StorageName|Storage name|It could be omitted for default...

    docs.groupdocs.cloud/watermark/get-document-inf...
  2. Rectangle | Documentation

    Rectangle data structure describes rectangle Rectangle example: { "Height": 0, "Width": 0, "X": 0, "Y": 0 } Name Description Height Rectangle height Width Rectangle width X X coordinate Y Y coordinate..."Width" : 0 , "X" : 0 , "Y" : 0 } Name Description Height Rectangle...

    docs.groupdocs.cloud/comparison/rectangle/
  3. 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...
  4. 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...
  5. C# .NET Convert MPP to PDF | Export MS Project ...

    How to convert Microsoft Project (MPP) files to PDF using .NET REST API. Step-by-step guide to export MS Project into PDF for easy sharing and reporting...inputMPP - name of input MS Project file. resultantPDF - name of resultant...

    blog.groupdocs.cloud/conversion/convert-mpp-to-...
  6. Convert HTML to JSON in Node.js | Online Web Pa...

    Convert HTML files into JSON format using GroupDocs.Conversion Cloud SDK for Node.js. Transform structured HTML documents into JSON format online with REST API....the name of input JSON file, resultantPath with the name of resultant...

    blog.groupdocs.cloud/conversion/convert-html-to...
  7. Convert DOCX to PDF in C# | Online DOC to PDF c...

    Easily convert DOC and DOCX files to high-quality PDF format using REST API. Learn how to transform DOC, DOCX files to pdf online....Please replace inputFile with the name of input Word document, resultantFile...resultantFile with the name of resultant PDF file and accessToken...

    blog.groupdocs.cloud/conversion/convert-doc-to-...
  8. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions data structure defines options for applying revisions using “PUT” /comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path to the output document...docx' } Name Description SourceFile about...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  9. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "Name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]..."converted" } Response [ { "name" : "one-page.pdf" , "size" :...

    docs.groupdocs.cloud/conversion/conversion-api/
  10. 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...