Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 4,094 for

name

(0.09 sec)
  1. Translation Of Document | GroupDocs.Translation...

    Translate Document API This API allows you to translate a document from GroupDocs Cloud Storage. API Explorer GroupDocs.Translation Cloud API Reference lets you try out Translate Document API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description userRequest String that represents list of JSONs precised in JSON Request Details....\"outformat\":\"docx\", \"pair\":\"en-fr\", \"name\":\"document.docx\", \"folder\":\"myFolder\"...

    docs.groupdocs.cloud/translation/translation-of...
  2. Get View Info for Outlook Data File | Documenta...

    GroupDocs.Viewer Cloud provides additional information for Outlook Data Files when calling Info method. Following example demonstrates how to retrieve view information for Outlook Data File. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details...."attachments" : [ { "name" : "(Inbox)0.msg" }, { "name" : "(Inbox)1.msg"...msg" }, { "name" : "(Inbox)2.msg" } ], "archiveViewInfo" : null...

    docs.groupdocs.cloud/viewer/get-view-info-for-o...
  3. 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 Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....of cloud storage with given name from . API Explorer lets you...Description storageName Storage name cURL example Request curl -X...

    docs.groupdocs.cloud/conversion/working-with-st...
  4. Convert PDF to PPTX in Node.js fails with Googl...

    The groupdocs.cloud’s API generated the following error when running convertApi.convertDocument(new conversion_cloud.ConvertDocumentRequest(settings)): Error: ConvertDocument. Exception: Google Cloud Storage exception: …...file path along with the folder name. Hopefully, it will resolve...

    forum.groupdocs.cloud/t/convert-pdf-to-pptx-in-...
  5. 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...
  6. 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/
  7. Convert PDF to JPG and JPG to PDF Programmatica...

    Use our quick and secure PDF image conversion API to convert PDF file to image. Let's see how to convert PDF to JPG and JPG to PDF Programmatically in Java....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...instance. Next, define the storage name and enter the PDF file’s path...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  8. Convert Word to TIFF File in Python

    GroupDocs API is a secure and easy to use way to convert DOC to TIFF file in seconds. This article is about how to convert word to TIFF file in Python....ConvertSettings Set the storage name and word file path Provide “tiff”...ConvertSettings Set the storage name and word file path Provide “tiff”...

    blog.groupdocs.cloud/2022/07/30/convert-word-to...
  9. Convert Markdown .md file to HTML using Java

    Converts Markdown plain text to HTML using Markdown markup language to HTML APIs. This article is about how to convert Markdown to HTML in Java using REST API....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Next, provide the cloud storage name Then, set the input Markdown...

    blog.groupdocs.cloud/conversion/convert-markdow...
  10. How to Convert Excel to PDF using Java API

    Convert your documents and files using our fast and secure file format REST API in Java. This article is about how to convert Excel to PDF using Java API....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...instance Thirdly, set the storage name and input the XLSX file path...

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