Sort Score
Result 10 results
Languages All
Labels All
Results 9,431 - 9,440 of 11,238 for

formatting

(0.1 sec)
  1. 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/
  2. 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...
  3. 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/
  4. 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/
  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. पायथन रूपांतरण एपीआई का उपयोग करके एमएसजी और ईए...

    दस्तावेजों और छवियों के लिए पायथन रूपांतरण एपीआई का उपयोग करके अपने अजगर अनुप्रयोगों के भीतर ईमेल फ़ाइलों (MSG, EML, EMLX) को पीडीएफ प्रारूप में प्रोग्रामेटिक रूप से परिवर्तित करें।...format = "pdf" # लोड विकल्प loadOptions..."filepath/email.eml" settings.format = "pdf" # लोड विकल्प loadOptions...

    blog.groupdocs.cloud/hi/conversion/convert-msg-...
  7. Преобразование файлов TXT в PDF с помощью REST ...

    Онлайн-конвертер документов позволяет конвертировать TXT в PDF в высоком качестве. Эта статья о том, как преобразовать файлы TXT в PDF с помощью REST API в Ruby....format = "pdf" loadOptions = Grou..."text-to-pdf/text-file.txt" settings.format = "pdf" loadOptions = Grou...

    blog.groupdocs.cloud/ru/conversion/convert-txt-...
  8. Java: Преобразование MPP в Excel | Экспорт MPP ...

    Узнайте, как преобразовать файлы Microsoft Project (MPP) в Excel (XLSX) с помощью Java REST API. Пошаговое руководство по бесшовному преобразованию MPP в Excel с помощью кода....\"FilePath\": \"{inputMPP}\", \"Format\": \"xls\", \"OutputPath\":...\"FilePath\": \"{sourceFile}\", \"Format\": \"xls\"}" \ -o "output.xls"...

    blog.groupdocs.cloud/ru/conversion/convert-mpp-...
  9. Java: تحويل MPP إلى HTML | تطوير محول MPP إلى HTML

    تعلم كيفية تحويل ملفات Microsoft Project (MPP) إلى HTML عبر الإنترنت باستخدام REST API. شارك وعاين خطط المشاريع بسهولة في أي متصفح ويب....\"FilePath\": \"{sourceMPP}\", \"Format\": \"html\", \"OutputPath\":...\"FilePath\": \"{sourceFile}\", \"Format\": \"html\"}" \ -o "resultant...

    blog.groupdocs.cloud/ar/conversion/convert-mpp-...
  10. Java: تحويل MPP إلى PDF | محول MPP إلى PDF في Java

    تعلم كيفية تحويل MPP إلى PDF باستخدام واجهة برمجة تطبيقات REST في جافا. قم بتبسيط مشاركة المشاريع، وزيادة الوصول، وضمان التوافق مع تنسيق PDF العالمي....\"FilePath\": \"{sourceMPP}\", \"Format\": \"pdf\", \"OutputPath\":...\"FilePath\": \"{sourceFile}\", \"Format\": \"pdf\"}" \ -o "MyConverted...

    blog.groupdocs.cloud/ar/conversion/convert-mpp-...