Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 2,761 for

docx to docx

(0.06 sec)
  1. Verify multiple signatures | Documentation

    GroupDocs.Signature Cloud provides a method To verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Verify signatures For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....docx' }, 'Options': [ { 'AllPages':...: "signedCollection_one-page.docx" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/verify-multiple-...
  2. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Comparison-Cloud only The metered license can be used in Docker version of GroupDocs.Comparison-Cloud. Here is an example how To retrieve metered license consumption. You can find more information about Docker version at How To self-host GroupDocs.Comparison Cloud with Docker Resource URI HTTP GET ~/comparison/consumption cURL example Request * cURL example To get metered license consumption curl -v "http:///v2.0/comparison/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer Token>" Response { "credit": 487848, "quantity": 6061570985....docx' ; $request = new Requests\...

    docs.groupdocs.cloud/comparison/metered-consump...
  3. Verify Text 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 verify a signed document. It provides methods To verify Text Signature in Documents Pages with different options for page number, text and search criteria by using Verification Options Objects data in request body. Verify Text Signature in a Document You can verify Text Signature in a Document using this API....docx" \ - X POST \ - H "Content-Type:...com/s/bzx1xm68zd0c910/PieChart.docx" , "folder" : "" , "code" :...

    docs.groupdocs.cloud/signature/verify-text-sign...
  4. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features To render only the selected page numbers. You can specify a list of the document pages To be rendered. Follow the below steps To achieve this functionality. The following code sample shows how To render first and third pages of a document. 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....docx' }, 'ViewFormat': 'HTML', 'RenderOptions':...null , "path" : "viewer/sample_docx/sample_page_2.html" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/render-selected-pages/
  5. Set document metadata | Documentation

    GroupDocs.Comparison Cloud provides an ability To select metadata source when saving resultant file. Files have metadata information – author, organization, etc. Possible metadata sources are: Source file metadata; Target file metadata; User-defined metadata. The following code demonstrates how To set resultant file metadata. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents inTo cloud sTorage Compare documents or get document info Download comparison result document from sTorage Steps 1 and 3 are sTorage operations, please refer To this File API documentation for usage details....docx' }, 'TargetFiles': [ { 'FilePath':...\target.docx' } ], 'OutputPath': 'output/result.docx', 'Settings':...

    docs.groupdocs.cloud/comparison/set-document-me...
  6. Quick Start | Documentation

    GroupDocs.Viewer Cloud Quick Start...docx" ) if err != nil { fmt . Printf...

    docs.groupdocs.cloud/viewer/quick-start/
  7. Join word documents without starting from a new...

    There is an additional option for Word document joining that allows To merge those documents without page breaking between them, i.e. the last page of the initial document will be merged with the first page of the next document as one page. Name Description Comment JoinItem.WordJoinMode Allows To join word documents without empty space between documents Values: Default, Continous Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....docx', 'Password': 'password' } }...'FilePath': '/WordProcessing/one-page.docx' }, 'WordJoinMode': 'Continuous'...

    docs.groupdocs.cloud/merger/join-word-continous/
  8. 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...docx' }, 'ViewFormat': 'PDF', 'RenderOptions':...: { "path" : "viewer/sample_docx/sample.pdf" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  9. Add annotation with downloading output document...

    AnnotateDirect method allows To add annotations To the document and returns output document. 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 Add annotation and get the result immediately HTTP PUT ~/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....docx' }, 'Annotations': [ { 'Type':...FileInfo { FilePath = "one-page.docx" }; AnnotationInfo [] annotations...

    docs.groupdocs.cloud/annotation/add-direct/
  10. Get Document Pages | Documentation

    GetPages method allows To create an image representation of each page of the document. 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 Add annotation Call Preview method Download result pages from cloud sTorage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your App Key and App SID from https://dashboard....docx\" }}" Response { "totalCount"...0/annotation/storage/file/one-page_docx/page_0.png" , "rel" : "self"...

    docs.groupdocs.cloud/annotation/get-pages/