Sort Score
Result 10 results
Languages All
Labels All
Results 8,841 - 8,850 of 10,470 for

formatting

(0.1 sec)
  1. تبدیل CSV به JSON یا JSON به CSV به صورت برنامه...

    با استفاده از C# REST API آرایه JSON را به جدول CSV تبدیل کنید. این مقاله در مورد چگونگی تبدیل CSV به JSON یا JSON به CSV به صورت برنامه‌نویسی در سی شارپ است....csv", Format = "json", OutputPath = "cs...WriteLine("Successfully converted CSV to JSON format online in C#: " + response[0]...

    blog.groupdocs.cloud/fa/conversion/convert-csv-...
  2. Перетворіть HTML у PDF на C# за допомогою REST API

    Перетворіть веб-сторінку HTML на PDF-документ онлайн у C#, щоб зберегти формат або роздрукувати його. У цій статті йдеться про те, як конвертувати HTML у PDF на C# за допомогою REST API....html", Format = "pdf", OutputPath = "csh...WriteLine("Successfully converted HTML to PDF format online in C#: " + response[0]...

    blog.groupdocs.cloud/uk/conversion/convert-html...
  3. Відображати документ Word на сторінці HTML за д...

    Програмно відображайте документ Word на сторінці HTML за допомогою API REST у PHP за допомогою пакета SDK GroupDocs.Viewer Cloud для PHP. Перетворіть DOCX на адаптивну веб-сторінку....at(Model\ViewOptions::VIEW_FORMAT_HTML); // Визначте параметри...at(Model\ViewOptions::VIEW_FORMAT_HTML); // Визначте параметри...

    blog.groupdocs.cloud/uk/viewer/display-word-doc...
  4. Fusionner des fichiers JPG en un seul en Java

    Découvrez comment fusionner plusieurs images JPG en une seule à l'aide de GroupDocs.Merger Cloud SDK pour Java. Obtenez des instructions étape par étape pour utiliser cet outil....charge une grande variété de formats de fichiers , notamment Word...Cloud SDK for Java . Quels formats de fichiers le SDK GroupDocs...

    blog.groupdocs.cloud/fr/merger/merge-multiple-j...
  5. 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...
  6. 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/
  7. 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/
  8. 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/
  9. 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...
  10. Python에서 REST API를 사용하여 HTML을 PDF로 변환 | 파이썬에서 H...

    Python용 Document Conversion Cloud SDK를 사용하여 Python의 클라우드에서 REST API를 사용하여 프로그래밍 방식으로 HTML 파일을 PDF 문서로 변환합니다....format = "pdf" settings.output_path...file_path = "sample.html" settings.format = "pdf" settings.output_path...

    blog.groupdocs.cloud/ko/conversion/convert-html...