Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 8,098 for

file format

(0.08 sec)
  1. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature to render N consecutive pages. You will have to provide the starting page number and the number of the pages to be rendered. The following code sample shows how to render N consecutive pages of a document. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....0/viewer/storage/file/viewer/sample_docx/sample_page_1...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_docx/sample_page_2...

    docs.groupdocs.cloud/viewer/render-n-consecutiv...
  2. February 2014 Newsletter

    Integrations and new Cloud API samples, products releases and updates and more in our February 2014 Newsletter....Microsoft Outlook formats. We’re about to release a file synchronization...Support for Microsoft Visio files. New improved word search across...

    blog.groupdocs.cloud/total/groupdocs-september-...
  3. How to Configure 3rd Party Cloud Storages | Doc...

    Although GroupDocs Cloud provides storage facility to its customers, GroupDocs Cloud is not a real storage provider and therefore there is a File Retention Policy defined which customers needs to understand. Some customers are not comfortable with GroupDocs Cloud Storage and they want to use their own cloud storage or some other 3rd party storage services they are comfortable with. We at GroupDocs Cloud, go beyond limitations and make GroupDocs Cloud a kind of Gateway between a Developer and the Cloud Storage he prefers....we’ll take care of both the File Formats and also letting you support...

    docs.groupdocs.cloud/total/configure-3rd-party/
  4. First Public Release of Next Generation GroupDo...

    GroupDocs.Annotation for Cloud API gives developers an API for creating advanced online document annotation tools that supports Text and Figure annotations...annotations in all common business file formats. It allows the developers...are ready to try the powerful file processing features offered...

    blog.groupdocs.cloud/annotation/first-public-re...
  5. 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....supported by all document formats. Each option may correspond...correspond to one or more formats. InfoSettings example { "FileInfo" :...

    docs.groupdocs.cloud/signature/infosettings/
  6. Render selected pages | Documentation

    GroupDocs.Viewer Cloud also provides the features to render only the selected page numbers. You can specify a list of the document pages to be rendered. Follow the below steps to achieve this functionality. The following code sample shows how to render first and third pages of a document. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....0/viewer/storage/file/viewer/sample_docx/sample_page_2...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_docx/sample_page_3...

    docs.groupdocs.cloud/viewer/render-selected-pages/
  7. Compare Two Images in Python | Python Image Com...

    Effortlessly identify disparities between two images with Python! Our step-by-step guide helps you compare images and pinpoint differences efficiently. Boost your image analysis skills today!...Python Download Resultant Image File Prerequisites: # Before you...illustrated below: Upload the Image Files # First of all, utilize the...

    blog.groupdocs.cloud/comparison/compare-two-ima...
  8. 在 Python 中将 Word 转换为 Markdown 并将 Markdown 转换为 Word

    在线文件转换 API 将一种文件格式转换为另一种文件格式。本文介绍了如何在 Python 中将 Word 转换为 Markdown 以及如何将 Markdown 转换为 Word...file_path = "python-testing/input-sample-file.docx" settings...settings.format = "md" loadOptions = groupdocs_conversion_cloud...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  9. Get Document Information | Documentation

    This API retrieves document inFormation. It returns an object that contains the document description with metadata and coordinates of text on pages. Resource The following GroupDocs.Annotation Cloud REST API resource has been used to get document inFormation. cURL example Request curl -v "https://api.groupdocs.cloud/v2.0/annotation/info" \ -X POST \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -H "Authorization: Bearer " \ -d "{ 'FilePath': 'annotationdocs/one-page.docx'} Response { "name": "one-page.docx", "path": "annotationdocs/one-page....: "Microsoft Word Open XML format" , "size" : 16646 , "dateModified"...complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/annotation/get-document-in...
  10. Disable characters grouping | Documentation

    To improve content positioning when rendering PDF documents GroupDocs.Viewer Cloud provides PdfOptions.DisableCharsGrouping as shown below: API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details. Swagger UI lets you call this REST API directly from the browser....0/viewer/storage/file/viewer/sample_pdf/sample_page_1...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_pdf/sample_page_2...

    docs.groupdocs.cloud/viewer/disable-characters-...