Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 26,389 for

order

(0.36 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....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it even easier to integrate...

    docs.groupdocs.cloud/viewer/adjust-time-unit/
  2. Specify Max Chars And Rows | Documentation

    When processing text files you can adjust page parameters like max characters per line and max lines per page with MaxCharsPerRow and MaxRowsPerPage options that have been added in v21.8 The following screenshot shows the difference when setting MaxRowsPerPage=30 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....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it even easier to integrate...

    docs.groupdocs.cloud/viewer/specify-max-chars-a...
  3. Image Viewer - Add text overlay over images | D...

    GroupDocs.Viewer Cloud provides feature that allows to add text overlays over images. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. Please note that due to Image Viewer’s architecture rendering results with text extraction enabled and disabled are different. The ExtractText property of ImageOptions class enables you to render document to display with text. This example demonstrates how to render document for display with text....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it even easier to integrate...

    docs.groupdocs.cloud/viewer/image-viewer-add-te...
  4. 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....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it even easier to integrate...

    docs.groupdocs.cloud/viewer/filter-mail-storage/
  5. Get View Info for Archive File | Documentation

    GroupDocs.Viewer Cloud provides additional information such as list of folders when calling Info method. To retrieve view information for Archive File call Info method and cast output result to ArchiveViewInfo type. Following example demonstrates how to print out archive contents. 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....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it even easier to integrate...

    docs.groupdocs.cloud/viewer/get-view-info-for-a...
  6. Verify QR-code signatures | Documentation

    GroupDocs.Signature Cloud provides a method to verify if the signatures with given properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false). API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it even easier to integrate...

    docs.groupdocs.cloud/signature/verify-qr-code-s...
  7. 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....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it even easier to integrate...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  8. Rename email fields | Documentation

    When rendering email messages, by default the API uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The API provides a new property FieldLabels in EmailOptions class to change the field labels....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it even easier to integrate...

    docs.groupdocs.cloud/viewer/rename-email-fields/
  9. Working with Storage API | Documentation

    Storage existence API This API intended for checking existence of cloud storage with given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Conversion Cloud API Reference lets you to try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs exposes. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....Policies My Orders & Quotes Renew an Order Upgrade an Order Free Support...many development languages in order to make it easier to integrate...

    docs.groupdocs.cloud/conversion/working-with-st...
  10. Java rearrange PDF pages online

    Learn how to rearrange pages in a PDF document. Follow step-by-step instructions for moving, swapping, and deleting pages in a PDF according to your needs....elaborates on how to change the order of pages in PDF using Java :...effectively changing their order within the document. Why is...

    blog.groupdocs.cloud/merger/rearrange-pdf-pages...