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

document structure

(0.04 sec)
  1. DeleteViewOptions | Documentation

    DeleteViewOptions data Structure used as input parameters for Delete View working-with-viewer-api API DeleteViewOptions example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } DeleteViewOptions fields Name Description FileInfo.FilePath The path of the Document, delete view requested for. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Not used...Acquisition GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud.../ Developer Guide / Data structures / DeleteViewOptions DeleteViewOptions...

    docs.groupdocs.cloud/viewer/deleteviewoptions/
  2. 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/
  3. 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/
  4. 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/
  5. 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...
  6. 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...
  7. 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...
  8. AML File - Microsoft Assistance Markup Language...

    Learn about what is an AML file and APIs that can create and open AML files....AML files provide a structured document that lets application...allows the definition of documents and their constituent elements...

    docs.fileformat.com/programming/aml/
  9. 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/
  10. 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...