Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 6,111 for

file format

(0.08 sec)
  1. Adjust time unit | Documentation

    When rendering MS Project documents GroupDocs.Viewer Cloud tries to find optimal output size and time unit depending on the project’s overall length. In case you need to set your own page size or time unit, you can set ProjectManagementOptions class properties class as shown in code samples below. Time unit refers to smallest unit (days, third of a month or month) used in timescale bar. When the TimeUnit.Days is selected, you will get the most detailed view of your tasks....0/viewer/storage/file/viewer/sample_mpp/sample_page_1...html" } ], "attachments" : [], "file" : null } SDK examples The API...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  2. Snyk Failures - Free Support Forum - groupdocs....

    Hello, I started using that latest Alpine image (uploaded 16 days ago). on Oct 31 it was fine, on Nov 2 Snyk failed with the following error: ✗ High severity vulnerability found in libx11/libx11 Description: Intege…...bug (unable to convert DXF files). Thanks, Dani atir.tahir November...bug (unable to convert DXF files). Please share your GroupDocs...

    forum.groupdocs.cloud/t/snyk-failures/3405
  3. Translating text with GroupDocs.Translation SDK...

    How to use GroupDocs.Translation Cloud SDK for translating texts....for a working code and sample files: Python import time import ...cloud import TextRequest , Format api = groupdocs_translation_cloud...

    docs.groupdocs.cloud/translation/text/sdk/
  4. Quickstart | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret. This will will be used to invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the SDK of your choice Using an SDK (API client) is the quickest way for a developer to speed up the development....a list of all supported file formats in GroupDocs.Watermark Cloud...complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/watermark/quickstart/
  5. 使用 Ruby 将 PDF 转换为可编辑的 Word 文档

    您可以在云端的 Ruby 中将 PDF 转换为 Word DOCX。在本文中,我们将学习如何使用 Ruby Cloud API 将 PDF 转换为可编辑的 Word 文档。...root}/public/groupdocs-files/four-pages.pdf" @fileStream = File.new(@pdffile...upload_file(@request) @fileStream.close() puts("File Uploading...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  6. 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....binaries, runtime dependencies, file system. The container is an...create two optional folders with files to process and custom fonts...

    docs.groupdocs.cloud/merger/self-host-with-docker/
  7. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert Files from 65+ supported Formats to get high-quality output in quickly and reliably. To get a Metadata of supported Formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "FileType": "docx", "pageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....tools to convert files from 65+ supported formats to get high-quality...get a Metadata of supported formats, You can use the below API...

    docs.groupdocs.cloud/conversion/get-document-me...
  8. Quickstart | Documentation

    Create an account Creating an account is very simple. Go to Dashboard to create a free account. We’re using Single Sign On across our websites, therefore, if you already have an account with our services, you can use it to also acccess the Dashboard. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret....a list of all supported file formats in GroupDocs.Metadata Cloud...complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/metadata/quickstart/
  9. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you to set default font name which may be useful in following cases: You want to generally specify the default font to fall back on if a particular font in a document cannot be found during rendering; The document uses a font that contains non-English characters and the you want to make sure that any missing font is replaced with one which has the same character set available....0/viewer/storage/file/viewer/with_missing_font_pp...html" } ], "attachments" : [], "file" : null } SDK examples The API...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  10. Render with custom fonts | Documentation

    GroupDocs.Viewer Cloud provides the feature to add custom font sources. Following code snippet shows how to set custom font source. 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/with_missing_font_od...html" } ], "attachments" : [], "file" : null } SDK examples The API...

    docs.groupdocs.cloud/viewer/render-with-custom-...