Sort Score
Result 10 results
Languages All
Labels All
Results 9,961 - 9,970 of 11,326 for

formatting

(0.05 sec)
  1. 在 Ruby 中使用 REST API 將 HTML 轉換為 PDF

    使用免費的在線轉換器立即將 HTML 文件轉換為 PDF 格式。本文介紹如何在 Ruby 中使用 REST API 將 HTML 轉換為 PDF。...format = "pdf" loadOptions = Grou..."html-to-pdf/two-pages.html" settings.format = "pdf" loadOptions = Grou...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  2. 在 Python 中在线将 Word 转换为 HTML

    您可以将 DOC 文件转换为 HTML 文件,以便在 Web 浏览器中显示 word doc。本文介绍如何用Python在线将word转html。...format = "html" settings.output_path..."python-testing/sample-word.docx" settings.format = "html" # 输出为文件 IOStream settings...

    blog.groupdocs.cloud/zh/conversion/convert-word...
  3. Converter JPG para Word em Python

    A conversão de JPG para Word transforma cada imagem em um documento editável do Word em poucos segundos. Este artigo é sobre como converter JPG para Word em Python....format = "docx" # Opções de conversão..."python-testing/sample-file.jpg" settings.format = "docx" # saída como documento...

    blog.groupdocs.cloud/pt/conversion/convert-jpg-...
  4. Réorganiser les pages PDF : déplacer, échanger ...

    Dans ce didacticiel, découvrez comment déplacer des pages dans un fichier pdf, comment réorganiser des pages pdf en ligne gratuitement, comment échanger des pages dans un pdf et supprimer des pages d'un document pdf...pages PDF dans Ruby PDF est le format le plus populaire et la norme...un ensemble de pages dans formats de document pris en charge...

    blog.groupdocs.cloud/fr/merger/rearrange-pdf-pa...
  5. C# でプログラム的に CSV から JSON へ、または JSON から CSV へ変換

    C# REST API を使用して JSON 配列を CSV テーブルに変換します。この記事では、C# でプログラムによって CSV を JSON に、または JSON から CSV に変換する方法について説明します。...csv", Format = "json", OutputPath = "cs...WriteLine("Successfully converted CSV to JSON format online in C#: " + response[0]...

    blog.groupdocs.cloud/ja/conversion/convert-csv-...
  6. Adjust page size | Documentation

    GroupDocs.Viewer Cloud allows setting output page size for rendering Email messages into HTML, PDF, and images. To enable this feature, the PageSize property of the EmailOptions class is used. The following are the pages sizes that are supported and provided in PageSize enumeration: Unspecified - The default, unspecified page size Letter - The size of the Letter page in points is 792 × 612 Ledger - The size of the Ledger page in points is 1224 × 792 A0 - The size of the A0 page in points is 3371 × 2384 A1 - The size of the A1 page in points is 2384 × 1685 A2 - The size of the A2 page in points is 1684 × 1190 A3 - The size of the A3 page in points is 1190 × 842 A4 - The size of the A4 page in points is 842 × 595 This example demonstrates how to adjust output page size....( Model\ViewOptions :: VIEW_FORMAT_PDF ); $renderOptions = new..."SampleFiles/sample.msg" viewOptions . view_format = "PDF" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  7. PDF Viewer - Optimization options | Documentation

    GroupDocs.Viewer Cloud allows you to optimize the output PDF file for a web browser or to reduce the file size by optimizing resources. Optimization for a web allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download. Resource optimization allows you to reduce the size of the output PDF file. While optimizing, GroupDocs.Viewer may reduce the image size or quality, remove notes or form fields, remove objects, fonts, or personal information from a document, and so on....( Model\ViewOptions :: VIEW_FORMAT_PDF ); $renderOptions = new...e.pptx" viewOptions . view_format = "PDF" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/pdf-viewer-optimiza...
  8. Reorder pages | Documentation

    GroupDocs.Viewer Cloud allows you to reorder the document pages. The order of the pages in the source document is never changed, instead, the API applies reordering to the resultant PDF document. The following code snippet shows how to reorder 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..."SampleFiles/sample.docx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/reorder-pages/
  9. Limit count of items to render | Documentation

    GroupDocs.Viewer Cloud allows rendering the items in Outlook Data Files (OST/PST). OutlookOptions is used to set rendering options for OST and PST formats. The following code samples show how to render the items in an Outlook Data File by setting a maximum limit. 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....rendering options for OST and PST formats. The following code samples..."SampleFiles/sample.ost" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/limit-count-of-item...
  10. Adjust text overflow in cells | Documentation

    When Spreadsheet is rendered overflowed text inside the cell overlays subsequent cells until it meets non-empty cell. GroupDocs.Viewer Cloud provides a setting to configure the mode which will be used for rendering overflowed text: To set the overflowed text to be hidden, set SpreadsheetOptions.TextOverflowMode to HideText as shown in the example below. To set the overflowed text to overlay subsequent cells until it meets non empty cell, set SpreadsheetOptions.TextOverflowMode to OverlayIfNextIsEmpty....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.xlsx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/adjust-text-overflo...