Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 8,193 for

page

(0.03 sec)
  1. Evaluate GroupDocs.Signature | Documentation

    Note You can easily create a trial account on GroupDocs.Signature Cloud for evaluation. Please visit our Trial for GroupDocs.Cloud document Page You get access to all the features of GroupDocs.Signature Cloud using free trial plan with monthly data processing limit. There are no limitations and no evaluation messages on documents This plan is intended to give you a good idea of the service’s capabilities and let you do some early development....for a new account and 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/signature/evaluate-groupdo...
  2. Evaluate GroupDocs.Viewer | Documentation

    How to create trial account for GroupDocs.Viewer Cloud...granted when you and 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/viewer/evaluate-groupdocs-...
  3. Licensing | Documentation

    GroupDocs.Viewer Cloud Licensing...the paid plan as well 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/viewer/licensing/
  4. InfoResult | Documentation

    InfoResult data structure returned by Document Info API as output result InfoResult example { "FormatExtension": "string", "Format": "string", "Pages": [ { "Number": 0, "Width": 0, "Height": 0, "Visible": true, "Lines": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Words": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Characters": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string" } ] } ] } ] } ], "Attachments": [ { "Name": "string" } ], "ArchiveViewInfo": { "Folders": [ "string" ] }, "CadViewInfo": { "Layers": [ { "Name": "string", "Visible": true } ], "Layouts": [ { "Name": "string", "Width": 0, "Height": 0 } ] }, "ProjectManagementViewInfo": { "StartDate": "2020-04-02T05:56:17...."string" , "Format" : "string" , "Pages" : [ { "Number" : 0 , "Width"...Format File format Pages List of document pages Attachments List...

    docs.groupdocs.cloud/viewer/inforesult/
  5. Swap Pages | Documentation

    This REST API allows swapping two Pages of positions within the source document. The result is a new document where two Pages have their positions exchanged. For swapping Pages positions it’s needed to specify Page numbers along with a path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while swapping document Pages....Developer Guide / Pages Operations / Swap Pages Swap Pages Leave feedback...On this page This REST API allows swapping two pages of positions...

    docs.groupdocs.cloud/merger/swap-pages/
  6. Convert Docx to HTML - Free Support Forum - gro...

    Company Note - Wal-Mart Stores Inc 9.docx (340.3 KB) Hi, I was exploring the APIs to convert word documents in HTML. however, when i try to convert the attached document using your sample Page, the Page gets stuck in d…...document using your sample page, the page gets stuck in downloading...

    forum.groupdocs.cloud/t/convert-docx-to-html/4491
  7. 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. Pages count Password protection Resources HTTP POST ~/info 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....Information Leave feedback On this page This REST API allows us to obtain...about the document and it’s pages properties. The endpoint accepts...

    docs.groupdocs.cloud/editor/get-document-inform...
  8. Extract Text | Documentation

    This REST API provides the functionality to extract text from the document. There are several ways to extract text from a document: Extract only text; Extract formatted text by setting Pages extraction mode option; Extract text from specific Pages by setting the Pages range. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified when extracting text from a document....Extract formatted text by setting pages extraction mode option; Extract...text from specific pages by setting the pages range. For protected...

    docs.groupdocs.cloud/parser/extract-text/
  9. Get Supported File Formats | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including PDF, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/signature/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Formats Leave feedback On this page GroupDocs.Signature Cloud is...Ruby Node.js Python Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/signature/get-supported-fi...
  10. Batch of texts classification | Documentation

    Batch classification allows to classify a group of texts (up to 10) in one request. This API retrieves batch classification result for IAB-2, Documents, Sentiment, or Sentiment3 taxonomies. It returns an object that contains information about the best classes for all the texts in the request and their probabilities. See classify/batch request parameters for request’s details. Limitations Only the first 10 texts will be processed. Resource This resource represents a controller for single call batch of texts classification....classification Leave feedback On this page Batch classification allows...Classify Batch of Texts C# Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/classification/batch-class...