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

document structure

(0.03 sec)
  1. A REST API Solution to Merge and Split Document...

    GroupDocs.Parser Cloud is a REST API solution to parse Documents to extract text, images and Document information on any platform....the GroupDocs Cloud pricing structure to simplify it for new customers... If an API call created a document or meaningful result, then...

    blog.groupdocs.cloud/total/groupdocs-cloud-dece...
  2. 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/
  3. 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...
  4. InfoSettings | Documentation

    InfoSettings data Structure used as input parameters for Info API method to retrieve information Note Not all options are supported by all Document formats. Each option may correspond to one or more formats. InfoSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" } } InfoSettings 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....Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / InfoSettings InfoSettings...

    docs.groupdocs.cloud/signature/infosettings/
  5. 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/
  6. 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...
  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...Ask AI GroupDocs Cloud Documentation / GroupDocs.Signature Cloud.../ Developer Guide / Data structures / UpdateResult UpdateResult...

    docs.groupdocs.cloud/signature/updateresult/
  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. 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....Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud.../ Developer Guide / Data structures / ViewResult ViewResult Leave...

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