Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 15,013 for

html

(0.12 sec)
  1. 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 .NET GroupDocs.......PDF to HTML Convert PDF to HTML in Java convert to html PDF to...to HTML PDF to HTML Java Convert PDF to HTML in CSharp PDF to...

    blog.groupdocs.com/tags/index.xml
  2. View MPP Files Created in MS Project 2019 using...

    Hello everyone! We have recently released version 19.9 of GroupDocs.Viewer for .NET with the support of new file formats as well as a number of bug fixes. So in this post, I am going to write about what is new in this release particularly for those who are interested in viewing Microsoft Project files (.mpp) using .NET API. Microsoft Project is a famous project management software that is proved to be helpful for the managers as well as the other stakeholders in making, organizing, tracking and analyzing their project plans....resources when rendering into HTML Failed to render password-protected...embedded when rendering XLSX into HTML with external resources Incorrect...

    blog.groupdocs.com/viewer/view-mpp-files-of-ms-...
  3. Create and edit new WordProcessing document | G...

    This article demonstrates how to create and edit WordProcessing documents using GroupDocs.Editor for .NET. It also covers supported formats like spreadsheets and presentations.... Modify the HTML content string html = editable . GetEmbeddedHtml...GetEmbeddedHtml (); string updatedHtml = html . Replace ( "<span class = ...

    docs.groupdocs.com/editor/net/create-document/
  4. Supported Document Formats | GroupDocs

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Java. 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/java/supported-docu...
  5. GroupDocs.Viewer for .NET 25.9 – Latest Updates...

    Explore what’s new in GroupDocs.Viewer for .NET 25.9. Available now on NuGet and GroupDocs website....Spreadsheet documents to embedded HTML. (VIEWERNET-5490) [Fix] PDF...attachment in base PDF in rendered to HTML format with issues. (VIEWERNET-5374)...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  6. GroupDocs.Editor for .NET | GroupDocs

    Edit Word, Excel and PowerPoint documents using GroupDocs.Editor for .NET powerful document editing API and C# language....external, open source or paid HTML editor. GroupDocs.Editor API...load documents, convert it into HTML that allows to edit document...

    docs.groupdocs.com/editor/net/
  7. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your .NET applications....feedback To add a watermark to the HTML/JPG/PNG/PDF output, follow these..."sample.docx" )) { // Create an HTML file. HtmlViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/add-text-watermark/
  8. 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 .NET GroupDocs.......Parser HTML Releases Table Extraction automation...Email message Email message to HTML Email message to JPEG Email...

    blog.groupdocs.com/tr/tags/index.xml
  9. Render STL and IFC File Formats using GroupDocs...

    We are pleased to announce the release of version 17.10 of GroupDocs.Viewer for .NET. This monthly release has come with 3 new features and more than 10 improvements and bug fixes. GroupDocs.Viewer for .NET 17.10 allows you to render STL and IFC file formats. Furthermore, settings to hide/show hidden pages have been extended for Microsoft PowerPoint documents. Please continue to read more about the latest version. Render STL and IFC File FormatsFrom version 17....whole Excel sheet into a single HTML/image page or into a single...and embedding resources into HTML regardless of IsResourcesEmbedded...

    blog.groupdocs.com/viewer/render-stl-and-ifc-fi...
  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...