Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 1,922 for

docx to doc

(0.31 sec)
  1. Java HTML to Word converter online on Document ...

    Java HTML To Word converter online on Document Processing REST APIs | GroupDocs Cloud Recent content in Java HTML To Word converter online on Document Processing REST APIs | GroupDocs Cloud Convert......Cloud Convertir HTML en Word (DOC, DOCX) par programmation en Java...à convertir HTML en Word (DOC, DOCX) par programmation en Java...

    blog.groupdocs.cloud/fr/tag/java-html-to-word-c...
  2. nodejs how to extract pages from a word documen...

    nodejs how To extract pages from a word Document on Document Processing REST APIs | GroupDocs Cloud Recent content in nodejs how To extract pages from a word Document on Document Processing REST AP......extraire des pages de Word DOC/DOCX Online à l'aide de Node.js...extraire des pages de Word DOC/DOCX en ligne à l'aide de Node...

    blog.groupdocs.cloud/fr/tag/nodejs-how-to-extra...
  3. 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...
  4. 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...
  5. 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/
  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. 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...
  8. 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...
  9. 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/
  10. 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...