Sort Score
Result 10 results
Languages All
Labels All
Results 9,681 - 9,690 of 11,294 for

formatting

(0.29 sec)
  1. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.pdf" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/disable-characters-...
  2. Enable layered rendering | Documentation

    When rendering into HTML GroupDocs.Viewer Cloud renders text and graphics as a single layer that improves performance and reduces HTML document size. To improve content positioning wen rendering multi-layered PDF document GroupDocs.Viewer provides EnableLayeredRendering option that enables rendering of text and graphics according to z-order in original PDF document when rendering into HTML. This option is supported when rendering to HTML only. Following code sample demonstrates how to enable layered rendering....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.pdf" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/enable-layered-rend...
  3. 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....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.docx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-n-consecutiv...
  4. Skip rendering of empty rows | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) rows. In case, if the number of empty rows is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty rows GroupDocs.Viewer Cloud provides RenderEmptyRows property of SpreadsheetOptions class, which allow omitting to render empty rows as shown in the sample below....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...w.xlsx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  5. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you to make your rendering into HTML look well across all types of devices. To achieve this, the API provides RenderResponsive property of HtmlOptions class as shown in below sample code. 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.docx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/html-viewer-respons...
  6. تبدیل متن به HTML و HTML به متن در پایتون

    API تبدیل فایل GroupDocs به شما امکان می دهد یک فایل را به هر فرمتی به صورت آنلاین تبدیل کنید. این مقاله نحوه تبدیل متن به HTML و HTML به متن در پایتون را نشان می دهد....format = "html" settings.output_path...-sample-file.txt" settings.format = "html" settings.output_path...

    blog.groupdocs.cloud/fa/conversion/convert-text...
  7. تقسیم اسناد در پایتون | شکاف دهنده فایل های PDF...

    یاد بگیرید که چگونه یک فایل PDF را با استفاده از GroupDocs.Merger Cloud SDK در پایتون به چندین فایل PDF تقسیم کنید. سازماندهی اسناد را با این راهنما بهبود دهید....format(e.message)) دانلود فایل # نمونه...print("Exception while calling API: {0}".format(e.message)) تقسیم صفحات PDF...

    blog.groupdocs.cloud/fa/merger/split-pdf-file-i...
  8. نمایش سند Word در صفحه HTML با استفاده از PHP |...

    با استفاده از REST API در PHP با GroupDocs.Viewer Cloud برای PHP SDK، سند Word را در صفحه HTML به صورت برنامه ای نمایش دهید. DOCX را به یک صفحه وب پاسخگو ارائه دهید....at(Model\ViewOptions::VIEW_FORMAT_HTML); // گزینه های HTML را...at(Model\ViewOptions::VIEW_FORMAT_HTML); // گزینه های HTML را...

    blog.groupdocs.cloud/fa/viewer/display-word-doc...
  9. Hiển thị Tài liệu Word trong Trang HTML bằng PH...

    Hiển thị theo chương trình Tài liệu Word trong Trang HTML bằng cách sử dụng API REST trong PHP với GroupDocs.Viewer Cloud cho PHP SDK. Kết xuất DOCX thành một trang web đáp ứng....at(Model\ViewOptions::VIEW_FORMAT_HTML); // Xác định các tùy...at(Model\ViewOptions::VIEW_FORMAT_HTML); // Xác định các tùy...

    blog.groupdocs.cloud/vi/viewer/display-word-doc...
  10. Working with Presentations | Documentation

    Presentation documents are presented by many formats: PPT, PPTX, PPTM, PPS(X/M), POT(X/M) and others, which are supported by GroupDocs.Editor Cloud as a separate format family among all others. Same as for all other family formats, the Presentation family has its own load and saves options. There several steps that usage of GroupDocs.Editor Cloud consists of: Upload input document into cloud storage Load the document into editable representation in the cloud storage (HTML file and resources) Download HTML document (and resources, if needed) from storage Edit HTML document at client side Upload HTML document back into the storage Save the edited document into Spreadsheet format in the storage Download saved document Steps 1, 3, 4, 5 are storage operations, please refer to this Storage Operations) for usage details....page are presented by many formats: PPT, PPTX, PPTM, PPS(X/M)...Editor Cloud as a separate format family among all others. Same...

    docs.groupdocs.cloud/editor/working-with-presen...