Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 1,122 for

get pages

(0.05 sec)
  1. 8. Convert TXT Document with Load Options | Doc...

    This example demonstrates how to convert txt documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Options Leave feedback On this page This example demonstrates how...along with working examples, to get you started in no time. Please...

    docs.groupdocs.cloud/conversion/convert-txt-doc...
  2. 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....Annotation Leave feedback On this page Text Highlight annotation highlights...Request // First get JSON Web Token // Please get your Client Id...

    docs.groupdocs.cloud/annotation/text-highlight-...
  3. parser.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/parser/available-sdks/ weekly 0.5 https://docs.groupdocs.cloud/parser/create-or-u......cloud/parser/extract-images-by-a-page-number-range/ weekly 0.5 https://docs...cloud/parser/extract-text-by-a-page-number-range/ weekly 0.5 https://docs...

    docs.groupdocs.cloud/sitemaps/parser.xml
  4. Text Strikeout Annotation | Documentation

    Text Strikeout annotation marks text fragment with a strikethrough styling 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 Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....Annotation Leave feedback On this page Text Strikeout annotation marks...cURL example Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api...

    docs.groupdocs.cloud/annotation/text-strikeout-...
  5. Extract Metadata By Property Name Match Regex |...

    This REST API allows to extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how to extract metadata information from all properties with the “dc” string in the beginning of the name. Linux/MacOS/Bash # First Get JSON Web Token # Please Get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # The values are taken from environment variables CLIENT_ID and CLIENT_SECRET....Regex Leave feedback On this page This REST API allows to extract...Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  6. Fetching translations | Documentation

    How to fetch the translated text from the GroupDocs.Translation Cloud queue....obtain the translations, send a GET request to the https://api.groupdocs...translation task: curl --request GET --location 'https://api.groupdocs...

    docs.groupdocs.cloud/translation/text/fetch/
  7. 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.Editor 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/editor/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/editor/working-with-storage/
  8. Extract Text From a Document Inside a Container...

    This REST API allows extracting text from a document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying ContainerItemInfo parameter Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract Text From a Document Inside a Container example. cURL example The following example demonstrates how to extract text from a container item. Linux/MacOS/Bash # First Get JSON Web Token # Please Get your Client Id and Client Secret from https://dashboard....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/extract-text-from-a...
  9. Compare PDF Files using REST API in Python | Co...

    Programmatically compare two or more PDF files using a REST API on the cloud in Python with GroupDocs.Comparison Cloud SDK for Python.... preserving the layout of a page. In various cases, we may need...Comparison Results in Python Get List of Changes in Python Compare...

    blog.groupdocs.cloud/comparison/compare-pdf-fil...
  10. Extract Images from the Whole Document | Docume...

    This REST API allows extracting images from the whole document by default. Document could be a file of any supported formats.You need to specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract image from the whole document example. cURL example The following example demonstrates how to extract text from the whole document. Linux/MacOS/Bash # First Get JSON Web Token # Please Get your Client Id and Client Secret from https://dashboard....Document 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/extract-images-from...