Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 3,088 for

docx to docx

(0.13 sec)
  1. Delete Annotations | Documentation

    Delete method allows To remove all added annotations. 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 Download document with annotations Delete annotations HTTP POST ~/annotation/remove Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx" }, "AnnotationIds": [ 1, 2..."OutputPath": "Output/output.docx"}' Windows PowerShell # First...

    docs.groupdocs.cloud/annotation/delete-annotati...
  2. 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.Merger 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 Linux/MacOS/Bash curl -X GET 'https://api.groupdocs.cloud/v1.0/merger/sTorage/MySTorage/exist' \ -H 'accept: application/json' \ -H "authorization: Bearer $JWT_ToKEN" Windows PowerShell curl....docx" , Common . MyStorage ); var...ObjectExistsRequest ( "Mergers\\one-page.docx" , Utils . MYStorage , null...

    docs.groupdocs.cloud/merger/working-with-storage/
  3. Add Metadata By Property Name Match Exact Phras...

    This REST API allows you To add metadata information as properties with specified name. cURL example The following example demonstrates how To add metadata date and time information in all properties with the same name as specified. Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. curl -v "https://api.groupdocs.cloud/connect/Token" \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H "Content-Type: application/x-www-form-urlencoded" \ -H "Accept: application/json" # cURL example To add metadata To a document curl -v "https://api....docx", "StorageName": "" }, "Properties":...'FilePath': 'documents\\input.docx', 'StorageName': '' }, 'Properties':...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  4. 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 Linux/MacOS/Bash # First get JSON Web Token # Please get your App Key and App SID from https://dashboard....docx" } }' Windows PowerShell # First...'FileInfo': { 'FilePath': 'one-page.docx' } }" Windows CMD : : First...

    docs.groupdocs.cloud/annotation/get-pages/
  5. Swap Pages | Documentation

    This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed To specify page numbers along with a path To document in sTorage. For protected documents, it is also required To provide a password. The table below contains the full list of properties that can be specified while swapping document pages....docx"}, "FirstPageNumber": 2, "SecondPageNumber":..."OutputPath": "output/swap-pages.docx" }' Windows PowerShell # First...

    docs.groupdocs.cloud/merger/swap-pages/
  6. Delete rendered document | Documentation

    After rendering various types of documents inTo HTML, Image, or Pdf, you may clean (delete) rendered pages from cloud sTorage using special method. Note: This method deletes only output files, the input file remains in the sTorage. Following example demonstrates on how To delete rendered document results. API Usage Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx" } }' Windows PowerShell # First...'FilePath': 'SampleFiles/sample.docx' } }" Windows CMD : : First...

    docs.groupdocs.cloud/viewer/delete-rendered-doc...
  7. Working with Image 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 sign a document with Image. It provides methods To create Image Signature in Document Pages with different options of Image name, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Image Signature To Document You can create image Signature on Document provided by fileName and document folder (if required) using following API....docx/image" \ -X POST \ -H "Content-Type:...cloud/v1/signature/one-page.docx/image" ` -X POST ` -H "Content-Type:...

    docs.groupdocs.cloud/signature/working-with-ima...
  8. Remove Pages | Documentation

    This REST API provides an ability To remove a single page or a collection of specific page numbers from the source document. There are several ways To specify page numbers To be removed from a document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability To get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required To provide a password....docx"}, "Pages": [2, 4], "OutputPath":..."OutputPath": "output/remove-pages.docx" }' Windows PowerShell # First...

    docs.groupdocs.cloud/merger/remove-pages/
  9. Area Annotation | Documentation

    Area annotation allows To mark up an area within the document page with a rectangle. 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 (using File API) Add annotation(s) Download document with annotations (using File API) HTTP POST ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token curl -v "https://api....docx" }, "OutputPath": "Output/output.docx", "Annotations":...'annotationdocs/one-page.docx' }, 'OutputPath': 'Output/output.docx', 'Annotations':...

    docs.groupdocs.cloud/annotation/area-annotation/
  10. 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 Linux/MacOS/Bash # cURL example To get metered license consumption curl -v "https://api.groupdocs.cloud/v2.0/comparison/consumption" \ -X GET \ -H "Accept: application/json" \ -H "Authorization: Bearer $JWT_ToKEN" Windows PowerShell # cURL example To get metered license consumption curl....docx' ; $request = new Requests\...

    docs.groupdocs.cloud/comparison/metered-consump...