Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 594 for

document structure

(0.84 sec)
  1. Translate and convert Markdown files

    Quickly translate Markdown Documentation online and save the translation in any format....translation of Markdown documentation Translate a Markdown files...into 37 languages preserving structure and formatting. No software...

    products.groupdocs.app/translation/markdown/
  2. Groupdocscloud - Downloads

    It contains files for translation...Word, Excel and plain text documents within Python-based cloud...disturbing the original document structure (paragraphs, tables,...

    releases.groupdocs.cloud/translation/python/
  3. 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...Acquisition GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud.../ Developer Guide / Data structures / ApplyRevisionsOption ApplyRevisionsOption...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  4. Combine XLSX to PDF Online | Free GroupDocs Apps

    Combine XLSX files and merge to a single PDF Document....to PDF Merge XLSX to PDF documents from any device with browser...App Combine multiple XLSX documents in the preferred order and...

    products.groupdocs.app/merger/xlsx-to-pdf
  5. ComparisonOptions | Documentation

    ComparisonOptions data Structure defines comparison options ComparisonOptions 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" } 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 / ComparisonOptions ComparisonOptions...

    docs.groupdocs.cloud/comparison/comparisonoptions/
  6. Supported file formats | Documentation

    A complete list of file formats that can be processed by GroupDocs.Rewriter Cloud....Acquisition GroupDocs Cloud Documentation / GroupDocs.Rewriter Cloud...preserving layout, structure, and formatting. Document Extensions Description...

    docs.groupdocs.cloud/rewriter/supported-file-fo...
  7. 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...Acquisition GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / UpdateResult UpdateResult...

    docs.groupdocs.cloud/signature/updateresult/
  8. GroupDocs.Classification 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....sentiment analysis of your documents or any of your textual data...sentiment analysis of Text or Documents using a REST API in C# . You...

    blog.groupdocs.cloud/categories/groupdocs.class...
  9. ParseApi expected to return text by page - Free...

    I started to use the .NET SDK for the Cloud API Reading Documentation and looking at the objects in the SDK, I expected the response object “Pages” to return page index + text I managed to get the data back by page, by…...for the Cloud API Reading documentation and looking at the objects...follows: // for two pages document StartPageNumber=0, CountPagesToExtract=2...

    forum.groupdocs.cloud/t/parseapi-expected-to-re...
  10. ViewResult | Documentation

    ViewResult data Structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/docx/four-pages_docx/p1.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/docx/four-pages_docx/p2.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/docx/four-pages_docx/p3.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/docx/four-pages_docx/p4.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of Document pages page....Acquisition GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud.../ Developer Guide / Data structures / ViewResult ViewResult Leave...

    docs.groupdocs.cloud/viewer/viewresult/