Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 2,043 for

doc to docx

(0.05 sec)
  1. how to extract a page from a word document in n...

    how To extract a page from a word Document in nodejs on Document Processing REST APIs | GroupDocs Cloud Recent content in how To extract a page from a word Document in nodejs on Document Processing......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/how-to-extract-a-pa...
  2. 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"}' Windows PowerShell # First...

    docs.groupdocs.cloud/merger/get-document-inform...
  3. 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 Linux/MacOS/Bash # 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" }' Windows...

    docs.groupdocs.cloud/viewer/get-document-inform...
  4. 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/
  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 File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used To get Document information. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupDocs.cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET environment variables....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "source_files/word/source.docx" }' Windows PowerShell # First...

    docs.groupdocs.cloud/comparison/get-document-in...
  6. 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...
  7. Text Highlight Annotation | Documentation

    Text Highlight annotation highlights and comments selected text 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/text-highlight-...
  8. Watermark Annotation | Documentation

    Watermark annotation adds text watermark 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/watermark-annot...
  9. Sign document with image signature | Documentation

    An image as signature is alternative way To put any presenting data in a visual form. This electronic signature type allows To create cusTom image with company logo, sender’ initials, names or make a company stamp icon in it, GroupDocs.Signature Cloud provides options To specify different settings for Image signature such as image content, location, colors and advanced effects. API usage There are steps that usage of GroupDocs.Signature Cloud consists of:...Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."FilePath": "signaturedocs/one-page.docx" }, "Options": [ { "AllPages":...

    docs.groupdocs.cloud/signature/sign-document-wi...
  10. Working with DSV Documents | Documentation

    DSV (Delimiter-Separated Values) Documents are a specific form of text-based spreadsheets with delimiters (separaTors). There several steps that usage of GroupDocs.EdiTor Cloud consists of: Upload input Document inTo cloud sTorage Load the Document inTo editable representation in the cloud sTorage (HTML file and resources) Download HTML Document (and resources, if needed) from sTorage Edit HTML Document at client side Upload HTML Document back inTo the sTorage Save the edited Document inTo Spreadsheet format in the sTorage Download saved Document Steps 1, 3, 4, 5 are sTorage operations, please refer To this STorage Operations) for usage details....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."utf-8" ))); // Save html back to docx let saveOptions = new editor_cloud...

    docs.groupdocs.cloud/editor/working-with-dsv-do...