Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 1,122 for

get pages

(0.09 sec)
  1. 3. Convert to Word Processing Document Formats ...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Word Processing Document Formats and returns the output document storage URL and also support to Get the result as a stream. Convert to Words Formats You can convert the supported document formats to Word Processing Document Formats and Get the output as a storage URL Resource HTTP POST ~/conversion Swagger UI lets you call this REST API directly from the browser....Formats Leave feedback On this page GroupDocs.Conversion Cloud REST...storage URL and also support to get the result as a stream . Convert...

    docs.groupdocs.cloud/conversion/convert-to-word...
  2. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Linux/MacOS/Bash curl -X Get 'https://api.groupdocs.cloud/v1.0/merger/storage/MyStorage/exist' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Storage Leave feedback On this page Storage existence API This API...example Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v1...

    docs.groupdocs.cloud/merger/working-with-storage/
  3. Extract Text From The Whole Document | Document...

    This REST API allows extracting text from the whole document by default. You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example. cURL example The following example demonstrates how to extract text from the whole document. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables....Document Leave feedback On this page This REST API allows extracting...document. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID...

    docs.groupdocs.cloud/parser/extract-text-from-t...
  4. Parse by Template of a Document Inside a Contai...

    This REST API allows extracting fields and tables from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. The following example demonstrates how to extract data from a container item. Here you can see how to parse text fields by regular expressions and a table inside the container item document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template of a document inside a container example....Container Leave feedback On this page This REST API allows extracting...Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/parser/parse-by-template-o...
  5. Extract Metadata By Tag | Documentation

    This REST API allows to extract metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how to extract metadata information from all properties with Created tag. Linux/MacOS/Bash # Get JSON Web Token # Provide your Client Id and Client Secret via 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....By Tag Leave feedback On this page This REST API allows to extract...Created tag. Linux/MacOS/Bash # Get JSON Web Token # Provide your...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  6. Remove Metadata By Possible Tag Name | Document...

    This REST API allows to remove metadata properties from the document choosing the properties to remove by approximate or a part of metadata tag name. This API allows you to specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how to remove metadata properties that have “creator” phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET env variables are set....Name Leave feedback On this page This REST API allows to remove...tag names. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  7. 2. Convert to Spreadsheet Document Formats | Do...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Spreadsheet Document Formats and returns the output document storage URL and also support to Get the result as a stream. Convert to Spreadsheet Formats You can convert the supported document formats to Spreadsheet Formats and returns the output document storage URL Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to spreadsheet Format example....storage URL and also support to get the result as a stream . Convert...Conversion_Ruby_Convert_To_Cells () # Getting instance of the API api = Common_Utilities...

    docs.groupdocs.cloud/conversion/convert-to-spre...
  8. Add Metadata By Property Name | Documentation

    This REST API allows you to add metadata information as properties with specified name. cURL example The following example demonstrates how to add metadata date and time information in all properties that may have names containing specified string value. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID and CLIENT_SECRET are set as environment variables. 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" # Add metadata to a document curl -v "https://api....Name Leave feedback On this page This REST API allows you to...string value. Linux/MacOS/Bash # Get JSON Web Token # Ensure CLIENT_ID...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  9. Basic usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Leave feedback Get Supported File Formats Get Document Information...Information Was this page helpful? Not really Yes, thanks Any additional...

    docs.groupdocs.cloud/annotation/basic-usage/
  10. Java Convert Word Document to HTML File

    Automatically convert a Word DOCX file to HTML file using Java GroupDocs API. This article is about how to convert Word file to HTML in Java using REST API....converting Word DOC files to HTML pages, I will be using the Java SDK...convert a Word file to an HTML page programmatically in Java by...

    blog.groupdocs.cloud/conversion/convert-word-fi...