Sort Score
Result 10 results
Languages All
Labels All
Results 9,941 - 9,950 of 11,297 for

formatting

(0.09 sec)
  1. Bilder aus E-Mails extrahieren | So speichern S...

    Extrahiere Bilder aus EML und MSG-E-Mails mit der .NET REST-API. So speicherst du Fotos aus E-Mails, lädst eingebettete Bilder herunter und automatisierst die Extraktion von Bildern aus E-Mails....BMP , TIFF ) Unterstützte Formate: EML — Standard-RFC822-E-Mail...Dateien? Ja — MSG und EML-Formate werden unterstützt. Kann ich...

    blog.groupdocs.cloud/de/parser/extract-images-f...
  2. 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...
  3. 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/
  4. 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/
  5. 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...
  6. 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...
  7. Render project time interval | Documentation

    There is the possibility that you are required to render a part of the MS Project within the specified time interval. In that case, GroupDocs.Viewer Cloud allows rendering part of MS Project document according to specified StartDate and EndDate properties of ProjectManagementOptions class as shown in code samples below. When only one of these properties is set, rendering starts from the project’s start date or ends on the project’s end date correspondingly....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.mpp" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-project-time...
  8. 在 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...
  9. 在 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...
  10. 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...