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

doc to html

(0.07 sec)
  1. Replace missing font | Documentation

    GroupDocs.Viewer Cloud enables you To set default font name which may be useful in following cases: You want To generally specify the default font To fall back on if a particular font in a Document cannot be found during rendering; The Document uses a font that contains non-English characters and the you want To make sure that any missing font is replaced with one which has the same character set available....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...ont.pptx' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'DefaultFontName':...

    docs.groupdocs.cloud/viewer/replace-missing-font/
  2. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all Document formats. Each option may correspond To one or more formats. ViewOptions example { "ViewFormat": "Html", "FileInfo": { "FilePath": "string", "STorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows To set rendering format, available values are: Html, JPG, PNG, PDF....Upgrade an Order Free Support Docs Free Consulting Blog New Releases...ViewOptions example { "ViewFormat" : "HTML" , "FileInfo" : { "FilePath"...

    docs.groupdocs.cloud/viewer/viewoptions/
  3. 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...
  4. Free online CSV to XML converter

    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....它支持範圍廣泛的文件格式,包括 CSV、XML、PDF、DOC、DOCX、Excel、HTML、CAD、光柵圖像等等。它易於使用並與基於...

    blog.groupdocs.cloud/zh-hant/tag/free-online-cs...
  5. Render single layout | Documentation

    GroupDocs.Viewer Cloud renders Model layout of CAD drawing by default. To render specific layout from a CAD drawing the API provides CadOptions.LayoutName property. When this property is set, CadOptions.RenderLayouts property will be ignored. The following code sample shows how To render a specific layout. 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-single-layout/
  6. Render all layouts | Documentation

    When GroupDocs.Viewer Cloud renders CAD drawings we get only Model representation. In order To render Model and all non-empty Layouts within CAD drawing, the property CadOptions.RenderLayouts is used. The following code sample shows how To render layouts along with the Model 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-all-layouts/
  7. 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...
  8. Convert PNG to PowerPoint in Java

    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....提供了范围广泛 的文档转换选项,包括 PDF、DOC、DOCX、XLSX、HTML、光栅图像等。对于需要将文档转换为不同格式...

    blog.groupdocs.cloud/zh/tag/convert-png-to-powe...
  9. 在 Python 中使用 REST API 将 HTML 转换为 PDF | Python 中...

    使用适用于 Python 的 Document Conversion Cloud SDK 在 Python 中使用云中的 REST API 以编程方式将 Html 文件转换为 PDF 文档。...开发人员,您可以在云端以编程方式轻松地将 HTML 文件转换为 PDF 文档。这种转换有助于以可移植的形式保存记录或共享 HTML 文件。在本文中,您将了解如何使用...中的 REST API 将 HTML 转换为 PDF 文档。 本文应涵盖以下主题: HTML 到 PDF 转换 REST...

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