Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 1,018 for

doc to html

(0.07 sec)
  1. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...row.xlsx' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'SpreadsheetOptions':...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  2. Adjust output image size | Documentation

    When CAD drawings are rendered, the size of the render result is adjusted by API auTomatically, the biggest side (width or height depending on which one is bigger) is set 2000 px, another side is set value based on width-To-length ratio. You may adjust the size of resulting Document by setting CadOptions as show in example. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...outs.dwg' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'CadOptions':...

    docs.groupdocs.cloud/viewer/adjust-output-image...
  3. Filter messages | Documentation

    MS Outlook allows To filter messages inside folders by some text value from message content and by part of the sender’s or recipient’s address. GroupDocs.Viewer Cloud also allows filtering the rendered messages using the following filters: Filter by subject and content using OutlookOptions.TextFilter; Filter by the sender’s and recipient’s email addresses using OutlookOptions.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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'SampleFiles/sample.ost' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'OutlookOptions':...

    docs.groupdocs.cloud/viewer/filter-messages/
  4. 使用 C-Sharp .NET 将 PDF 转换为可编辑的 DOC

    GroupDocs.Conversion C# .NET API 提供了一种在线将 PDF 转换和更改为 Word 文件的简便方法。本文介绍如何在 C# 中将 PDF 转换为 Word。...doc, .docx) 是最常用的文字处理文档格式之一。它允许您...NET SDK 安装 # 为了将 PDF 转换为 Word Doc,我将使用 GroupDocs.Conversion Cloud...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...
  5. 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”....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...'SampleFiles/sample.ost' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'OutlookOptions':...

    docs.groupdocs.cloud/viewer/render-outlook-data...
  6. Get attachments | Documentation

    GroupDocs.Viewer Cloud API enables you To To retrieve a list of Document attachments from your emails, Outlook data files, archives and PDF Documents. Following example demonstrates on how To get all attachments from MSG file. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...ents.msg' }, 'ViewFormat': 'HTML' }" Resonse { "pages" : [ {...

    docs.groupdocs.cloud/viewer/get-attachments/
  7. Render Archive Folder | Documentation

    GroupDocs.Viewer Cloud renders items from the root of the archive by default. When rendering of a specified folder is required, it can be achieved as shown in the examples 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...ders.zip' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'ArchiveOptions':...

    docs.groupdocs.cloud/viewer/render-archive-folder/
  8. Render document with comments | Documentation

    Some Document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement To include or exclude the comments in output representation of the Document may vary in different situations. GroupDocs.Viewer Cloud enables you To control the rendering of Document comments. By default, comments are not rendered inTo the output Document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...ent.docx' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'RenderComments':...

    docs.groupdocs.cloud/viewer/render-document-wit...
  9. Render layers | Documentation

    GroupDocs.Viewer Cloud renders all layers of the CAD drawing by default. To render specific layers you can set the layers that you want To render by adding them inTo the CadOptions.Layers property. The following code sample shows how To render a specific layer of a CAD drawing. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...outs.dwg' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'CadOptions':...

    docs.groupdocs.cloud/viewer/render-layers/
  10. Render tracked changes | Documentation

    GroupDocs.Viewer Cloud does not render tracked changes of Word Processing Documents by default. If you want To see tracked changes in your rendering result, use WordProcessingOptions.RenderTrackedChanges property. The following code sample shows how To render a Word Document including tracked changes. 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....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...ges.docx' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'WordProcessingOption':...

    docs.groupdocs.cloud/viewer/render-tracked-chan...