Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 2,644 for

docx to docx

(0.08 sec)
  1. Update Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method To update some signature properties by it’s id. The signature ID is needed To perform the update, it comes from the result of sign or search operation. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Update signatures Download output document For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual....docx' }, 'Options': [ { 'SignatureType':..."filePath" : "signedBarcode_one-page.docx" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/update-barcode-s...
  2. Get list of revisions | Documentation

    GroupDocs.Comparison Cloud allows To obtain list of revisions from Word document. The following code sample demonstrates how To get list of all revisions. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents inTo cloud sTorage Call API method Download comparison result document from sTorage (if any) Steps 1 and 3 are sTorage operations, please refer To this File API documentation for usage details. Swagger UI lets you call this REST API directly from the browser....docx' }" Response [ { "id" : 0 ,..."source_files/word/source_with_revs.docx" }; var request = new GetRevisionsRequest...

    docs.groupdocs.cloud/comparison/get-list-of-rev...
  3. Search for digital signatures | Documentation

    GroupDocs.Signature Cloud offers an ability To find Digital signatures that are applied To document and returns its digital signature certificate. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Search 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. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....docx" ); $fileInfo -> setPassword..."signaturedocs \\ signedDigitalOne_page.docx" opts = SearchDigitalOptions...

    docs.groupdocs.cloud/signature/search-for-digit...
  4. Compare documents | Documentation

    Changes detection algorithms used by GroupDocs.Comparison Cloud allows To detect changes in different document parts and blocks: Text blocks - paragraphs, words and characters; Tables; Images; Shapes etc. For better visual separation of detected changes added, modified or deleted document parts are highlighted with different colors: Added – blue Modified – green Style – green Deleted – red Changes styling coloring scheme can be cusTomized if needed, changed text blocks can be marked with different formatting - italic, bold, underlined, strikethrough etc....docx' }, 'TargetFiles': [ { 'FilePath':...'target_files/word/target.docx' } ], 'OutputPath': 'output/result.docx' }" Response...

    docs.groupdocs.cloud/comparison/compare-documents/
  5. Join Images | Documentation

    There is an additional option for Image joining. Name Description Comment JoinItem.ImageJoinMode Possible modes for the image joining Values: Horizontal, Vertical Resource URI HTTP POST ~/join 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.groupdocs.cloud/applications. Kindly place Client Id in "client_id" and Client Secret in "client_secret" argument. curl -v "https://api....docx" ; let result = await documentApi...

    docs.groupdocs.cloud/merger/join-images/
  6. Extract Metadata By Property Name | Documentation

    This REST API allows To extract metadata properties from the document choosing the properties To extract by name. cURL example The following example demonstrates how To extract metadata information from all properties that have “Date” string in names. 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....docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  7. Customize changes styles | Documentation

    GroupDocs.Comparison Cloud provides compare options set with some default values that provides both - appropriate comparison speed and quality. Example below demonstrates how To change different changes types styling. 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/customize-chang...
  8. Get Metadata Tags Information | Documentation

    This REST API allows To obtain tags and properties information from document metadata. Endpoint accepts document sTorage path as input payload. Operation traverses whole metadata tree packages and retrieve properties within the package. 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 Could be omitted for default sTorage. Resource URI HTTP POST ~/metadata/tags Swagger UI lets you call this REST API directly from the browser....docx' }" Response { "rootPackage"...

    docs.groupdocs.cloud/metadata/get-metadata-tags...
  9. Verify digital 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" ); $fileInfo -> setPassword..."signaturedocs \\ signedDigitalOne_page.docx" opts = VerifyDigitalOptions...

    docs.groupdocs.cloud/signature/verify-digital-s...
  10. 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.Metadata 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/metadata/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?storageName#MyStorage" \ -H...: true , "name" : "one-page.docx" , "isFolder" : false , "modifiedDate"...

    docs.groupdocs.cloud/metadata/working-with-stor...