Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 1,900 for

doc to docx

(0.04 sec)
  1. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support Document conversion Tools To convert files from 65+ supported formats To get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X GET "https://api.groupDocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.Docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "fileType": "Docx", "pageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/json"...

    docs.groupdocs.cloud/conversion/get-document-me...
  2. Translating PowerPoint files with GroupDocs.Tra...

    How To use GroupDocs.Translation Cloud SDK for translating PowerPoint files....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...Pptx , output_format = Format . Docx ) response = api . presentation_post...

    docs.groupdocs.cloud/translation/file/sdk/power...
  3. Sending files for translation | Documentation

    How To send files for translation To the selected languages....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...start with capital letter , e.g. Docx. outputFormat String n/a Extension...

    docs.groupdocs.cloud/translation/file/request/
  4. Get Document Information | Documentation

    This REST API allows us To obtain basic information about the Document and it’s pages properties. 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. Here is the list of properties that can be obtained for Document pages: Page width in pixels (when converted To the image); Page height in pixels (when converted To image); Page number; Visible property that indicates whether the page is visible or not....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'/wordprocessing/four-pages.docx' }" Response { "extension" : ".docx" , "pages"...

    docs.groupdocs.cloud/merger/get-document-inform...
  5. Get Document Information | Documentation

    This REST API allows To obtain basic information about the Document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by Document type The following GroupDocs.Viewer Cloud REST API resource has been used To get Document information. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'JPG' }" Resonse...

    docs.groupdocs.cloud/viewer/get-document-inform...
  6. Get Document Information | Documentation

    This REST API allows To obtain basic information about the Document and it’s properties. It returns InfoResult data structure, which contains the list of properties: Document file format File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used To get Document information. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from Docs.cloud/applications>. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'source_files/word/source.docx' }" Response { "format" : "Microsoft...

    docs.groupdocs.cloud/comparison/get-document-in...
  7. Quick Start | Documentation

    Create an account Creating an account is very simple. Go To Dashboard To create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it To also acccess the Dashboard. Create an API client app Before you can make any requests To GroupDocs Cloud API you need To get a Client Id and a Client Secret....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...demonstrating how to compare two docx documents using GroupDocs.Comparison...

    docs.groupdocs.cloud/comparison/quick-start/
  8. Image Viewer - Get text coordinates | Documenta...

    GroupDocs.Viewer Cloud provides the feature of getting text coordinates. This feature is useful if you want To add selectable text over the image or implement a text search in image-based rendering. The ExtractText property of ImageOptions class enables you To get the text contained in a source Document with coordinates. Following code sample shows how To retrieve and print out text (lines / words / characters) of each Document page with coordinates....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'PNG', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/image-viewer-get-te...
  9. Image Annotation | Documentation

    Image annotation allows To add image within Document page API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input Document inTo cloud sTorage and other files, like image annotation (using File API) Add annotation(s) Download Document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'annotationdocs/one-page.docx' }, 'OutputPath': " Output / output . docx ", 'Annotations':...

    docs.groupdocs.cloud/annotation/image-annotation/
  10. Point Annotation | Documentation

    Point annotation sticks comments To any point in a Document API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input Document inTo cloud sTorage and other files, like image annotation (using File API) Add annotation(s) Download Document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'annotationdocs/one-page.docx' }, 'OutputPath': " Output / output . docx ", 'Annotations':...

    docs.groupdocs.cloud/annotation/point-annotation/