Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 3,088 for

docx to docx

(0.07 sec)
  1. Working with 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 add Digital Signature To a document. It provides methods To create Digital Signature in Document Pages with different options of Certificate type, location, alignment, font, margins and appearances by using Signature Options Object data in request body. Add Digital Signature To Document You can create Digital Signature on Document provided by fileName and document folder (if required) using following API....docx%3fdl%3d1" \ -X POST \ -H "Content-Type:...com%2fs%2fumokluz338w4ng7%2fone-page.docx%3fdl%3d1" ` -X POST ` -H "Content-Type:...

    docs.groupdocs.cloud/signature/working-with-dig...
  2. 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" }, "Options": [ { "AllPages":...

    docs.groupdocs.cloud/signature/verify-text-sign...
  3. invoice-template.docx

    Attention: <<[CusTomer.Name]>>INVOICE # <<[Invoice.Number]>> <<[CusTomer.Company]>> <<[CusTomer.City]>>, <<[CusTomer.Address]>> <<[CusTomer.State]>>, <<[CusTomer.ZipCode]>> <<[CusTomer.Email]>> Dat......Attention: <<[Customer.Name]>>INVOICE # <<[Invoice.Number]>> <<[Customer.Company]>> <<[Customer.City]>>, <<[Customer.Address]>> <<[Customer.State]>>, <<[Customer.ZipCode]>> <<[Customer.Email]>> Dat...

    blog.groupdocs.cloud/th/assembly/create-invoice...
  4. invoice-template.docx

    Attention: <<[CusTomer.Name]>>INVOICE # <<[Invoice.Number]>> <<[CusTomer.Company]>> <<[CusTomer.City]>>, <<[CusTomer.Address]>> <<[CusTomer.State]>>, <<[CusTomer.ZipCode]>> <<[CusTomer.Email]>> Dat......Attention: <<[Customer.Name]>>INVOICE # <<[Invoice.Number]>> <<[Customer.Company]>> <<[Customer.City]>>, <<[Customer.Address]>> <<[Customer.State]>>, <<[Customer.ZipCode]>> <<[Customer.Email]>> Dat...

    blog.groupdocs.cloud/pl/assembly/create-invoice...
  5. Working With Folder | Documentation

    GroupDocs.Classification Cloud Working With Folder...docx" , "isFolder" : false , "modifiedDate"..."/classificationdocs/four-pages.docx" }, ... ] } List Files with...

    docs.groupdocs.cloud/classification/working-wit...
  6. 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":..."FilePath": "WordProcessing/four-pages.docx", "Format": "pdf", "WatermarkOptions":...

    docs.groupdocs.cloud/conversion/add-watermark/
  7. Add Metadata By Tag | Documentation

    This REST API allows To add metadata properties To the document choosing the right place To add by exact tag and category name. cURL example The following example demonstrates how To add metadata date and time information in all properties that have specified tag. Linux/MacOS/Bash # Get JWT Token curl -v 'https://api.groupdocs.cloud/connect/Token' \ -X POST \ -d "grant_type=client_credentials&client_id=$CLIENT_ID&client_secret=$CLIENT_SECRET" \ -H 'Content-Type: application/x-www-form-urlencoded' \ -H 'Accept: application/json' # Join several documents inTo one curl -v 'https://api....docx", "StorageName": "" }, "Properties":...''FilePath'': ''documents\\input.docx'', ''StorageName'': '''' },...

    docs.groupdocs.cloud/metadata/add-metadata-by-tag/
  8. Add Metadata By Possible Tag Name | Documentation

    This REST API allows To add metadata properties To the document choosing the right place To add by approximate or a part of metadata tag name. This API allows you To specify any part of metadata tag name or tag category name. cURL example The following example demonstrates how To add metadata date and time information in all properties that have particular string phrase in theirs tag names. Linux/MacOS/Bash # Get JSON Web Token curl -v "https://api....docx", "StorageName": "" }, "Properties":...'FilePath': 'documents\\input.docx', 'StorageName': '' }, 'Properties':...

    docs.groupdocs.cloud/metadata/add-metadata-by-p...
  9. 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...docx' ; $request = new Requests\...

    docs.groupdocs.cloud/annotation/metered-consump...
  10. Create Document Preview | Documentation

    GroupDocs.Signature Cloud allows To create document preview images, one per page. Image size and format can be set as options. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document inTo cloud sTorage Create preview images Download images 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" ); PreviewSettings previewSettings...setFilePath ( "signaturedocs\one-page.docx" ); $settings = new GroupDo...

    docs.groupdocs.cloud/signature/create-document-...