Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 2,829 for

docx to docx

(0.14 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. Working With Folder | Documentation

    GroupDocs.Viewer Cloud Working With Folder...docx" , "isFolder" : false , "modifiedDate"..."path" : "/viewerdocs/four-pages.docx" }, ... ] } List Files with...

    docs.groupdocs.cloud/viewer/working-with-folder/
  3. Working with Storage API | Documentation

    STorage existance API This API intended for checking existence of cloud sTorage with given name from GroupDocs Cloud STorage. API Explorer GroupDocs.Comparison Cloud API Reference lets you To try out STorage existence API right away in your browser! It allows you To effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description sTorageName STorage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/sTorage/MySTorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example Our API is completely independent of your operating system, database system or development language....docx" , Common . MyStorage ); var...( "Comparisondocs\\one-page.docx" , Utils . MYStorage , null...

    docs.groupdocs.cloud/comparison/working-with-st...
  4. 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/
  5. Working With Storage | Documentation

    GroupDocs.Viewer Cloud Working With STorage...docx" , Common . MyStorage ); var...ObjectExistsRequest ( "viewers\\one-page.docx" , Utils . MYStorage , null...

    docs.groupdocs.cloud/viewer/working-with-storage/
  6. 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.EdiTor 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 Request curl -X GET "https://api.groupdocs.cloud/v1.0/ediTor/sTorage/MySTorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....docx" , Common . MyStorage ); var...ObjectExistsRequest ( "Editors\\one-page.docx" , Utils . MYStorage , null...

    docs.groupdocs.cloud/editor/working-with-storage/
  7. Parse by Template Defined as an Object | Docume...

    This REST API allows us To extract document’s fields and tables defined in a template object passed as a method parameter. The following example demonstrates how To extract data from a source document by a user-defined template. Here you can see how To parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example....docx ", " StorageName ": "" } }"...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  8. Working with Search Collection | 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 multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....docx%3fdl%3d1 \ -- header 'authorization:...

    docs.groupdocs.cloud/signature/working-with-sea...
  9. DeleteSettings | Documentation

    DeleteSettings data structure used as input parameters of Delete API method. DeleteSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.Docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098' } ] } UpdateSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the sTorage. Required. FileInfo.STorageName STorage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document To be signed. Options Array of options To perform signatures delete...docx' }, 'Options' : [ { 'SignatureType'...

    docs.groupdocs.cloud/signature/deletesettings/
  10. UpdateSettings | Documentation

    UpdateSettings data structure used as input parameters of Update API method. UpdateSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.Docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098', 'Left': 200, 'Top': 200, 'Width': 300, 'Height': 100, 'IsSignature': true } ] } UpdateSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the sTorage. Required. FileInfo.STorageName STorage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document To be signed....docx' }, 'Options' : [ { 'SignatureType'...

    docs.groupdocs.cloud/signature/updatesettings/