Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 2,392 for

docx to docx

(0.05 sec)
  1. Image Viewer - Adjust quality for JPG | Documen...

    When rendering documents and files To JPG with GroupDocs.Viewer Cloud you can adjust quality of the output images by setting Quality property of ImageOptions class. The supported values range of Quality is from 1 To 100. Default value is 90. This example demonstrates how To adjust quality of the output JPG image. 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....docx' }, 'ViewFormat': 'JPG', 'RenderOptions':...null , "path" : "viewer/sample_docx/sample_page_1.jpg" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  2. Extract Metadata By Tag | Documentation

    This REST API allows To extract metadata properties from the document choosing the properties by exact tag and category name. cURL example The following example demonstrates how To extract metadata information from all properties with Created tag. 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-...
  3. 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....docx', 'Format': 'pdf', 'ConvertOptions':...= "WordProcessing/four-pages.docx" , Format = "pdf" , ConvertOptions...

    docs.groupdocs.cloud/conversion/convert-specifi...
  4. Add Watermark | Documentation

    This example demonstrates how To convert word processing document inTo pdf document with adding watermark. 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....docx', 'Format': 'pdf', 'WatermarkOptions':...= "WordProcessing/four-pages.docx" , Format = "pdf" , ConvertOptions...

    docs.groupdocs.cloud/conversion/add-watermark/
  5. Extract Metadata By Property Name Match Regex |...

    This REST API allows To extract metadata properties from the document choosing the properties which names are matching the specified regular expression. cURL example The following example demonstrates how To extract metadata information from all properties with the “dc” string in the beginning of the 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....docx ", " StorageName ": "" }, "...

    docs.groupdocs.cloud/metadata/extract-metadata-...
  6. 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....docx' }, 'ViewFormat': 'PDF', 'RenderOptions':...: { "path" : "viewer/sample_docx/sample.pdf" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/pdf-viewer-protect-...
  7. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the pages extraction mode option. You need To specify the FormattedTexToptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract formatted text example. cURL example The following example demonstrates how To extract formatted text. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx ", " StorageName ": "" } }"...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  8. Verify Digital 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 verify a signed document. It provides methods To verify Digital Signature in Documents Pages with different options for page number, text and search criteria by using VerificationOptions Objects data in request body. Verify Digital Signature in a Document You can verify Digital Signature in a Document using this API....docx" \ - X POST \ - H "Content-Type:...com/s/bzx1xm68zd0c910/PieChart.docx" , "folder" : "" , "code" :...

    docs.groupdocs.cloud/signature/verify-digital-s...
  9. 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....docx' }, 'Options': [ { 'AllPages':..."signaturedocs/signedBarcode_one-page.docx" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/verify-barcode-s...
  10. 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....docx' }, 'Options': [ { 'AllPages':..."signaturedocs/signedText_one-page.docx" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/verify-text-sign...