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

formatting

(0.09 sec)
  1. Ruby の REST API を使用して PDF を HTML に変換する

    GroupDocs.Conversion は、高度なドキュメント変換 API ソリューションです。この記事では、Ruby の REST API を使用して PDF を HTML に変換する方法について説明します。...format = "html" @settings.output_path..."pdf-to-html/pdf-pages.pdf" @settings.format = "html" @convertOptions =...

    blog.groupdocs.cloud/ja/conversion/convert-pdf-...
  2. C# の REST API を使用して Word ドキュメントを HTML ページとして表示する

    C# の REST API を使用して、プログラムによって Word ドキュメントを HTML ページとして表示します。ドキュメント ビューア .NET SDK を使用すると、DOC および DOCX ファイルを HTML ページにレンダリングできます。...HTML; // output view format // ビューリクエストを作成する var request...ViewFormatEnum.HTML; // output view format // レンダリング オプションを定義する viewOptions...

    blog.groupdocs.cloud/ja/viewer/render-word-docu...
  3. 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...
  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. 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...
  6. 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-...
  7. 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...
  8. 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...
  9. تبدیل متن به 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...
  10. تقسیم اسناد در پایتون | شکاف دهنده فایل های 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...