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

docx to doc

(0.09 sec)
  1. 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/
  2. 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...
  3. Getting metered license consumption | Documenta...

    Note This example related To Docker version of GroupDocs.EdiTor-Cloud only The metered license can be used in Docker version of GroupDocs.EdiTor-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.EdiTor Cloud with Docker Note about credits consumption when using metered license in Docker version STorage calls are not charged EdiTor API calls charge is based on Document size: 1 credit per call per 20MB Not about /join method: if page options, like page number, are set for first of joined Documents, there may be extra credit consumed, because of internal implementation....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'\Resources\WordProcessing\four-pages.docx' ; $request = new Requests\...

    docs.groupdocs.cloud/editor/metered-consumption/
  4. Working with Verify 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 verify multiple signatures in a Document. For example, you can verify whether a Document contains Text and Barcode Signatures at same time. To verify list of signatures on Document (Cells, Images, PDF, Slides or Words) Signature API provides an object VerifyOptionsCollectionData that can contain one or more verify 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-ver...
  5. 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/
  6. Search Barcode 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 Barcode signatures in supported Document formats. It provides method To search Barcode Signature in Document Pages with different options barcodeType, Name, text, matchType and other search features by using Search Options Object data in request body. Search Barcode Signature You can search Barcode 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-barcode-s...
  7. Customize changes styles | Documentation

    GroupDocs.Comparison Cloud provides compare options set with some default values that provides both - appropriate comparison speed and quality. Example below demonstrates how To change different changes types styling. 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/customize-chang...
  8. Parse by Template of a Document Inside a Contai...

    This REST API allows extracting fields and tables from a Document placed in a container like ZIP archive, emails, PDF portfolios, etc. by specifying the ContainerItemInfo parameter. The following example demonstrates how To extract data from a container item. Here you can see how To parse text fields by regular expressions and a table inside the container item Document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template of a Document inside a container example....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...RelativePath ": " companies.docx " } }" Response { "count" :...

    docs.groupdocs.cloud/parser/parse-by-template-o...
  9. 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-...
  10. Get Document Pages | Documentation

    GetPages method allows To create an image representation of each page of the 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 Call Preview method Download result pages from cloud sTorage HTTP POST ~/annotation/preview/create Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your App Key and App SID from https://dashboard....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...\"FileInfo\": { \"FilePath\": \"one-page.docx\" }}" Response { "totalCount"...

    docs.groupdocs.cloud/annotation/get-pages/