Sort Score
Result 10 results
Languages All
Labels All
Results 9,821 - 9,830 of 11,332 for

formatting

(0.36 sec)
  1. Ruby를 사용하여 Word 문서를 PowerPoint 프레젠테이션으로 변환

    PowerPoint PPTX는 사용자가 더 큰 시각적 효과를 가질 수 있도록 도와줍니다. 이 문서는 Ruby를 사용하여 Word 문서를 PowerPoint 프레젠테이션으로 변환하는 방법에 관한 것입니다....format = "pptx" @loadOptions = Gr..."conversion/four-pages.docx" @settings.format = "pptx" @convertOptions =...

    blog.groupdocs.cloud/ko/conversion/convert-word...
  2. Node.js에서 PDF를 JPG로 | PDF 페이지를 이미지로 변환

    PDF 문서를 JPG 이미지로 변환하는 방법을 배우십시오. GroupDocs.Conversion Cloud SDK for Node.js를 사용하여 PDF에서 시각적 콘텐츠를 고품질 이미지로 추출합니다....format = "jpg"; settings.outputPath...\"FilePath\": \"{inputFile}\", \"Format\": \"jpg\", \"resultantPath\":...

    blog.groupdocs.cloud/ko/conversion/convert-pdf-...
  3. Mettre en surbrillance du texte dans un PDF à l...

    Mettez en surbrillance par programmation du texte dans un PDF à l'aide de l'API REST sur le cloud dans Node.js avec Document Annotation Cloud SDK pour Node.js....couleur semi-transparente dans un format électronique, de la même manière...et des balises de texte aux formats de document pris en charge...

    blog.groupdocs.cloud/fr/annotation/highlight-te...
  4. Excel 到 JSON | XLS 到 JSON 轉換器 | C# 中的 XLSX 到 JSON

    如何使用 C# .NET 將 Excel 轉換為 JSON 格式。將 XLS 和 XLSX 文件轉換為 JSON 資料的專家技術...xls", Format = "json", OutputPath = "output...\"FilePath\": \"{sourceFile}\", \"Format\": \"json\", \"ConvertOptions\":...

    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 Visio Document Figures | Documentation

    When you are converting Visio files, you can choose what you want to render: Visio scheme pages or figures of Visio scheme. If Visio scheme does not contain pages - only figures will be rendered. To force render Visio figures please set RenderFiguresOnly property to true in VisioRenderingOptions. You can set width of each figure, height will be calculated by proportions automatically. API Usage There are steps that usage of GroupDocs....( Model\ViewOptions :: VIEW_FORMAT_PNG ); $renderOptions = new..."SampleFiles/sample.vssx" viewOptions . view_format = "PNG" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-visio-docume...
  9. 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/
  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/