Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 2,008 for

groupdocs.assembly cloud

(1.82 sec)
  1. UpdatesOptions | Documentation

    UpdatesOptions data structure defines comparison options UpdatesOptions example: { "SourceFile": { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" }, "TargetFiles": [ { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } ], "Settings": { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 }, "OutputPath": "string", "Changes": [ { "Id": 0, "Text": "string", "TargetText": "string", "Authors": [ "string" ], "StyleChangeInfo": [ { "ChangedProperty": "string", "OldValue": "string", "NewValue": "string" } ], "PageInfo": { "Width": 0, "Height": 0, "PageNumber": 0 }, "Box": { "Height": 0, "Width": 0, "X": 0, "Y": 0 } } ] } Name Description SourceFile Information about source file TargetFiles An array of Information about target file(s) Settings Comparison settings ChangeType Changes type....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/comparison/updatesoptions/
  2. Get Stream 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, update the changes (accept/reject), saves the result document to streams as a set of images and returns the array of streams of images by providing the JsonRequest Object data in the request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get stream of result document (changes)....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/comparison/get-stream-of-r...
  3. Quick Start | Documentation

    Obtain security credentials and proceed with three steps of the Report Generation process to demonstrate Groupdocs.assembly Cloud API within a few minutes....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/assembly/getting-started/q...
  4. Get Document - Changes | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and update the changes (Accept/Reject) by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get document (changes). cURL example Request curl -v "https://api.groupdocs.Cloud/v1.0/comparison/compareDocuments/changes/update?outPath#comparisons%2Foutput.docx&appsid#XXXX&signature#XXX-XX" -H "Content-Type: application/json" -X PUT -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':'Accept'},{'id':1,'action':'Reject'}]}" Response { "href": "https://api.groupdocs.Cloud/storage/file/comparisons/output.docx", "rel": "self", "type": null, "title": null } SDK example The API is completely independent of your operating system, database system or development language....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/comparison/get-document-ch...
  5. Get Changes Categories | Documentation

    Note Note: The features listed in this page are working only with GroupDocs.Comparison Cloud V1 You can compare documents and get list of changes categories by providing the JsonRequest Object data in request body. Resource The following GroupDocs.Comparison Cloud REST API resource has been used to get compared documents changes categories. Enumeration of categories of changes enum ComparisonCategoriesType { ByTypeChanged, * "take categories by TypeChanged" ByNodeType, * "take categories by nodes Types" ContainsNumbers, * "take categories with changes which contains numbers" OnlyNumbers * "take categories with changes which contains only numbers" } cURL example Request curl -v "https:~/~/api....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/comparison/get-changes-cat...
  6. Get Supported Barcodes | Documentation

    GroupDocs.Signature Cloud REST API supports to sign a document with Barcode. This API lists all supported Barcode types. Resource The following GroupDocs.Signature Cloud REST API resource has been used in example to list supported Barcode types. cURL example Request curl -X GET "https://api.groupdocs.Cloud/v2.0/signature/barcodes" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "barcodeTypes": [ { "name": "AustralianPosteParcel" }, { "name": "AustralianPost" }, { "name": "Codabar" }, { "name": "CodablockF" }, { "name": "Code11" }, { "name": "Code128" }, { "name": "Code16K" }, { "name": "Code32" }, { "name": "Code39Standard" }, { "name": "Code39Extended" }, { "name": "Code93Extended" }, { "name": "Code93Standard" }, { "name": "DatabarExpanded" }, { "name": "DatabarExpandedStacked" }, { "name": "DatabarLimited" }, { "name": "DatabarOmniDirectional" }, { "name": "DatabarStacked" }, { "name": "DatabarStackedOmniDirectional" }, { "name": "DatabarTruncated" }, { "name": "DataLogic2of5" }, { "name": "DeutschePostIdentcode" }, { "name": "DeutschePostLeitcode" }, { "name": "DotCode" }, { "name": "DutchKIX" }, { "name": "EAN8" }, { "name": "EAN13" }, { "name": "EAN14" }, { "name": "GS1CodablockF" }, { "name": "GS1Code128" }, { "name": "IATA2of5" }, { "name": "Interleaved2of5" }, { "name": "ISBN" }, { "name": "ISMN" }, { "name": "ISSN" }, { "name": "ItalianPost25" }, { "name": "ITF14" }, { "name": "ITF6" }, { "name": "MacroPdf417" }, { "name": "Matrix2of5" }, { "name": "MaxiCode" }, { "name": "MicroPdf417" }, { "name": "MSI" }, { "name": "OneCode" }, { "name": "OPC" }, { "name": "PatchCode" }, { "name": "Pdf417" }, { "name": "Pharmacode" }, { "name": "Planet" }, { "name": "Postnet" }, { "name": "PZN" }, { "name": "RM4SCC" }, { "name": "SCC14" }, { "name": "SingaporePost" }, { "name": "SSCC18" }, { "name": "Standard2of5" }, { "name": "SwissPostParcel" }, { "name": "UPCA" }, { "name": "UpcaGs1Code128Coupon" }, { "name": "UpcaGs1DatabarCoupon" }, { "name": "UPCE" }, { "name": "VIN" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/signature/get-supported-ba...
  7. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.Cloud/v2.0/comparison/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "formats": [ { "extension": "....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/comparison/get-supported-f...
  8. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs developer newsletter of May 2017 describes APIs updates, major feature enhancements and bug fixes within GroupDocs documents manipulation APIs....NET, Java and Cloud Applications Transform Microsoft...and XML Files in Java # GroupDocs.Assembly for Java is a document...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  9. Supported file formats | Documentation

    A complete list of file formats that can be processed by GroupDocs.Rewriter Cloud....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/rewriter/supported-file-fo...
  10. Sending Srt files for translation | Documentation

    How to send Srt files for translation to the selected languages....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...aspose.cloud aspose.app groupdocs.com groupdocs.cloud groupdocs...

    docs.groupdocs.cloud/translation/file/request/s...