Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 344 for

document structure

(0.04 sec)
  1. Classify Your Text using GroupDocs.Classificati...

    Classification of text is also known as text categorization. Text classifiers can be used to establish, Structure, and categorize almost anything in the text....can be used to establish, structure, and categorize almost anything...your raw text as well as documents ‎into the predefined categories...

    blog.groupdocs.cloud/classification/classify-yo...
  2. ConversionSettings | Documentation

    ConversionSettings data Structure used as input parameters for Document Conversion API. ConversionSettings example { "Format": "string", "FilePath": "string", "Storage": "string", "LoadOptions": { "Password": "string", }, "ConvertOptions": { "FromPage": "integer", "PagesCount": "integer" }, "OutputPath": "string" } ConversionSettings fields Name Description Format Specifies target conversion format. Required. FilePath The path of the Document, located in the storage. Required. StorageName Storage name LoadOptions Format specific LoadOptions. ConvertOptions Format specific ConvertOptions. OutputPath Path to store conversion result....Ask AI GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud.../ Developer Guide / Data structures / ConversionSettings ConversionSettings...

    docs.groupdocs.cloud/conversion/conversionsetti...
  3. Convert PDF to HTML | PDF to Web Page | PDF to ...

    Learn how to convert PDF to HTML using Java REST API. A simple and efficient way to transform PDFs into web-friendly HTML format.... Converting PDF documents to HTML format is essential...Whether you need to display documents online or repurpose content...

    blog.groupdocs.cloud/conversion/pdf-to-html-onl...
  4. SearchSettings | Documentation

    SearchSettings data Structure used as input parameters of Search API method. SearchSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "123", "BarcodeType": "Code128", "MatchType": "Contains" } ] } SearchSettings fields Name Description API Version FileInfo.FilePath The path of the Document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected Document to be signed....Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / SearchSettings SearchSettings...

    docs.groupdocs.cloud/signature/searchsettings/
  5. DiagramMasterSetting | Documentation

    DiagramMasterSetting data Structure used for setting master diagram for diagram comparison result. DiagramMasterSetting example: { "MasterPath": "string", "UseSourceMaster": true } Name Description MasterPath Path to custom master path UseSourceMaster Value of using master from source and target Document together...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud.../ Developer Guide / Data structures / DiagramMasterSetting DiagramMasterSetting...

    docs.groupdocs.cloud/comparison/diagrammasterse...
  6. SignResult | Documentation

    SignResult data Structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed Document Size Size of the signed Document DownloadUrl Page file path in the cloud storage....Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / SignResult SignResult Leave...

    docs.groupdocs.cloud/signature/signresult/
  7. GroupDocs.Merger Cloud Product Family on Docume...

    GroupDocs.Merger Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Merger Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud M......Merger Cloud Product Family on Document Processing REST APIs | GroupDocs...Merger Cloud Product Family on Document Processing REST APIs | GroupDocs...

    blog.groupdocs.cloud/categories/groupdocs.merge...
  8. 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...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud.../ Developer Guide / Data structures / DeleteViewOptions DeleteViewOptions...

    docs.groupdocs.cloud/viewer/deleteviewoptions/
  9. 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...Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / UpdateResult UpdateResult...

    docs.groupdocs.cloud/signature/updateresult/
  10. Word to HTML | DOC to HTML Online | DOCX to HTM...

    Convert Word Documents to HTML in C# .NET. Learn benefits of converting DOC, DOCX file to HTML format with C# .NET.... We know that Word documents offer a convenient way to...Therefore, by converting Word documents to HTML is not just about...

    blog.groupdocs.cloud/conversion/convert-doc-to-...