Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 2,392 for

docx to docx

(0.03 sec)
  1. Remove Metadata By Tag | Documentation

    This REST API allows To remove metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how To remove all metadata properties with the “Created” tag name. 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 ": "" }, "...adata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  2. Working With Folder | Documentation

    Get the File Listing of a Specific Folder This API allows you To get a list of all files of a specific folder from the specified Cloud STorage. If you do not pass sTorage name API will find the folder in GroupDocs Cloud STorage. API Explorer GroupDocs.Metadata Cloud API Reference lets you try out List Files in a Folder API right away in your browser. It allows you To effortlessly interact and try out every single operation that our APIs expose....docx" , "isFolder" : false , "modifiedDate"..."/metadatadocs/four-pages.docx" }, { "name" : "one-page.docx" , "isFolder"...

    docs.groupdocs.cloud/metadata/working-with-folder/
  3. Remove Metadata By Property Name Match Regex | ...

    This REST API allows To remove metadata properties from the document choosing the properties with names matching the specified regular expression. cURL example The following example demonstrates how To remove metadata properties that match regular expression “^[N]ame[A-Z].*”. 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 ": "" }, "...adata/documents/input_docx/input.docx" , "url" : "https://api...

    docs.groupdocs.cloud/metadata/remove-metadata-b...
  4. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Viewer-Cloud only The metered license can be used in Docker version of GroupDocs.Viewer-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.Viewer Cloud with Docker Resource URI HTTP GET ~/viewer/consumption cURL example Request # cURL example To get metered license consumption curl -v "http:///v2.0/viewer/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer Token>" Response { "credit": 487848, "quantity": 6061570985....docx' ; $request = new Requests\...

    docs.groupdocs.cloud/viewer/metered-consumption/
  5. 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/
  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. Working With Folder | Documentation

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

    docs.groupdocs.cloud/classification/working-wit...
  8. 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...
  9. 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...
  10. Internal error: Exception of type 'System.OutOf...

    I’m using groupdocs conversion cloud deployed on my server but when I try To convert 50mb xls file its giving error Internal error: Exception of type ‘System.OuTofMemoryException’ was thrown I’m using the following API…...docx", FileMode.Open); This is done...

    forum.groupdocs.cloud/t/internal-error-exceptio...