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

doc to docx

(0.08 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'SampleFiles/sample.docx' }, 'ViewFormat': 'JPG', 'RenderOptions':...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  2. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'FilePath': 'WordProcessing/four-pages.docx', 'Format': 'pdf', 'WatermarkOptions':...

    docs.groupdocs.cloud/conversion/add-watermark/
  3. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...com%2Fs%2Fbzx1xm68zd0c910%2FPieChart.docx" \ - X POST \ - H "Content-Type:...

    docs.groupdocs.cloud/signature/verify-digital-s...
  4. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you To set default font name which may be useful in following cases: You want To generally specify the default font To fall back on if a particular font in a Document cannot be found during rendering; The Document uses a font that contains non-English characters and the you want To make sure that any missing font is replaced with one which has the same character set available....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...setFilePath ( "SampleFiles/sample.docx" ); ViewOptions viewOptions...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  5. Working with Storage API | Documentation

    STorage existance API This API intended for checking existence of cloud sTorage with given name from GroupDocs Cloud STorage. API Explorer GroupDocs.Comparison Cloud API Reference lets you To try out STorage existence API right away in your browser! It allows you To effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description sTorageName STorage name cURL example Request curl -X GET "https://api.groupDocs.cloud/v2.0/comparison/sTorage/MySTorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK example Our API is completely independent of your operating system, database system or development language....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...ObjectExistsRequest ( "Comparisondocs/one-page.docx" , Common . MyStorage ); var...

    docs.groupdocs.cloud/comparison/working-with-st...
  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....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-...
  7. 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...
  8. 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...
  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....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...
  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/