Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 19,871 for

html

(0.15 sec)
  1. Specify encoding when loading documents | Docum...

    GroupDocs.Viewer Cloud enables users to pass encoding when rendering text documents or email messages. This feature is supported for: Plain-text (.txt) files Comma-separated values (.csv) Tab-separated values (.tsv) E-Mail Message (.eml) Following code snippet sets the document encoding. 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....txt' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'DefaultEncoding':...xt/shift_jis_encoded_page_1.html" , "downloadUrl" : "https://api...

    docs.groupdocs.cloud/viewer/specify-encoding-wh...
  2. 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....msg' }, 'ViewFormat': 'HTML' }" Resonse { "pages" : [ {...msg/with_attachments_page_1.html" , "downloadUrl" : "https://api...

    docs.groupdocs.cloud/viewer/get-attachments/
  3. 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....docx' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'WordProcessingOption':...with_tracked_changes_page_1.html" , "downloadUrl" : "https://api...

    docs.groupdocs.cloud/viewer/render-tracked-chan...
  4. 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....dwg' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'CadOptions':...h_layers_and_layouts_page_1.html" , "downloadUrl" : "https://api...

    docs.groupdocs.cloud/viewer/render-layers/
  5. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....xlsx' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'SpreadsheetOptions':...sx/with_empty_column_page_1.html" , "downloadUrl" : "https://api...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  6. Render document with notes | Documentation

    GroupDocs.Viewer Cloud does not include notes in the rendering results. However, you can choose between to show or hide the notes in the output. If you want to see notes in your rendering result, use RenderNotes property of the HtmlOptions (or JpgViewOptions, or PdfOptions). The following code sample renders Presentation with notes. 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....pptx' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'RenderNotes':..."viewer/with_notes_pptx/with_notes_page_1.html" , "downloadUrl" : "https://api...

    docs.groupdocs.cloud/viewer/render-document-wit...
  7. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs developer newsletter of May 2017 describes APIs updates, major feature enhancements and bug fixes within GroupDocs documents manipulation APIs....Project, Visio, Outlook Emails, HTML, AutoCAD, Drawing, Photoshop...Document Assembly Support for HTML, Text and XML Files in Java...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  8. 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....xlsx' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'SpreadsheetOptions':..._xlsx/with_empty_row_page_1.html" , "downloadUrl" : "https://api...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  9. MD to HTML 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....了解如何使用免费的在线 Markdown 转换器将 MD 文件转换为 HTML。...

    blog.groupdocs.cloud/zh/tag/md-to-html-converter/
  10. 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....dwg' }, 'ViewFormat': 'HTML', 'RenderOptions': { 'CadOptions':...h_layers_and_layouts_page_1.html" , "downloadUrl" : "https://api...

    docs.groupdocs.cloud/viewer/adjust-output-image...