Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 1,411 for

doc to docx

(0.14 sec)
  1. Working with Search 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 search multiple signatures in a Document. For example, you can search whether a Document contains Text and Barcode Signatures at same time. To search list of signatures on Document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....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-sea...
  2. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you To To render Documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how To render Document without using cloud sTorage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file To convert Form data, Required pages string Pages range To render, like “1,2” or “3-5,10” Default value : all pages password string Input Document password Required for password-protected Documents....Upgrade an Order Free Support Docs Free Consulting Blog New Releases..."Resources/SampleFiles/sample.docx" ) if err != nil { fmt . Printf...

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

    docs.groupdocs.cloud/comparison/accept-or-rejec...
  4. Update QR-Code 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'signedQRCode_one-page.docx' }, 'Options': [ { 'SignatureType':...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  5. Join Documents of different formats | Documenta...

    This REST API allows merging the Document of different formats inTo one pdf or word processing Document. The table below contains the full list of properties that can be specified for each joined Document. Name Description Comment FilePath The file path in the sTorage Required property STorageName STorage name Could be omitted for default sTorage VersionId File version Id Useful for sTorages that support file versioning Password The password To open file Should be specified only for password-protected Documents Pages Collection of page numbers To use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'WordProcessing/one-page.docx' } } ], 'OutputPath': 'Output/joined...

    docs.groupdocs.cloud/merger/join-document-cross...
  6. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'source_files\\word\\source.docx' }, 'TargetFiles': [ { 'FilePath':...

    docs.groupdocs.cloud/comparison/compare-sensiti...
  7. Convert document async | Documentation

    This example demonstrates how To convert word processing Document inTo pdf Document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input Document inTo cloud sTorage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted Document from sTorage Steps 1 and 4 are sTorage operations, please refer To this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'WordProcessing/four-pages.docx', 'Format': 'pdf', 'OutputPath':...

    docs.groupdocs.cloud/conversion/convert-documen...
  8. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'SampleFiles/sample.docx' } }" Resonse { "pages" : [...

    docs.groupdocs.cloud/viewer/render-document/
  9. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.Annotation-Cloud only The metered license can be used in Docker version of GroupDocs.Annotation-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.Annotation Cloud with Docker Note about credits consumption when using metered license in Docker version STorage calls are not charged Annotation API calls charge is based on Document size: 1 credit per call per 20MB Resource URI HTTP GET ~/annotation/consumption...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'\Resources\WordProcessing\four-pages.docx' ; $request = new Requests\...

    docs.groupdocs.cloud/annotation/metered-consump...
  10. Convert Specific Pages | Documentation

    This example demonstrates how To convert specific pages from word processing Documents inTo pdf Documents. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input Document inTo cloud sTorage Convert Document Download converted Document from sTorage Steps 1 and 3 are sTorage operations, please refer To this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted Document in the response body....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'WordProcessing/four-pages.docx', 'Format': 'pdf', 'ConvertOptions':...

    docs.groupdocs.cloud/conversion/convert-specifi...