Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 3,703 for

name

(0.02 sec)
  1. Python Microsoft Word to MarkDown Conversion th...

    I found error in the below for the code attached… I set for my google drive storage. Error msg: groupdocs_conversion_cloud.api_exception.ApiException: (500) Message: AmazonS3 Storage exception: The specified key doe…...storage_name = “DOCX to MD” settings.output_path...passing the correct storage name in the API call and that the...

    forum.groupdocs.cloud/t/python-microsoft-word-t...
  2. Convert PDF to Word Document in Java using REST...

    Convert PDF to editable Word DOC using PDF to Word converter fast, and reliable APIs. Let's see how to convert PDF to Word document in Java using REST API....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Now, provide the cloud storage name Set the input PDF file path...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  3. Convert Word to JPEG, PNG, or GIF Image File in...

    This article is about how to convert Word to JPEG, PNG, or GIF Image File in Python...ConvertSettings Then, set the storage name and word file path Set resultant...ConvertSettings Then, set the storage name and word file path Also, set...

    blog.groupdocs.cloud/conversion/convert-word-to...
  4. Get Template | Documentation

    This REST API provides the functionality to retrieve templates that are used in Parse endpoint. Simply get the API response and use it as a template parameter in Parse by the Template method. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage Name It could be omitted for default storage. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Get Template example.... Name Description Comment TemplatePath...FileInfo.StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/parser/get-template/
  5. Convert CSV to JSON and JSON to CSV in Java

    Convert and transform JSON to CSV file or CSV to JSON online using fileformat API. This article is about how to convert CSV to JSON and JSON to CSV in Java....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Next, provide the files storage name Set input CSV file path and...

    blog.groupdocs.cloud/conversion/convert-csv-to-...
  6. Convert pages to a PDF document in Java

    Our Online document converter API allows you to convert HTML to PDF in high quality. This article is about how to convert HTML to PDF in Java using REST API...ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...Thirdly, provide the cloud storage name Then, set the input HTML file...

    blog.groupdocs.cloud/conversion/convert-html-to...
  7. Convert SVG to PDF and PDF to SVG Programmatica...

    Online file conversion service to convert from PDF into optimized SVG images. Let's see how to convert SVG to PDF and PDF to SVG programmatically in Java....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...ConvertSettings instance Set the storage name and input the SVG file path...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  8. 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/
  9. Announcing First Release of Next Generation Gro...

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats to Words, Cells, Html, PDF, Slides and Image formats....'sourceFile':{'folder':'conversions','name':'sample.docx'}}"` **Response**...ConversionFileInfo() { Folder = "conversions", Name = "sample.docx", Password =...

    blog.groupdocs.cloud/conversion/groupdocs.conve...
  10. 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/