Sort Score
Result 10 results
Languages All
Labels All
Results 9,851 - 9,860 of 11,337 for

formatting

(0.45 sec)
  1. 使用 PHP 在 HTML 页面中显示 Word 文档 |在 HTML 中查看 DOCX

    使用 PHP 中的 REST API 和 GroupDocs.Viewer Cloud for PHP SDK 以编程方式在 HTML 页面中显示 Word 文档。将 DOCX 呈现为响应式网页。...at(Model\ViewOptions::VIEW_FORMAT_HTML); // 定义 HTML 选项 $renderOptions...at(Model\ViewOptions::VIEW_FORMAT_HTML); // 定义 HTML 选项 $renderOptions...

    blog.groupdocs.cloud/zh/viewer/display-word-doc...
  2. 在 Python 中将文本转换为 HTML 并将 HTML 转换为文本

    GroupDocs 文件转换 API 允许您在线将文件转换为任何格式。本文介绍如何在 Python 中将文本转换为 HTML 以及将 HTML 转换为文本。...format = "html" settings.output_path...-sample-file.txt" settings.format = "html" settings.output_path...

    blog.groupdocs.cloud/zh/conversion/convert-text...
  3. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....TIFF ใน Python Tag Image File Format หรือ TIFF เป็นรูปแบบไฟล์ภา...PDF หรือ Portable Document Format เป็นหนึ่งในรูปแบบที่ได้รับ...

    blog.groupdocs.cloud/th/page/30/
  4. Python 変換 API を使用して MSG および EML ファイルを PDF に変換する

    ドキュメントと画像用の Python Conversion API を使用して、Python アプリケーション内で電子メール ファイル (MSG、EML、EMLX) を PDF 形式にプログラム的に変換します。...format = "pdf" # ロードオプション loadOptions..."filepath/email.eml" settings.format = "pdf" # ロードオプション loadOptions...

    blog.groupdocs.cloud/ja/conversion/convert-msg-...
  5. Convierta Word a HTML en línea en Python

    Puede convertir un archivo DOC en un archivo HTML para mostrar la palabra doc en un navegador web. Este artículo trata sobre cómo convertir Word a html en línea en Python....format = "html" settings.output_path..."python-testing/sample-word.docx" settings.format = "html" # salida como documento...

    blog.groupdocs.cloud/es/conversion/convert-word...
  6. Estrai immagini da documenti PDF in Java - Pars...

    Impara come estrarre immagini da file PDF in Java utilizzando l'API REST. Questo articolo fornisce i passaggi per utilizzare il nostro SDK per un'estrazione di immagini efficiente e accurata....Polski PDF (Portable Document Format) è un formato di file ampiamente...for Java support other file formats besides PDF? Sì, oltre ai file...

    blog.groupdocs.cloud/it/parser/extract-images-f...
  7. Render Outlook Data File Folder | Documentation

    GroupDocs.Viewer Cloud renders messages from all folders (including nested folders) by default. When you need to render items from a specific folder, set Folder property of the OutlookOptions class as shown in the example below. Please note that you should use the following convention for naming folders and subfolders to specify it in FolderName option: {Parent folder name}~~{Sub folder name}. Thus, if you need to render items from Inbox folder just specify Folder = “Inbox”; when you need to render subfolder named “Orion” that resides in a folder named “Urgent” that in turn resides in Inbox, set: Folder = “Inbox~~\Urgent~~\Orion”....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new..."SampleFiles/sample.ost" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-outlook-data...
  8. Render hidden columns and rows | Documentation

    Sometimes Excel document may contain hidden columns and rows (as shown in the image below). GroupDocs.Viewer doesn’t render hidden columns and rows by default. However, there may be the case when you want to control the inclusion of hidden content in the rendering results. GroupDocs.Viewer Cloud provides RenderHiddenRows and RenderHiddenColumns options in SpreadsheetOptions class which enables rendering hidden rows and columns as shown in the following code samples. API Usage There are steps that usage of GroupDocs....( Model\ViewOptions :: VIEW_FORMAT_HTML ); $renderOptions = new...n.xlsx" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/render-hidden-colum...
  9. Filter mail storage | Documentation

    Lotus Notes allows filtering messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer also allows filtering the rendered messages using the following filters: Filter by subject and content using LotusNotesOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using LotusNotesOptions.AddressFilter; 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.nsf" viewOptions . view_format = "HTML" viewOptions . render_options...

    docs.groupdocs.cloud/viewer/filter-mail-storage/
  10. PHP를 사용하여 HTML 페이지에 Word 문서 표시 | HTML에서 DOCX 보기

    GroupDocs.Viewer Cloud for PHP SDK와 함께 PHP에서 REST API를 사용하여 프로그래밍 방식으로 HTML 페이지에 Word 문서를 표시합니다. DOCX를 반응형 웹페이지로 렌더링합니다....at(Model\ViewOptions::VIEW_FORMAT_HTML); // HTML 옵션 정의 $renderOptions...at(Model\ViewOptions::VIEW_FORMAT_HTML); // HTML 옵션 정의 $renderOptions...

    blog.groupdocs.cloud/ko/viewer/display-word-doc...