Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 8,319 for

page

(0.49 sec)
  1. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. 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; Document Page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Information Leave feedback On this page This REST API allows obtaining...Document file format; Document page count. The table below contains...

    docs.groupdocs.cloud/parser/get-document-inform...
  2. Set Metadata By Property Value | Documentation

    This REST API allows to set document metadata new values choosing properties which values are matching the specified. cURL example The following example demonstrates how to set metadata information to all properties with the “Microsoft Office Word” value. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Kindly place Client Id in client_id and Client Secret in "client_secret" argument. curl -v "https://api....Value Leave feedback On this page This REST API allows to set...your project. C# Java Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/metadata/set-metadata-by-p...
  3. What data need to be given in the field "Accoun...

    I want to know what type of data need to be given while adding a storage account. image.png (49.9 KB)...Dashboard Access the Storages page Click on the ‘Create New Storage’...Dashboard Access the Storages page Click on the ‘Create New Storage’...

    forum.groupdocs.cloud/t/what-data-need-to-be-gi...
  4. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual Pages when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate Pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate Page on 90-degree clockwise; On180Degree - instructs to rotate Page on 180-degree clockwise; On270Degree - instructs to rotate Page on 270-degree clockwise; The following code snippet shows how to rotate output Pages when viewing a document as PDF...Flip/rotate pages Flip/rotate pages Leave feedback On this page The GroupDocs...enables you to rotate individual pages when viewing documents in HTML/PDF/JPG/PNG...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  5. Developer Guide | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Watermark Operations 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/watermark/developer-guide/
  6. Developer Guide | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Storage Operations 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/metadata/developer-guide/
  7. Developer Guide | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Storage Operations 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/parser/developer-guide/
  8. Getting Started | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Technical Support Licensing 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/classification/getting-sta...
  9. Storage Operations | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Working With Storage 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/metadata/storage-operations/
  10. ChangeInfo | Documentation

    ChangeInfo data structure returned by /comparison/changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "PageInfo": { "width": 0, "height": 0, "PageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or reject)....multi comparison) PageInfo of page on which change is found Box...from target document Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/comparison/changeinfo/