Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 6,568 for

file format

(0.14 sec)
  1. Enable font hinting | Documentation

    To adjust the display of an outline font (learn more about font hinting) when rendering PDF documents into image GroupDocs.Viewer Cloud provides PdfOptions.EnableFontHinting setting as shown below: NOTE: this option is supported when rendering into PNG and JPG. 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_pdf/sample_page_1...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_pdf/sample_page_2...

    docs.groupdocs.cloud/viewer/enable-font-hinting/
  2. 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-...
  3. 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...
  4. Annotate Over 50 Common Document and Image Type...

    GroupDocs released an add-on that allows Concrete5 developers to seamlessly integrate the Java version of GroupDocs.Annotation into their sites.... Among supported file formats are: PDF and Microsoft documents...

    blog.groupdocs.cloud/annotation/groupdocs-annot...
  5. 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/
  6. GroupDocs.Metadata Cloud Product Family on Docu...

    GroupDocs.Metadata Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Metadata Cloud Product Family on Document Processing REST APIs | GroupDocs Clo...... Extract Metadata of MP3 Files using REST API in Java Programmatically...Programmatically Extract Metadata of MP3 Files using a REST API on the cloud...

    blog.groupdocs.cloud/categories/groupdocs.metad...
  7. GroupDocs.Comparison Cloud Product Family on Do...

    GroupDocs.Comparison Cloud Product Family on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs.Comparison Cloud Product Family on Document Processing REST APIs | GroupDocs......two or more PowerPoint (PPTX) files in C#. Highlight differences...Documents Online with C# .NET | DOCX File Comparison How to compare Word...

    blog.groupdocs.cloud/categories/groupdocs.compa...
  8. Developer Guide | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Operations Get Supported File Formats Get Document Information...

    docs.groupdocs.cloud/editor/developer-guide/
  9. 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...
  10. 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/