Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 1,636 for

docx to doc

(0.08 sec)
  1. Extract Annotations | Documentation

    Get method allows To retrieve all added annotations for given Document as list of json objects 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 Extract or Delete annotations HTTP POST ~/annotation/extract 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...\"FilePath\": \"annotationdocs/input.docx\"}" Response [ { "id" : 0 ,...

    docs.groupdocs.cloud/annotation/extract-annotat...
  2. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'words/four-pages.docx'}, 'FirstPageNumber': 2, 'SecondPageNumber':...

    docs.groupdocs.cloud/merger/swap-pages/
  3. Working with Signature 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 sign a Document with multiple signatures. For example, you can add Text and Barcode Signature To a Document at same time. To put list of signatures on Document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current Document format....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...com%2fs%2fumokluz338w4ng7%2fone-page.docx%3fdl%3d1 \ -- header 'authorization:...

    docs.groupdocs.cloud/signature/working-with-sig...
  4. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'source_files\\word\\source.docx' }, 'TargetFiles': [ { 'FilePath':...

    docs.groupdocs.cloud/comparison/customize-chang...
  5. Search Barcode 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 search Barcode signatures in supported Document formats. It provides method To search Barcode Signature in Document Pages with different options barcodeType, Name, text, matchType and other search features by using Search Options Object data in request body. Search Barcode Signature You can search Barcode Signature on Document provided by fileName and Document folder (if required) using following API....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...com%2fs%2fumokluz338w4ng7%2fone-page.docx%3fdl%3d1 \ -- header 'authorization:...

    docs.groupdocs.cloud/signature/search-barcode-s...
  6. 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 Request // First get JSON Web Token // Please get your App Key and App SID from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...\"FileInfo\": { \"FilePath\": \"one-page.docx\" }}" Response { "totalCount"...

    docs.groupdocs.cloud/annotation/get-pages/
  7. 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 Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'SampleFiles/sample.docx' } }" Resonse An empty response...

    docs.groupdocs.cloud/viewer/delete-rendered-doc...
  8. 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 Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...\"FilePath\": \"annotationdocs/input.docx\" }, \"AnnotationIds\": [ 1...

    docs.groupdocs.cloud/annotation/delete-annotati...
  9. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you To reorder the Document pages. The order of the pages in the source Document is never changed, instead, the API applies reordering To the resultant PDF Document. The following code snippet shows how To reorder pages. 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 Steps 1 and 3 are sTorage operations, please refer To this File API Documentation for usage details....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'HTML', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/reorder-pages/
  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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath' : 'signedBarcode_one-page.docx' }, 'Options' : [ { 'SignatureType'...

    docs.groupdocs.cloud/signature/updatesettings/