Sort Score
Result 10 results
Languages All
Labels All
Results 2,631 - 2,640 of 2,642 for

docx to docx

(0.06 sec)
  1. 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....docx" ); ViewOptions viewOptions...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  2. 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....docx%3fdl%3d1 \ -- header 'authorization:...Response { "fileName" : "document.docx" , "folder" : "Output" , "Code"...

    docs.groupdocs.cloud/signature/search-qrcode-si...
  3. Add annotation with downloading output document...

    AnnotateDirect method allows To add annotations To the document and returns output 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 and get the result immediately HTTP PUT ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....docx' }, 'Annotations': [ { 'Type':...FileInfo { FilePath = "one-page.docx" }; AnnotationInfo [] annotations...

    docs.groupdocs.cloud/annotation/add-direct/
  4. Parse by Template Stored in User Storage | Docu...

    This REST API allows extracting document’s fields and tables defined in a template file saved in user sTorage and specified by template path. The following example demonstrates how To extract data from a source document by a saved template. Here you can see how To parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template STore in User STorage example....docx ", " TemplatePath ": " templates...

    docs.groupdocs.cloud/parser/parse-by-template-s...
  5. DeleteSettings | Documentation

    DeleteSettings data structure used as input parameters of Delete API method. DeleteSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.Docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098' } ] } 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. Options Array of options To perform signatures delete...docx' }, 'Options' : [ { 'SignatureType'...

    docs.groupdocs.cloud/signature/deletesettings/
  6. Parse by Template Defined as an Object | Docume...

    This REST API allows us To extract document’s fields and tables defined in a template object passed as a method parameter. The following example demonstrates how To extract data from a source document by a user-defined template. Here you can see how To parse text fields by regular expressions and a table inside the document. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Parse by Template defined as an object example....docx ", " StorageName ": "" } }"...

    docs.groupdocs.cloud/parser/parse-by-template-d...
  7. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions data structure defines options for applying revisions using “PUT” /comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.Docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.Docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path To the output document...docx' }, 'Revisions' : [ { 'Id' :...'OutputPath' : 'output/result.docx' } Name Description SourceFile...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  8. 使用 Java 和 .NET 管理文档元数据 |元数据云API

    使用 REST API 以及适用于 Java 和 .NET 的开源元数据 SDK,在 Java 和 C# 中添加元数据、编辑、删除和提取来自 50 多种文件格式的元数据。...docx"); options.setFileInfo(fileInfo);...metadata/add\_metadata/documents/input\_docx/input.docx 添加元数据的所有其他不同方法可以在以下任何资源中查看:...

    blog.groupdocs.cloud/zh/metadata/manipulate-met...
  9. UpdateResult | Documentation

    UpdateResult data structure returned by Update API method as output result UpdateResult example { "fileInfo": { "filePath": "signedBarcode_one-page.Docx", "sTorageName": null, "versionId": null, "password": null }, "size": 1360021, "succeeded": [ { "barcodeType": "Code128", "text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "Top": 200, "left": 200, "width": 300, "height": 100 } ], "failed": [] } UpdateResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully modified signatures Failed List of signatures that were not updated...docx" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/updateresult/
  10. DeleteResult | Documentation

    DeleteResult data structure returned by Delete API method as output result DeleteResult example { "fileInfo": { "filePath": "signedBarcode_one-page.Docx", "sTorageName": null, "versionId": null, "password": null }, "size": 1360026, "succeeded": [ { "barcodeType": "Code128", "text": "123456789012", "format": null, "signatureType": "Barcode", "pageNumber": 1, "signatureId": "4cb67aa8-835d-4877-8a5d-5a9ad015a098", "isSignature": true, "createdOn": "2020-07-23T07:26:42.7549544+00:00", "modifiedOn": "2020-07-23T07:36:03.9037414+00:00", "Top": 0, "left": 0, "width": 0, "height": 0 } ], "failed": [] } DeleteResult fields Name Description API Version fileInfo Input file information size The size of the output document Succeeded List of successfully deleted signatures Failed List of signatures that were not deleted...docx" , "storageName" : null , "versionId"...

    docs.groupdocs.cloud/signature/deleteresult/