Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 1,407 for

docx to doc

(0.32 sec)
  1. PDF Viewer - Protect PDF document | Documentation

    GroupDocs.Viewer Cloud enables you To protect output PDF Document by setting permissions, password for opening and password for changing permissions. Following example demonstrates how To protect output PDF Document. 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': 'PDF', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...
  2. 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...
  3. 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...
  4. Search QRCode 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 QRCode signatures in supported Document formats. It provides method To search Digital Signature in Document Pages with different options qrCodeTypeName, text, matchType and other search features by using Search Options Object data in request body. Search QRCode Signature You can search QRCode 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-qrcode-si...
  5. Verify QR-code signatures | Documentation

    GroupDocs.Signature Cloud provides a method To verify if the signatures with given properties are present in a Document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document inTo cloud sTorage Verify signatures For sTorage operations, like uploading or downloading Documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'signaturedocs/signedQRCode_one-page.docx' }, 'Options': [ { 'AllPages':...

    docs.groupdocs.cloud/signature/verify-qr-code-s...
  6. Verify text signatures | Documentation

    GroupDocs.Signature Cloud provides a method To verify if the signatures with given properties are present in a Document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document inTo cloud sTorage Verify signatures For sTorage operations, like uploading or downloading Documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'signaturedocs/signedText_one-page.docx' }, 'Options': [ { 'AllPages':...

    docs.groupdocs.cloud/signature/verify-text-sign...
  7. Verify Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides a method To verify if the signatures with given properties are present in a Document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input Document inTo cloud sTorage Verify signatures For sTorage operations, like uploading or downloading Documents, please refer To the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'signaturedocs/signedBarcode_one-page.docx' }, 'Options': [ { 'AllPages':...

    docs.groupdocs.cloud/signature/verify-barcode-s...
  8. 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...
  9. 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...
  10. Add annotation with downloading output document...

    AnnotateDirect method allows To add annotations To the Document and returns output 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 and get the result immediately HTTP PUT ~/annotation/add 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/one-page.docx' }, 'Annotations': [ { 'Type':...

    docs.groupdocs.cloud/annotation/add-direct/