Sort Score
Result 10 results
Languages All
Labels All
Results 9,811 - 9,820 of 11,299 for

formatting

(0.39 sec)
  1. แปลงข้อความเป็น HTML และ HTML เป็นข้อความใน Python

    API การแปลงไฟล์ GroupDocs ช่วยให้คุณแปลงไฟล์เป็นรูปแบบใดก็ได้ทางออนไลน์ บทความนี้แสดงวิธีการแปลง Text เป็น HTML และ HTML เป็น Text ใน Python...format = "html" settings.output_path...-sample-file.txt" settings.format = "html" settings.output_path...

    blog.groupdocs.cloud/th/conversion/convert-text...
  2. JPGをPDFに変換 C#| .NET REST APIを使用してJPEGをPDFに変換

    JPGまたはJPEG画像をプロフェッショナルで印刷準備済みのPDFにC#で変換する方法を学びます。ガイドには、REST APIとcURLを使用したJPEGからPDFへのコーディング、セットアップが含まれています。...jpg", Format = "pdf", OutputPath = "resultant...\"FilePath\": \"{inputFile}\", \"Format\": \"pdf\", \"resultantPath\":...

    blog.groupdocs.cloud/ja/conversion/convert-jpg-...
  3. 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....zip" , "format" : "Zipped File" , "pages"...rs.zip" viewOptions . view_format = "HTML" request = GroupDocsViewerCloud...

    docs.groupdocs.cloud/viewer/get-view-info-for-a...
  4. 在 Python 中將文本轉換為 HTML 並將 HTML 轉換為文本

    GroupDocs 文件轉換 API 允許您在線將文件轉換為任何格式。本文介紹如何在 Python 中將文本轉換為 HTML 以及將 HTML 轉換為文本。...format = "html" settings.output_path...-sample-file.txt" settings.format = "html" settings.output_path...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  5. सीएसवी को जेएसओएन या जेएसओएन को सीएसवी प्रोग्रा...

    C# REST API का उपयोग करके JSON सरणी को CSV तालिका में बदलें। यह लेख सीएसवी को जेएसओएन या जेएसओएन को सीएसवी प्रोग्रामेटिक रूप से सी # में परिवर्तित करने के तरीके के बारे में है।...csv", Format = "json", OutputPath = "cs...WriteLine("Successfully converted CSV to JSON format online in C#: " + response[0]...

    blog.groupdocs.cloud/hi/conversion/convert-csv-...
  6. Split worksheets into pages | Documentation

    There might be the case when you do not want to render the whole Spreadsheet on a single page and limit the number of rows that would be rendered on each output page. In this situation, the GroupDocs.Viewer Cloud allows you to specify the number of rows in an Spreadsheet to be rendered on each page.This example demonstrates how to split worksheets into pages. API Usage There are steps that usage of GroupDocs....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.xlsx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/split-worksheets-in...
  7. Render Archive Folder | Documentation

    GroupDocs.Viewer Cloud renders items from the root of the archive by default. When rendering of a specified folder is required, it can be achieved as shown in the examples 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...rs.zip" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-archive-folder/
  8. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...e.pptx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-hidden-pages/
  9. Render single layout | Documentation

    GroupDocs.Viewer Cloud renders Model layout of CAD drawing by default. To render specific layout from a CAD drawing the API provides CadOptions.LayoutName property. When this property is set, CadOptions.RenderLayouts property will be ignored. The following code sample shows how to render a specific layout. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...ts.dwg" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-single-layout/
  10. Render grid lines | Documentation

    GroupDocs.Viewer Cloud does not render gird lines of Spreadsheets by default. To enable rendering of gird lines you just need to SpreadsheetOptions.RenderGridLines property to true in order to render the grid lines. The following code sample shows how to enable rendering of grid lines. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.xlsx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-grid-lines/