Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 1,164 for

supported file formats

(0.13 sec)
  1. How to convert csv to html - Free Support Forum...

    Can somebody help me out .I m converting csv to html using groupdocs. But In the converted html I m getting this . <p>This page uses frames, but your browser doesn't support them.</p> Bellow is my code let FileApi = c…... but your browser doesn't support them.</p> Bellow is my code...filePath = filePath; settings.format = "html"; settings.loadOptions...

    forum.groupdocs.cloud/t/how-to-convert-csv-to-h...
  2. Latest topics - Free Support Forum - groupdocs....

    Get FREE technical support for GroupDocs Cloud APIs from our developers using free support forum....Two Word Documents to Keep Formatting and Set Compatibility Mode...Msg to Pdf outputs multiple files GroupDocs.Conversion Cloud Product...

    forum.groupdocs.cloud/latest
  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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_xlsx/sample_page_1...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...
  4. PDF to HTML Conversion in Node.js | PDF to Web ...

    Learn how to convert PDF to HTML using GroupDocs.Conversion Cloud SDK for Node.js. Easily transform PDF Files into web-ready HTML with REST API....is essential for displaying files on the web, improving accessibility...way to convert PDF files into HTML format while retaining layout...

    blog.groupdocs.cloud/conversion/pdf-to-html-onl...
  5. 使用 REST API 解决方案在 Python 中将 PDF 转换为 TXT

    适用于 Python 的 GroupDocs.Conversion Cloud SDK 使开发人员能够在其应用程序中无缝地添加高保真文档转换功能...from_keys(app_sid, app_key) file_api = groupdocs_conversion_cloud...app_key) try: #upload soruce file to storage filename = '02_pages...

    blog.groupdocs.cloud/zh/conversion/extract-text...
  6. 在 C# 中使用 REST API 分析文本或文档

    使用 GroupDocs.Classification for .NET SDK 在 C# 中使用 REST API 以编程方式对您的文档和任何原始文本执行情感分析。...中打开文件 var fileStream = File.Open("C:\\Files\\Classification\\sample...Description = "We support some of the most popular file formats in business...

    blog.groupdocs.cloud/zh/classification/sentimen...
  7. Convert XLS to PDF Miss the Text in GroupDocs.C...

    When converting the attached xls File, the upper link get cut. We are using API version 21.12, we are using “groupdocs/conversion-cloud:latest” docker image and connecting over HTTP using swagger generated client. Arch…...converting the attached xls file, the upper link get cut. We...'{ "FilePath": "test.xls", "Format": "pdf", "OutputPath": "test...

    forum.groupdocs.cloud/t/convert-xls-to-pdf-miss...
  8. Render N consecutive pages | Documentation

    GroupDocs.Viewer Cloud provides the feature to render N consecutive pages. You will have to provide the starting page number and the number of the pages to be rendered. The following code sample shows how to render N consecutive 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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_docx/sample_page_1...

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

    docs.groupdocs.cloud/viewer/disable-characters-...
  10. 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....Order Upgrade an Order Free Support Docs Free Consulting Blog New...groupdocs.cloud/v2.0/viewer/storage/file/viewer/sample_docx/sample_page_2...

    docs.groupdocs.cloud/viewer/render-selected-pages/