Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,496 for

document information

(0.16 sec)
  1. Features Overview | Documentation

    Overview GroupDocs.Editor Cloud is a REST API that allows you to edit Documents across a wide range of supported Document types. Below, the shortlist of possible actions: Document Edit operations The main feature of GroupDocs.Editor API is an ability to edit the most popular Document formats using front-end WYSIWYG editors without any additional applications. No Open Office or MS Office is required to edit a Word Processing Documents, Spreadsheets or Presentations....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Editor Cloud...

    docs.groupdocs.cloud/editor/features-overview/
  2. Accept or Reject document changes | Documentation

    GroupDocs.Comparison Cloud provides an ability to apply or discard specific changes between source and target files and save result with (or without) selected changes. Changes - List of changes that must be applied (or not) to the resulting Document; The following code sample shows how to accept/reject changes. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input Documents into cloud storage Compare Documents or get Document info Download comparison result Document from storage Steps 1 and 3 are storage operations, please refer to this File API Documentation for usage details....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Comparison Cloud...

    docs.groupdocs.cloud/comparison/accept-or-rejec...
  3. Document Splitting in Java | PPT Document Splitter

    Learn how to split PowerPoint PPT or PPTX slides into separate files using Java. Follow step-by-step instructions to achieve efficient PowerPoint files splitting....effective way to present information and engage audiences. However...powerful and user-friendly document manipulation API that allows...

    blog.groupdocs.cloud/merger/split-powerpoint-pp...
  4. Supported Document Formats | Documentation

    All Document and image formats supported by GroupDocs.Viewer Cloud V2....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/supported-document-...
  5. Features Overview | Documentation

    GroupDocs.Conversion Cloud is a REST API that allows you to convert Documents across a wide range of supported Document types. Below, the shortlist of possible actions: Document conversion The main feature of GroupDocs.Conversion Cloud API is an ability to convert any Document from a wide list of supported source Document formats into any supported target format. All these conversions are possible without any additional software installed (like MS Office, Apache Open Office, Adobe Acrobat Reader, and others)....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud...

    docs.groupdocs.cloud/conversion/features-overview/
  6. Convert document | Documentation

    This example demonstrates how to convert word processing Document into pdf Document with default options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input Document into cloud storage Convert Document Download converted Document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted Document in the response body....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Conversion Cloud...

    docs.groupdocs.cloud/conversion/convert-document/
  7. GroupDocs Newsletter July 2017– Document Manipu...

    GroupDocs developer newsletter of July 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs Document manipulation APIs....2017 Compare your Business Documents to Track Changes Across .NET...between two versions of same document. With GroupDocs.Comparison...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  8. Extract Text from Word in Node.js | Word Docume...

    Learn how to extract text from Word Documents (.docx) using Node.js REST API. Automate Word text extraction using Node.js REST API or cURL....Polski Extract Text from Word document using Node.js API - Text Extractor...text from Microsoft Word documents for automation, indexing,...

    blog.groupdocs.cloud/parser/extract-text-from-w...
  9. Rendering pages to the same size as the size of...

    This option is supported when rendering to JPG and PNG only. When viewing PDF Documents in JPG and PNG formats by default GroupDocs.Viewer Cloud calculates output image size for better viewing quality. In case you want to make output JPG and PNG images to be the same size in pixels as the size of pages in a source PDF Document GropDocs.Viewer Cloud provides a new option called RenderOriginalPageSize of the PdfOptions class....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/rendering-pages-to-...
  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....Purchase Buy Now Pricing Information SDKs Policies My Orders &...Ask AI GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/inforesult/