Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 594 for

document structure

(1.72 sec)
  1. GitHub - groupdocs-merger-cloud/groupdocs-merge...

    GroupDocs.Merger Cloud SDK for .NET examples, plugins and showcase projects - groupdocs-merger-cloud/groupdocs-merger-cloud-dotnet-samples...to merge documents and manipulate document structure across wide...wide range of supported document types - PDF, DOCX/DOC, PPTX/PPT...

    github.com/groupdocs-merger-cloud/groupdocs-mer...
  2. GitHub - groupdocs-merger-cloud/groupdocs-merge...

    .NET library for communicating with the GroupDocs.Merger Cloud API - groupdocs-merger-cloud/groupdocs-merger-cloud-dotnet...to merge documents and manipulate document structure across wide...wide range of supported document types - PDF, DOCX/DOC, PPTX/PPT...

    github.com/groupdocs-merger-cloud/groupdocs-mer...
  3. Settings | Documentation

    Settings data Structure defines comparison process additional settings Settings example: { "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 } Name Description GenerateSummaryPage Indicates whether to add summary page to resultant Document or not ShowDeletedContent Indicates whether to show deleted components in resultant Document or not ShowInsertedContent Indicates whether to show inserted components in resultant Document or not StyleChangeDetection Indicates whether to detect style changes or not InsertedItemsStyle Style for inserted components DeletedItemsStyle Style for deleted components ChangedItemsStyle Style for components with changed style WordsSeparatorChars An array of delimiters to split text into words DetailsLevel The comparison details level (Low, Middle, High) UseFramesForDelInsElements Indicates whether to use frames for shapes in Word Processing and for rectangles in Image Documents CalculateComponentCoordinates Indicates whether to calculate coordinates for changed components MarkChangedContent Indicates whether to use frames for shapes in Word Processing and for rectangles in Image Documents MarkNestedContent Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted CloneMetadata Type of metadata to clone (Default, Source, Target, FileAuthor) MetaData User metadata PasswordSaveOption Type of password saving (None, Source, Target, User) Password User password to resultant Document DiagramMasterSetting Master for Diagram Document OriginalSize Original Document size when picture is compared with other different formats HeaderFootersComparison Control to turn on comparison of header/footer contents PaperSize The result Document paper size (Default, A0, A1, … A8) SensitivityOfComparison A sensitivity of comparison (1....Acquisition GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud.../ Developer Guide / Data structures / Settings Settings Leave...

    docs.groupdocs.cloud/comparison/settings/
  4. 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...Acquisition GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / DeleteResult DeleteResult...

    docs.groupdocs.cloud/signature/deleteresult/
  5. 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....Acquisition GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud.../ Developer Guide / Data structures / UpdatesOptions UpdatesOptions...

    docs.groupdocs.cloud/comparison/updatesoptions/
  6. Online text translator

    Quickly translate text across 78 language pairs online without installing any software....translate texts, all popular document formats, and even software...accurately preserves its structure and formatting, including...

    products.groupdocs.app/translation/text/
  7. Customizing Signature Request Emails Sent by Le...

    Dear Support, We want to customized/completely remove the emails that you are dispatching when envelope is sent for signing. Is it feasible to do the following We are using API for preparing envelope and then dispatchi…...because of their complex API structure. Please note we have released...and improved programming structure. So we will appreciate it...

    forum.groupdocs.cloud/t/customizing-signature-r...
  8. GroupDocs.Conversion Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate Documents of almost all the popular file formats....format for storing, structuring documents, and exchanging information...other hand, PDF (Portable Document Format) is a versatile file...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  9. Online text translator

    Quickly translate text across 78 language pairs online without installing any software....translate texts, all popular document formats, and even software...accurately preserves its structure and formatting, including...

    products.groupdocs.app/translation/text
  10. ChangeInfo | Documentation

    ChangeInfo data Structure returned by /comparison/changes API as output result. Also used by /comparison/updates API as input. ChangeInfo example: { "id": 0, "comparisonAction": "None", "type": "Inserted", "text": "lol", "targetText": "Latin (i/?læt?n/, /?læt?n/; Latin: lingua lat?na, IPA: [?l????a la?ti?na]) is a classical language, originally spoken inLatium, Italy, which belongs to the Italic branch of the Indo-European languages.[3] The Latin alphabet is derived from the Etruscan and Greek alphabetslol.", "authors": [ "?GroupDocs" ], "styleChangeInfo": [], "pageInfo": { "width": 0, "height": 0, "pageNumber": 0 }, "box": { "height": 0, "width": 0, "x": 0, "y": 0 } } Name Description Id Id of change ComparisonAction Action (accept or reject)....Acquisition GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud.../ Developer Guide / Data structures / ChangeInfo ChangeInfo Leave...

    docs.groupdocs.cloud/comparison/changeinfo/