Category Archive: GroupDocs.Viewer Product Family

Official blog with announcements of latest supported features, hot fixes, technical articles, tips and videos of GroupDocs.Viewer – A document rendering API for .NET, Java, and Cloud.

Render Word documents as Minified HTML in Java

HTML minification improves the web application performance with efficient load time and bandwidth usage. Unnecessary parts of code, insignificant white spaces, comments, semicolons, color values in the HTML and CSS are optimized in the minification process. Let's automate the process to get rid of the unwanted code and improve efficiency within your Java applications. In order to improve the performance, this article discusses how to render Word documents to minified HTML in Java.

Posted in GroupDocs.Viewer Product Family | Tagged , , ,

Render Word documents as Clean HTML using C#

Cleaning and Minification of HTML improve the load time and bandwidth usage of the webpages. It is observed that some unnecessary code is injected when one document is converted to HTML format using some tools. You can get rid of this unwanted code within your .NET applications. This article discusses how to render Word documents to minified HTML using C#.

Posted in GroupDocs.Viewer Product Family | Tagged , ,

STL File Viewer using Java

STL (STereoLithography) file format is vastly used for 3D CAD drawings and printing. On the other hand, there are many other formats that are more portable than STL. Here comes the requirement to render the STL format into other formats. In this article, we will discuss how to render the STL files into PDF format using Java. In addition to this, we will convert the STL files to HTML, JPG, and PNG formats within Java application using examples.

The following topics are discussed in this article:

  • STL Viewer Java API
  • View STL as PDF
  • View STL as HTML, JPG, PNG
Posted in GroupDocs.Viewer Product Family | Tagged , , , , , ,

STL File Viewer using C#

STL (STereoLithography) file format is used for 3D CAD drawings and 3D printing. There are several requirements when the developers are required to programmatically render STL files into various other formats. One of the reasons for conversion is better portability. In this article, you will learn how to render the STL files into PDF format using C#. Additionally, we will convert the STL files to HTML, JPG, and PNG format within .NET application using examples.

The following topics are discussed in this article:

  • STL Viewer .NET API
  • View STL as PDF
  • View STL as HTML, JPG, PNG
Posted in GroupDocs.Viewer Product Family | Tagged , , , , , ,

Convert Source Code to PDF in Java

If you want to share your code snippets, you can convert them into PDF format. In this article, we will discuss how to convert Java, Python, C++, PHP source code to PDF format within Java application. Additionally, we will also learn to password-protect the converted PDF files.

The following topics are discussed in this article:

  • Source Code Conversion Java API
  • Java to PDF using Java
  • Python to PDF using Java
  • PHP to PDF - Protect the PDF file
Posted in GroupDocs.Viewer Product Family | Tagged , , , ,

Convert Source Code to PDF in C#

You sometimes need to convert the source code files to other formats. It may be for sharing or analysis purposes. This article discusses how to convert Python, PHP, Java, C#, C/C++ source code files to PDF format within the .NET applications. Furthermore, we will programmatically password-protect the converted files.

  • Source Code Conversion .NET API
  • Java to PDF using C#
  • Python to PDF using C#
  • PHP to PDF - Protect the PDF file
Posted in GroupDocs.Viewer Product Family | Tagged , , , , , ,

View Word Documents as Responsive HTML Page using Java

Responsive HTML web pages are the ones that look good on different devices by adjusting themselves according to the different screen sizes. This article will guide you about how to programmatically convert word documents as responsive HTML pages within the Java applications using GroupDocs.Viewer.

The following topics will be covered in this article:

  • Java API for Word and Responsive HTML viewer
  • View Word Documents as Responsive HTML in Java
Posted in GroupDocs.Viewer Product Family | Tagged , , , ,

View Word Documents as HTML Responsive Page using C#

HTML Responsive web pages are meant to look good on different devices. These pages automatically adjust according to different screen sizes. This article will guide you to automate the conversion and view your Word documents as responsive HTML pages within your .NET applications using C#.

The following topics will be covered in this article:

  • .NET API for Word and Responsive HTML viewer
  • View Word Documents as Responsive HTML using C#
Posted in GroupDocs.Viewer Product Family | Tagged , , ,

View CAD Documents using C#

CAD (Computer-Aided Design) drawings are normally used to create architectural plans and models using CAD software programs. Some of the well-known AutoCAD file formats are DWG, DXF, DGN, DWF. We discussed viewing the CAD drawings using Java in a separate article. Today, in this article, we will discuss how to programmatically view CAD files using C# within .NET applications.

The following topics are covered briefly in this article:

  • .NET API to render CAD files.
  • Convert CAD files to render as HTML, JPG, PNG, or PDF.
  • Get layouts and layers of DWG.
  • Render CAD layers of DWG drawings.
  • Render CAD layouts of DWG drawings.

Continue Reading ...

Posted in GroupDocs.Viewer Product Family | Tagged , , ,

View CAD Documents using Java

Computer-Aided Design - CAD files are normally used for 2D and 3D designs. These designs are generated by CAD software programs and are normally used to create models and architectural plans. If you have worked with CAD, you’re most likely familiar with some of AutoCAD’s file formats, such as DWG, DXF, DGN, DWF. This article will discuss how to programmatically view CAD files within Java applications.

The following topics are briefly covered in this article:

  • Java API to render CAD files.
  • Convert CAD files to render as HTML, JPG, PNG, or PDF in Java.
  • Get layouts and layers of DWG in Java.
  • Render CAD layers of DWG drawing in Java.
  • Render CAD layouts of DWG drawing in Java.

Continue Reading ...

Posted in GroupDocs.Viewer Product Family | Tagged , , , , ,