Sort Score
Result 10 results
Languages All
Labels All
Results 2,741 - 2,750 of 2,776 for

docx to docx

(0.05 sec)
  1. 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/
  2. 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-...
  3. Accept or Reject document changes | Documentation

    GroupDocs.Comparison Cloud provides an ability To apply or discard specific changes between source and target files and save result with (or without) selected changes. Changes - List of changes that must be applied (or not) To the resulting document; The following code sample shows how To accept/reject changes. 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', 'Changes':...

    docs.groupdocs.cloud/comparison/accept-or-rejec...
  4. 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...
  5. Compare sensitivity | Documentation

    GroupDocs.Comparison Cloud allows To adjust comparison sensitivity To achieve the necessary balance between file comparison speed and accuracy. Possible comparison sensitivity values range is from 0 To 100. Minimal value - the minimal value is 0. Setting sensitivity To a minimal value provides the fastest comparison speed, but it may produce worst comparison quality. If there is at least one common letter in two compared words then these words will not be treated as fully inserted and deleted Value by default - the default value is 75....docx' }, 'TargetFiles': [ { 'FilePath':...\target.docx' } ], 'OutputPath': 'output/result.docx', 'Settings':...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  6. Extract Text From The Whole Document | Document...

    This REST API allows extracting text from the whole document by default. You need To specify only the file information parameters. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the extract text from the whole document example. cURL example The following example demonstrates how To extract text from the whole document. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx ", } }" Response { "text" :...

    docs.groupdocs.cloud/parser/extract-text-from-t...
  7. 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/
  8. Extract Metadata By Tag | Documentation

    This REST API allows To extract metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how To extract metadata information from all properties with Created tag. 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-...
  9. Render document | Documentation

    GroupDocs.Viewer Cloud API enables you To To render various types of documents inTo HTML, Image, or Pdf. Following example demonstrates on how To render document with default options. 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 Optional: Delete rendered document from sTorage Steps 1 and 3 are sTorage operations, please refer To this File API documentation for usage details....docx' } }" Resonse { "pages" : [...null , "path" : "viewer/sample_docx/sample_page_1.html" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/render-document/
  10. 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/