Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 8,143 for

page

(0.07 sec)
  1. Link | Documentation

    Link data structure represents output document information Link example: { "href": "string", "rel": "string", "type": "string", "title": "string" } Name Description Href Contains the link’s URL Rel Contains file path in the cloud storage Type Output type (‘file’) Title File name...(‘file’) Title File name 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/comparison/link/
  2. How to work with API Usage Logs | Documentation

    Using API Usage Log Page Log into Dashboard Access the Billing / API Usage Log Page. You can view the log of your API calls...Using API Usage Log page Log into Access the page. You can view the...log of your API calls Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/total/how-to-work-with-api...
  3. Verifying Signature | Documentation

    Note Note: The features listed on this Page are supported only in GroupDocs.Signature Cloud V1...The features listed on this page are supported only in GroupDocs...with Verify Collection Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/signature/verifying-signat...
  4. Supported File Formats | Documentation

    GroupDocs.Classification Cloud REST API support to classify several documents formats such as: Classification From: Portable Document Format: PDF Documents: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource The following GroupDocs.Classification Cloud REST API resource has been used in the Supported File Formats example. cURL Rest Example Request curl -v "https://api.groupdocs.cloud/v1.0/classification/formats" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Acccess Token] Response { "formats": [ { "fileFormat": "Microsoft Word", "extension": "....Formats Leave feedback On this page GroupDocs.Classification Cloud...Supported File Formats C# Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/classification/supported-f...
  5. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you to reorder the document Pages. The order of the Pages in the source document is never changed, instead, the API applies reordering to the resultant PDF document. The following code snippet shows how to reorder Pages. 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....Reorder pages Reorder pages Leave feedback On this page GroupDocs...reorder the document pages. The order of the pages in the source document...

    docs.groupdocs.cloud/viewer/reorder-pages/
  6. Licensing | Documentation

    Create Account For details on how to create a new account please check Create a new Account. Apply Client Id and Client Secret For details on how to get Client Id and Client Secret please check Create New App and Get Client Id and Client Secret. Free Plan Our free plan allows you to use Cloud APIs as you would normally. It only applies the limitation to the data that can be processed with the APIs....Licensing Leave feedback On this page Create Account For details on...the paid plan as well Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/annotation/licensing/
  7. Edit Documents using REST API in PHP | Edit DOC...

    Programmatically Rearrange PDF Pages using REST API on the cloud in Node.js with Document Merger Cloud SDK for Node.js. Reorder or Swap PDF Pages in Node.js...need to reorder or swap the pages in PDF files. We can transform...moving or swapping specific pages within PDF documents programmatically...

    blog.groupdocs.cloud/merger/rearrange-pdf-pages...
  8. Search QRCode Signature | Documentation

    Note Note: The features listed on this Page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search QRCode signatures in supported document formats. It provides method to search Digital Signature in Document Pages with different options qrCodeTypeName, text, matchType and other search features by using Search Options Object data in request body. Search QRCode Signature You can search QRCode Signature on Document provided by fileName and document folder (if required) using following API....On this page Note Note: The features listed on this page are supported...Digital Signature in Document Pages with different options qrCodeTypeName...

    docs.groupdocs.cloud/signature/search-qrcode-si...
  9. 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. Request # 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..."Text inside bookmark 0\r\n\r\n Page 0 heading\r\nP a g e T e x t...

    docs.groupdocs.cloud/parser/extract-text-from-a...
  10. HtmlOptions | Documentation

    HtmlOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. HtmlOptions example { "ExternalResources": false, "ResourcePath": "string", "IsResponsive": true } HtmlOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions ExternalResources Controls output HTML document resources (styles, images and fonts) linking. By default this option is disabled and all the resources are embedded into HTML document. ResourcePath Path for the HTML resources (styles, images and fonts)....example when resource path is the {page-number} and {resource-name}...templates will be replaced with page number and resource name accordingly...

    docs.groupdocs.cloud/viewer/htmloptions/