Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 8,317 for

page

(0.05 sec)
  1. how to split a word document into separate file...

    how to split a word document into separate files every 5 or n Pages on Document Processing REST APIs | GroupDocs Cloud Recent content in how to split a word document into separate files every 5 or ......separate files every 5 or n pages on Document Processing REST...separate files every 5 or n pages on Document Processing REST...

    blog.groupdocs.cloud/fr/tag/how-to-split-a-word...
  2. Translation languages | Documentation

    Translation language pairs supported by GroupDocs.Translation Cloud.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/translation/translation-la...
  3. Features Overview | Documentation

    GroupDocs.Parser Cloud is a document data extraction REST API from over 50 document types. One of the most valuable features of GroupDocs.Parser Cloud is parsing documents with predefined templates. It’s easy to define template and extract data from invoices, prices or other kinds of your typical documents. The API also provides methods to extract images, extract text. You can do it with regular documents and containers like ZIP archives, OST/PST mail data files and PDF portfolios....Overview Leave feedback On this page GroupDocs.Parser Cloud is a...preview; Extract particular pages of plain or formatted text....

    docs.groupdocs.cloud/parser/features-overview/
  4. Text field Annotation | Documentation

    Text field annotation adds rectangle with a text inside 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 # Place your Client Id and Client Secret in the CLIENT_ID and CLIENT_SECRET environment variables....Annotation Leave feedback On this page Text field annotation adds rectangle..."FilePath": "annotationdocs/one-page.docx" }, "OutputPath": "Output/output...

    docs.groupdocs.cloud/annotation/text-field-anno...
  5. Text Underline Annotation | Documentation

    Text Underline annotation marks text with a underline 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 # Set your client credentials in environment variables CLIENT_ID and CLIENT_SECRET curl -v "https://api....Annotation Leave feedback On this page Text Underline annotation marks..."FilePath": "annotationdocs/one-page.docx" }, "OutputPath": "Output/output...

    docs.groupdocs.cloud/annotation/text-underline-...
  6. Join Multiple Documents | Documentation

    This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide storage path for each file. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified for each joined document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It could be omitted for default storage....Documents Leave feedback On this page This REST API allows merging..."FilePath": "/WordProcessing/four-pages.docx", "Password": "password"...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  7. html file to pdf on Document Processing REST AP...

    html file to pdf on Document Processing REST APIs | GroupDocs Cloud Recent content in html file to pdf on Document Processing REST APIs | GroupDocs Cloud Convert HTML to PDF in C# .NET | Web Page t......NET | Web Page to PDF Conversion with REST...

    blog.groupdocs.cloud/id/tag/html-file-to-pdf/in...
  8. Filter mail storage | Documentation

    Lotus Notes allows filtering messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer also allows filtering the rendered messages using the following filters: Filter by subject and content using LotusNotesOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using LotusNotesOptions.AddressFilter; API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....storage Leave feedback On this page Lotus Notes allows filtering...test@test.com\ "}}}" Response { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/filter-mail-storage/
  9. Render hidden columns and rows | Documentation

    Sometimes Excel document may contain hidden columns and rows (as shown in the image below). GroupDocs.Viewer doesn’t render hidden columns and rows by default. However, there may be the case when you want to control the inclusion of hidden content in the rendering results. GroupDocs.Viewer Cloud provides RenderHiddenRows and RenderHiddenColumns options in SpreadsheetOptions class which enables rendering hidden rows and columns as shown in the following code samples. API Usage There are steps that usage of GroupDocs....rows Leave feedback On this page Sometimes Excel document may...RenderHiddenRows\ ":true}}}" Response { "pages" : [ { "number" : 1 , "resources"...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  10. 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.Metadata 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/metadata/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...0/metadata/storage/version/one-page.docx?storageName#MyStorage'...

    docs.groupdocs.cloud/metadata/working-with-stor...