Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 6,484 for

file format

(0.05 sec)
  1. V1 | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1...Common Resources Supported File Formats Document Information Supported...

    docs.groupdocs.cloud/signature/v1/
  2. Render hidden pages | Documentation

    Hidden pages are not rendered by default. In order to include them into the rendering GroupDocs.Viewer Cloud provides RenderHiddenPages property of the HtmlOptions (or JpgViewOptions, or PdfOptions) class. This feature is supported for: Diagrams with hidden pages Presentations with hidden slides Spreadsheets with hidden worksheets The following code sample shows how to render hidden pages. 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/with_hidden_page_ppt...groupdocs.cloud/v2.0/viewer/storage/file/viewer/with_hidden_page_ppt...

    docs.groupdocs.cloud/viewer/render-hidden-pages/
  3. Search Digital Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search Digital signatures in supported document Formats. It provides method to search Digital Signature in Document Pages with different options by using Search Options Object data in request body. Search Digital Signature You can search Digital Signature on Document provided by FileName and document folder (if required) using following API....signatures in supported document formats. It provides method to search...retrieves file from specified URL and tries to detect file type when...

    docs.groupdocs.cloud/signature/search-digital-s...
  4. Developer Guide | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Common Resources Supported File Formats Raw Text Classification...classification Working With Files Working With Storage Working...

    docs.groupdocs.cloud/classification/developer-g...
  5. Search Barcode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search Barcode signatures in supported document Formats. It provides method to search Barcode Signature in Document Pages with different options barcodeType, Name, text, matchType and other search features by using Search Options Object data in request body. Search Barcode Signature You can search Barcode Signature on Document provided by FileName and document folder (if required) using following API....signatures in supported document formats. It provides method to search...retrieves file from specified URL and tries to detect file type when...

    docs.groupdocs.cloud/signature/search-barcode-s...
  6. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Password The password to open file Should be specified only for...The folder for the resultant file “watermark/removed_watermark”...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  7. Replace Watermarks | Documentation

    This REST API allows replacing watermarks in the document. The operation performs a search for possible watermarks and then performs replacement operations over them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. With this operation, you may replace found watermark properties: watermark image, text or/and text appearance options like font, size, color, etc. The table below contains the full list of properties....Password Password to open file Should be specified only for...The folder for the resultant file “watermark/replaced_watermark”...

    docs.groupdocs.cloud/watermark/replace-watermarks/
  8. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty....0/viewer/storage/file/viewer/sample_xlsx/sample_page_1...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_xlsx/sample_page_2...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  9. 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/
  10. Get View Info for CAD Drawing | Documentation

    GroupDocs.Viewer Cloud provides additional inFormation about CAD drawings such as list of layouts and layers when calling Info method. To retrieve view inFormation for CAD drawing call Info method and cast output result to CadViewInfo type. Following example demonstrates how to retrieve view inFormation for 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....dwg" , "format" : "AutoCAD Drawing Database File" , "pages"...complete examples and data files, please go to https://github...

    docs.groupdocs.cloud/viewer/get-view-info-for-c...