Sort Score
Result 10 results
Languages All
Labels All
Results 9,931 - 9,940 of 11,299 for

formatting

(0.23 sec)
  1. Compare Two or More Excel Files using REST API ...

    Programmatically compare two or more Excel files using a REST API on the cloud in Python with GroupDocs.Comparison Cloud SDK for Python....documents of the supported formats and highlights the differences...

    blog.groupdocs.cloud/comparison/compare-excel-f...
  2. Insert Watermark in Excel File in Java using RE...

    Learn how to insert watermark in Excel files using the Excel watermarking REST API and Java SDK. Enhance document security & branding with GroupDocs.Watermark....that focuses on various file formats and their interpretation using...

    blog.groupdocs.cloud/watermark/how-to-add-water...
  3. 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...
  4. Menggabungkan dan Menggabungkan Presentasi Powe...

    Gabungkan file Powerpoint menjadi satu file atau gabungkan file PPT online gratis. Artikel ini mencakup cara menggabungkan dan menggabungkan presentasi PowerPoint PPT/PPTX dalam C#....lain dengan mudah untuk semua format file yang didukung . Saat ini...menggabungkan slide PPT tanpa mengubah format Lihat juga # Ekstrak Data Tertentu...

    blog.groupdocs.cloud/id/merger/merge-powerpoint...
  5. C# Fusionner des fichiers PDF en un seul - Fusi...

    Découvrez comment fusionner des fichiers PDF en C# à l'aide du SDK GroupDocs.Merger Cloud pour .Net. Guide étape par étape pour une fusion transparente de PDF dans vos applications C#.... PDF (Portable Document Format) est largement utilisé pour...pouvez fusionner plusieurs formats de document pris en charge...

    blog.groupdocs.cloud/fr/merger/how-to-merge-pdf...
  6. 使用 REST API 在 C# 中将 HTML 转换为 PDF

    在 C# 中在线将 HTML 网页转换为 PDF 文档以保留格式或打印它。本文介绍如何使用 REST API 在 C# 中将 HTML 转换为 PDF。...html", Format = "pdf", OutputPath = "csh...WriteLine("Successfully converted HTML to PDF format online in C#: " + response[0]...

    blog.groupdocs.cloud/zh/conversion/convert-html...
  7. 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/
  8. 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...
  9. 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...
  10. 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/ko/conversion/convert-text...