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

document structure

(0.11 sec)
  1. 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...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud.../ Developer Guide / Data structures / ApplyRevisionsOption ApplyRevisionsOption...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  2. 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...
  3. VerifySettings | Documentation

    VerifySettings data Structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings 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 / VerifySettings VerifySettings...

    docs.groupdocs.cloud/signature/verifysettings/
  4. 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...
  5. 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...
  6. 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...
  7. 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/
  8. 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/
  9. ImageOptions | Documentation

    ImageOptions data Structure inherits RenderOptions and used as part of ViewOptions data Structure. ImageOptions example { "Width": 0, "Height": 0, "ExtractText": false, "JpegQuality": 0, } ImageOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions Width Allows to specify output image width. Specify image width in case when you want to change output image dimensions. When Width has value and Height value is 0 then Height value will be calculated to save image proportions....Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud.../ Developer Guide / Data structures / ImageOptions ImageOptions...

    docs.groupdocs.cloud/viewer/imageoptions/
  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-...