Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 2,392 for

docx to docx

(0.04 sec)
  1. Working with Image 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 sign a document with Image. It provides methods To create Image Signature in Document Pages with different options of Image name, location, alignment, font, margins and appearances by using signature-options-objects object data in request body. Add Image Signature To Document You can create image Signature on Document provided by fileName and document folder (if required) using following API....docx/image" \ - X POST \ - H "Content-Type:...Response { "fileName" : "one-page.docx" , "folder" : "Output" , "code"...

    docs.groupdocs.cloud/signature/working-with-ima...
  2. 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...
  3. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, PDF portfolios, MS Outlook sTorages. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the sTorage. Required. FileInfo.STorageName STorage name It could be omitted for default sTorage. FileInfo.Password The password To open file It should be specified only for password-protected documents....docx" , "filePath" : "four-pages.docx" , "directory"...: "one-page.docx" , "filePath" : "one-page.docx" , "directory"...

    docs.groupdocs.cloud/parser/get-container-items...
  4. Verify digital 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" ); $fileInfo -> setPassword..."signaturedocs \\ signedDigitalOne_page.docx" opts = VerifyDigitalOptions...

    docs.groupdocs.cloud/signature/verify-digital-s...
  5. GroupDocs.Comparison | Introduction of PHP SDK ...

    This monthly release is allowing users To get Changes in table of content, Image and Html Comparison also compare annotations as result document file path or stream....docx'); foreach ($targetNames as...'folder' => '', 'name' => 'source.docx', 'password' => '' ] ), 'targetFiles'=>...

    blog.groupdocs.cloud/comparison/introduction-of...
  6. Search for multiple signatures | Documentation

    Sometimes you may want To search for electronic signatures of different types simultaneously GroupDocs.Signature Cloud allows searching documents for different signature types in an easy and intuitive way. In common words the idea is To pass collection of desired signature types To Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Search signatures For sTorage operations, like uploading or downloading documents, please refer To the corresponding articles of this manual....docx' }, 'Options': [ { 'AllPages':..."signaturedocs/signedCollectionsOne_page.docx" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/search-for-multi...
  7. 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...
  8. 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/
  9. 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...
  10. Working with Storage API | Documentation

    STorage existence API This API intended for checking existence of cloud sTorage with given name from GroupDocs Cloud STorage. API Explorer GroupDocs.Conversion 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/conversion/sTorage/MySTorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....docx" , Common . MyStorage ); var...est ( "conversions\one-page.docx" , CommonUtils :: $MyStorage...

    docs.groupdocs.cloud/conversion/working-with-st...