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

document structure

(0.5 sec)
  1. Supported content formatting | Documentation

    A list of layout and structural elements of the source Document that are guaranteed to be translated by GroupDocs.Translation Cloud....Acquisition GroupDocs Cloud Documentation / GroupDocs.Translation...Translation Cloud preserves layout, structure, and formatting when translating...

    docs.groupdocs.cloud/translation/supported-form...
  2. 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 File extension File size Pages count Resource The following GroupDocs.Viewer Cloud REST API resource has been used to get Document information. cURL example Linux/MacOS/Bash # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard.groupdocs.cloud/applications. # Place Client Id in $CLIENT_ID and Client Secret in $CLIENT_SECRET environment variables....Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud...Basic usage / Get Document Information Get Document Information Leave...

    docs.groupdocs.cloud/comparison/get-document-in...
  3. Features Overview | Documentation

    GroupDocs.Merger Cloud is a REST API that allows you to join multiple Documents and manipulate single Document Structure across a wide range of Document formats. Below, the shortlist of possible actions: Document operations Join Documents This feature lets you merge two or more Documents into one Document, join specific pages or page ranges from several source Documents into a single resultant Document. Joined Documents should be of the same format....Ask AI GroupDocs Cloud Documentation / GroupDocs.Merger Cloud...multiple documents and manipulate single document structure across...

    docs.groupdocs.cloud/merger/features-overview/
  4. InfoResult | Documentation

    InfoResult data Structure represents Document information InfoResult example: { "Format": "string", "Extension": "string", "Size": 0, "PageCount": 0 } Name Description Format Document format Extension Document file extension Size Document file size PageCount Pages count...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud.../ Developer Guide / Data structures / InfoResult InfoResult Leave...

    docs.groupdocs.cloud/comparison/inforesult/
  5. 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/
  6. 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/
  7. 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...
  8. 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/
  9. PDF to HTML Conversion in Node.js | PDF to Web ...

    Learn how to convert PDF to HTML using GroupDocs.Conversion Cloud SDK for Node.js. Easily transform PDF files into web-ready HTML with REST API.... Converting documents to is essential for displaying...accessibility, and integrating documents into digital workflows. In...

    blog.groupdocs.cloud/conversion/pdf-to-html-onl...
  10. 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/