Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 5,999 for

microsoft word

(0.12 sec)
  1. converted.doc

    1 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z Normal.dot 1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:0......1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:00:00Z...1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:00:00Z...

    blog.groupdocs.cloud/de/conversion/convert-jpg-...
  2. converted.doc

    1 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z Normal.dot 1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:0......1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:00:00Z...1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:00:00Z...

    blog.groupdocs.cloud/es/conversion/convert-jpg-...
  3. converted.doc

    1 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z Normal.dot 1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:0......1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:00:00Z...1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:00:00Z...

    blog.groupdocs.cloud/ru/conversion/convert-jpg-...
  4. converted.doc

    1 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z Normal.dot 1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:0......1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:00:00Z...1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:00:00Z...

    blog.groupdocs.cloud/vi/conversion/convert-jpg-...
  5. converted.doc

    1 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z Normal.dot 1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:0......1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:00:00Z...1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:00:00Z...

    blog.groupdocs.cloud/pl/conversion/convert-jpg-...
  6. converted.doc

    1 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z Normal.dot 1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:0......1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:00:00Z...1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:00:00Z...

    blog.groupdocs.cloud/th/conversion/convert-jpg-...
  7. converted.doc

    1 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z 1601-01-01T00:00:00Z Normal.dot 1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:0......1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:00:00Z...1601-01-01T00:00:00Z Microsoft Office Word 1601-01-01T00:00:00Z...

    blog.groupdocs.cloud/ja/conversion/convert-jpg-...
  8. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The credentials are read from environment variables CLIENT_ID and CLIENT_SECRET. curl -v "https://api.groupdocs.cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example to join several documents into one curl -v "https://api....properties with the “Microsoft Office Word” value. Linux/MacOS/Bash..."Properties": [ { "NewValue": "Microsoft Office Word Application", "Type":...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  9. Convert DOCX to Text | Extract Text from DOC | ...

    Learn how to extract text from Word documents using .NET REST API. Convert DOC, and DOCX to TXT format with OCR and text parsing features. Document to text...فارسی українська Polski Convert Word documents (DOC, DOCX) to text...for .NET. Table of Contents Word to Text Conversion API Convert...

    blog.groupdocs.cloud/parser/extract-text-from-w...
  10. Get Supported File Formats | Documentation

    GroupDocs.Annotation Cloud is a REST API provides methods to apply Text and Figure based annotations to documents & images of all popular formats. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v2.0/annotation/formats' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl.exe -X GET ` "https://api.groupdocs.cloud/v2.0/annotation/formats" ` -H "accept: application/json" ` -H "authorization: Bearer $env:JWT_TOKEN" Windows CMD curl -X GET ^ "https://api....doc" , "fileFormat" : "Microsoft Word" }, { "extension" : ".docx"...docx" , "fileFormat" : "Microsoft Word" }, { "extension" : ".docm"...

    docs.groupdocs.cloud/annotation/get-supported-f...