Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 41,843 for

html

(0.11 sec)
  1. GroupDocs.Viewer for .NET 17.7.0 Release Notes ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 17.7.0. Major Features One new feature and 14 improvements and fixes in this regular monthly release. The most notable are: Added support of rendering PDF document with attachments Extended support for setting font directories for Presentation documents Extended support for setting JpegQuality when rendering SVG as PDF Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1182 Support rendering PDF documents with attachments New Feature VIEWERNET-1274 Extend support for setting font directories to Presentation documents Improvement VIEWERNET-1255 Extend support for setting JpegQuality when rendering SVG as PDF Improvement VIEWERNET-1250 Improve rendering Microsoft Visio document as Html Improvement VIEWERNET-1173 Rendering djvu documents with maximum JpegQuality renders contained images with low quality Improvement WEB-2429 PDF with hieroglyphs is converted to the JPEG and Html with corrupted symbols Bug VIEWERNET-1262 Resource prefix not applied when rendering Presentation documents to Html Bug VIEWERNET-1252 Watermark not displayed when rendering Microsoft Visio document as Html Bug VIEWERNET-1251 Multipage Microsoft Visio document shows page count as one Bug VIEWERNET-1220 ViewerConfig....Microsoft Visio document as HTML Improvement VIEWERNET-1173 Rendering...is converted to the JPEG and HTML with corrupted symbols Bug VIEWERNET-1262...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  2. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Convert Word to......PDF to HTML Convert PDF to HTML in Java convert to html document...conversion PDF to HTML PDF to HTML Java Convert PDF to HTML in CSharp...

    blog.groupdocs.com/uk/tags/index.xml
  3. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Convert Word to......PDF to HTML Convert PDF to HTML in Java convert to html document...conversion PDF to HTML PDF to HTML Java Convert PDF to HTML in CSharp...

    blog.groupdocs.com/he/tags/index.xml
  4. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Convert Word to......PDF to HTML Convert PDF to HTML in Java convert to html document...conversion PDF to HTML PDF to HTML Java Convert PDF to HTML in CSharp...

    blog.groupdocs.com/fa/tags/index.xml
  5. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Convert Word to......PDF to HTML Convert PDF to HTML in Java convert to html document...conversion PDF to HTML PDF to HTML Java Convert PDF to HTML in CSharp...

    blog.groupdocs.com/pl/tags/index.xml
  6. GroupDocs.Conversion for .NET Library issue - F...

    Dear team, Good day! Our customer, Capital Securities Corporation., is testing GroupDocs.Conversion for .NET Library and has some questions may need your help. They’d like to use GroupDocs.Conversion for .NET Library …...NET Library to convert PDF to html, then open it with web browser...3 Downloads.ZIP (2.4 MB) The HTML file generated from the previous...

    forum.groupdocs.com/t/groupdocs-conversion-for-...
  7. A single file viewer in ASP.NET MVC - GroupDocs...

    I’m willing to purchase your product, but I need this basic capability in ASP.NET MVC. User clicks a link, server processes the file as necessary and the file gets displayed in your viewer without any uploading/ navigat…... The HTML that Viewer is producing is...KB). Printing PDF instead of HTML does require some changes see...

    forum.groupdocs.com/t/a-single-file-viewer-in-a...
  8. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for .NET. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. XLSX OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet PPTX OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language Html Html format....Word Processing Markup Language HTML format. ODF Text Document. ODF...in the IDPF EPUB format. Mime HTML (MHTML) Tagged Image File Format...

    docs.groupdocs.com/assembly/net/supported-docum...
  9. GroupDocs.Viewer For .NET 3.4.0 Release Notes |...

    This page contains release notes for GroupDocs.Viewer for .NET 3.4.0 Major Features There are 24 improvements and fixes in this regular monthly release. The most notable are: Improved rendering performance. Improved applying watermark performance. Improved GetPdfFile method usability and performance. Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-628 Implement RotatePage method that returns void Improvement VIEWERNET-663 Improve library performance Improvement VIEWERNET-665 Improve applying watermark performance Improvement VIEWERNET-670 Improve get pdf file performance Improvement VIEWERNET-674 Improve GetPdfFile method usability Improvement WEB-1734 Hide the hidden sheets for ....Rendering of Excel File into Html and Image Bug VIEWERNET-689...Rendering of Excel File into Html and Image Bug VIEWERNET-690...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  10. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of Html external resources. Here are the steps to handle loading of Html external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of Html external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....functionality to handle loading of HTML external resources. Here are...the steps to handle loading of HTML external resources. Instantiate...

    docs.groupdocs.com/parser/java/handle-loading-o...