Sort Score
Result 10 results
Languages All
Labels All
Results 691 - 700 of 1,448 for

document information

(0.08 sec)
  1. EPUB Metadata Editor |Change EPUB Metadata in J...

    Easily modify EPUB e-book metadata in Java using our REST API-based EPUB Metadata Editor. Tailor and update e-book details seamlessly for a customized reading experience....Metadata carries essential information about an e-book, such as...content of the eBook. Rights : Information about the rights and permissions...

    blog.groupdocs.cloud/metadata/edit-epub-metadat...
  2. Product overview | Documentation

    An introduction to GroupDocs.Translation Cloud service and how it can solve everyday business needs....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Acquisition GroupDocs Cloud Documentation / GroupDocs.Translation...

    docs.groupdocs.cloud/translation/product-overview/
  3. Convert PDF to PowerPoint using REST API in Nod...

    Programmatically convert PDF to PowerPoint PPTX presentation using a REST API in Node.js. Node.js SDK allows converting PDF to PPT and PPTX....commonly used to present information in a series of separate pages...converted file Upload the Document # Firstly, we will upload...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  4. How to self-host GroupDocs.Merger Cloud with Do...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Merger Cloud...

    docs.groupdocs.cloud/merger/self-host-with-docker/
  5. Java Convert HTML to Word DOC or DOCX.

    Learn how to convert HTML to Word (DOC, DOCX) programmatically in Java using GroupDocs.Conversion Cloud REST API, quickly and efficiently.... On the other hand, Word documents are used for creating and...and editing text-based documents. There are several reasons why...

    blog.groupdocs.cloud/conversion/convert-html-to...
  6. Convert XML to PDF in Java using Java SDK: A Guide

    Learn how to convert XML to PDF files in Java using GroupDocs.Conversion Cloud SDK for Java. Let's go through the process of converting XML to PDF in Java....structuring documents, and exchanging information. On the other...other hand, PDF (Portable Document Format) is a versatile file format...

    blog.groupdocs.cloud/conversion/convert-xml-to-...
  7. Join Documents of different formats | Documenta...

    This REST API allows merging the Document of different formats into one pdf or word processing Document. The table below contains the full list of properties that can be specified for each joined Document. Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected Documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Merger Cloud...

    docs.groupdocs.cloud/merger/join-document-cross...
  8. 下一代GroupDocs.Annotation Clou首次公開發布

    GroupDocs.Annotation for Cloud API 為開發人員提供了一個 API,用於創建支持文本和圖形註釋的高級在線文檔註釋工具...// Import annotations from document var response = apiInstance...when getting Annotation Information: " + e.Message); } 導出註釋 #...

    blog.groupdocs.cloud/zh-hant/annotation/first-p...
  9. Get Supported File Formats | Documentation

    GroupDocs.Comparison Cloud REST APIs support Document compare tools to compare source and destination files of supported formats to get high-quality output in quickly and reliably. To get a list of supported formats, You can use the below API. Resource The following GroupDocs.Comparison Cloud REST API resource has been used in the Supported File Formats example. cURL example Linux/MacOS/Bash curl -X GET "https://api.groupdocs.cloud/v2.0/comparison/formats" \ -H "accept: application/json" \ -H "authorization: Bearer $JWT_TOKEN" Windows PowerShell curl....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud...

    docs.groupdocs.cloud/comparison/get-supported-f...
  10. ItemsStyle | Documentation

    ItemsStyle data structure used for styling comparison differences. ItemsStyle example: { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true } Name Description FontColor Font color for changed components. A string representation of RGB color, converted to integer (“14297642” for Red color, as example) HighlightColor Highlight color for changed components BeginSeparatorString Start tag for changed components EndSeparatorString End tag for changed components Bold Bold style for changed components Italic Italic style for changed components StrikeThrough Strike through style for changed components Underline Underline style for changed components...Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud...

    docs.groupdocs.cloud/comparison/itemsstyle/