Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 1,164 for

supported file formats

(0.06 sec)
  1. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/with_empty_column_xl...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  2. Render project time interval | Documentation

    There is the possibility that you are required to render a part of the MS Project within the specified time interval. In that case, GroupDocs.Viewer Cloud allows rendering part of MS Project document according to specified StartDate and EndDate properties of ProjectManagementOptions class as shown in code samples below. When only one of these properties is set, rendering starts from the project’s start date or ends on the project’s end date correspondingly....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_mpp/sample_page_1...

    docs.groupdocs.cloud/viewer/render-project-time...
  3. 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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_mpp/sample_page_1...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  4. How to self-host GroupDocs.Conversion Cloud wit...

    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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...binaries, runtime dependencies, file system. The container is an...

    docs.groupdocs.cloud/conversion/self-host-with-...
  5. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive pages from word processing documents into pdf documents. 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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...Password The password to open file It should be specified only...

    docs.groupdocs.cloud/conversion/convert-n-conse...
  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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...binaries, runtime dependencies, file system. The container is an...

    docs.groupdocs.cloud/merger/self-host-with-docker/
  7. Filter mail storage | Documentation

    Lotus Notes allows filtering messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer also allows filtering the rendered messages using the following filters: Filter by subject and content using LotusNotesOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using LotusNotesOptions.AddressFilter; 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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_nsf/sample_page_1...

    docs.groupdocs.cloud/viewer/filter-mail-storage/
  8. Render hidden columns and rows | Documentation

    Sometimes Excel document may contain hidden columns and rows (as shown in the image below). GroupDocs.Viewer doesn’t render hidden columns and rows by default. However, there may be the case when you want to control the inclusion of hidden content in the rendering results. GroupDocs.Viewer Cloud provides RenderHiddenRows and RenderHiddenColumns options in SpreadsheetOptions class which enables rendering hidden rows and columns as shown in the following code samples. API Usage There are steps that usage of GroupDocs....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/with_hidden_row_and_...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  9. 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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/with_missing_font_od...

    docs.groupdocs.cloud/viewer/render-with-custom-...
  10. Render all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order to render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following code sample shows how to render layouts along with the Model of a CAD drawing. 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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/with_layers_and_layo...

    docs.groupdocs.cloud/viewer/render-all-layouts/