Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 289 for

document structure

(0.09 sec)
  1. Metadata | Documentation

    Metadata data Structure used for setting output Document metadata. Metadata example: { "Author": "string", "LastSaveBy": "string", "Company": "string" } Name Description Author Value of Document Author LastSaveBy Value of last save by author of Document Company Value of Company of Document...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud.../ Developer Guide / Data structures / Metadata Metadata Leave...

    docs.groupdocs.cloud/comparison/metadata/
  2. Quick Start | Documentation

    Obtain security credentials and proceed with three steps of the Report Generation process to demonstrate GroupDocs Assembly Cloud API within a few minutes....Acquisition GroupDocs Cloud Documentation / GroupDocs.Assembly Cloud...Irrespective of the scale and type of document automation you are planning...

    docs.groupdocs.cloud/assembly/getting-started/q...
  3. Get Document Information | Documentation

    This REST API allows to obtain basic information about the Document and it’s properties. It returns InfoResult data Structure, which contains the list of properties: Document file format Pages count, size and visibility Text coordinates Attachments count and names other properties, by Document type The following GroupDocs.Viewer Cloud REST API resource has been used to get Document information. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...Basic usage / Get Document Information Get Document Information Leave...

    docs.groupdocs.cloud/viewer/get-document-inform...
  4. Link | Documentation

    Link data Structure represents output Document information Link example: { "href": "string", "rel": "string", "type": "string", "title": "string" } Name Description Href Contains the link’s URL Rel Contains file path in the cloud storage Type Output type (‘file’) Title File name...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud.../ Developer Guide / Data structures / Link Link Leave feedback...

    docs.groupdocs.cloud/comparison/link/
  5. Groupdocs - Document to HTML conversion showing...

    Hi, We are using GroupDocs HTML to Word converter and recently we started noticing issue on the Document showing the text box. HTML text: Each sentence is enclosed inside paragraph html tag. Since forum doesn’t allow u…...Groupdocs - Document to HTML conversion showing textbox on each...started noticing issue on the document showing the text box. HTML...

    forum.groupdocs.cloud/t/groupdocs-document-to-h...
  6. DeleteSettings | Documentation

    DeleteSettings data Structure used as input parameters of Delete API method. DeleteSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098' } ] } UpdateSettings 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. Options Array of options to perform signatures delete...Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / DeleteSettings DeleteSettings...

    docs.groupdocs.cloud/signature/deletesettings/
  7. 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...
  8. ConversionResult | Documentation

    ConversionResult data Structure returned by Document Conversion API as output result ConversionResult example [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" }, ... ] ConversionResult fields Name Description name Name of the converted Document size Size of the converted Document url Page file path in the cloud storage. Use this value to download page using File API...Ask AI GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud.../ Developer Guide / Data structures / ConversionResult ConversionResult...

    docs.groupdocs.cloud/conversion/conversionresult/
  9. VerifyResult | Documentation

    VerifyResult data Structure returned by Verify API method as output result VerifyResult example { "FileInfo": { "FilePath": "/words/docx/one-page.docx", "Password" : "1234567890" }, "Size" : 12345, "IsSuccess": "true" } SignResult fields Name Description FilePath Name of the verified Document Size Size of the verified Document IsSuccess Result of verification process...Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / VerifyResult VerifyResult...

    docs.groupdocs.cloud/signature/verifyresult/
  10. InfoResult | Documentation

    InfoResult data Structure returned by Document Info API as output result InfoResult example { "FormatExtension": "string", "Format": "string", "Pages": [ { "Number": 0, "Width": 0, "Height": 0, "Visible": true, "Lines": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Words": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Characters": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string" } ] } ] } ] } ], "Attachments": [ { "Name": "string" } ], "ArchiveViewInfo": { "Folders": [ "string" ] }, "CadViewInfo": { "Layers": [ { "Name": "string", "Visible": true } ], "Layouts": [ { "Name": "string", "Width": 0, "Height": 0 } ] }, "ProjectManagementViewInfo": { "StartDate": "2020-04-02T05:56:17....Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud.../ Developer Guide / Data structures / InfoResult InfoResult Leave...

    docs.groupdocs.cloud/viewer/inforesult/