Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 3,332 for

doc to doc

(0.13 sec)
  1. Working with Search 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 search multiple signatures in a Document. For example, you can search whether a Document contains Text and Barcode Signatures at same time. To search list of signatures on Document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/signature/working-with-sea...
  2. GroupDocs · GitHub

    Source code for examples, plugins and showcases. GroupDocs has 45 reposiTories available. Follow their code on GitHub....0 1 1 0 Updated Dec 11, 2024 docs.groupdocs.com Public GroupDocs...GroupDocs documentation groupdocs/docs.groupdocs.com’s past year of...

    github.com/groupdocs/
  3. Evaluation tier | Documentation

    Evaluate GroupDocs.Translation Cloud service without registration....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/translation/evaluation/
  4. Get Images of Result Document - Changes | Docum...

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare Documents and can get the result Document path by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used To get images of result Document (changes). cURL example Request curl -v "https://api.groupDocs.cloud/v1.0/comparison/compareDocuments/images?outFolder#comparisons%2FoutputImages&appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X POST -d "{'sourceFile':{'folder':'comparisons','name':'source.Docx','password':''},'targetFiles':[{'folder':'comparisons','name':'target.Docx','password':''}],'settings ':{'generateSummaryPage':true,'showDeletedContent':true,'styleChangeDetection':true,'insertedItemsStyle':{'color':'Blue','beginSeparaTorString':'','endSeparaTorString':'','bold':false,'italic':false,'strikeThrough':false},'deletedItemsStyle':{'color':'Red','beginSeparaTorString':'','endSeparaTorString':'','bold':false,'italic':false,'strikeThrough':false},'styleChangedItemsStyle':{'color':'Green','beginSeparaTorString':'','endSeparaTorString':'','bold':false,'italic':false,'strikeThrough':false},'wordsSeparaTorChars':[],'detailLevel':'Low','useFramesForDelInsElements':false,'calculateComponentCoordinates':false,'markDeletedInsertedContentDeep':false},'changes':[{'id':0,'action':'Reject'},{'id':1,'action':'Reject'}]}" Response [ { "href": "https://api....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/comparison/get-images-of-r...
  5. FileInfo | Documentation

    FileInfo data structure describes input file FileInfo example { "FilePath": "string", "STorageName": "string", "VersionId": "string", "Password": "string" } FileInfo fields Name Description FilePath File path in sTorage STorageName STorage name. Default sTorage used if not specified VersionId Version ID. Not required. Password Password To open password-protected file...Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/fileinfo/
  6. Rendering PDF Documents | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/rendering-pdf-docum...
  7. SignSettings | Documentation

    SignSettings data structure used as input parameters for Sign API method SignSettings example { "FileInfo": { "FilePath": "files01.Docx", }, "SaveOptions": { "OverwriteExisting": "true", "OutputFilePath": "file02.Docx" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "John Smith", "BarcodeType": "Code128", "Left": 2, "Top": 2 }, { "SignatureType": "Image", "Page": 1, "ImageFilePath": "image1.jpg", "Left": 200, "Top": 200 } ] } SignSettings fields Name Description API Version FileInfo.FilePath The path of the Document, located in the sTorage....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/signature/signsettings/
  8. Skip rendering of empty rows | Documentation

    Sometimes Excel Document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) rows. In case, if the number of empty rows is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty rows GroupDocs.Viewer Cloud provides RenderEmptyRows property of SpreadsheeToptions class, which allow omitting To render empty rows as shown in the sample below....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  9. Link Annotation | Documentation

    Link annotation adds a hyper link To 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 (using File API) Add annotation(s) Download Document with annotations (using File API) HTTP POST ~/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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/link-annotation/
  10. Area Annotation | Documentation

    Area annotation allows To mark up an area within the Document page with a rectangle. 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 (using File API) Add annotation(s) Download Document with annotations (using File API) HTTP POST ~/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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...

    docs.groupdocs.cloud/annotation/area-annotation/