Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Farhan Raza
Convert Markdown (MD) to PDF or PNG, JPG Image using C#
In this article, we will be learning Markdown file to PDF, PNG, JPG and other image formats conversion programmatically using C# language. MD files are quite common over the web and you might have noticed that readme files of different software as well as the documentations are often created in Markdown format.
Posted in Aspose.HTML Product Family Tagged Convert Markdown to Image, Convert Markdown to PDF, MD to Image, MD to JPG, MD to PDF, MD to PNG
Convert HTML Webpage to Word File (DOCX/DOC) using C#
HTML files are frequently used to create, edit, or communicate a lot of information. Likewise, Microsoft Word files including DOCX and DOC are also famous because of different features. You can convert HTML webpage files to word files, DOCX or DOC, with great fidelity.
Convert HTML to Markdown or Markdown to HTML in C#
Markdown is a mark-up language with simple symbols that denote heading, bold, italic, underline, and much more. It is simple to learn and write so mostly online documentation and readme files are written using the markdown. You can convert Markdown to HTML Webpage easily with few quick steps. Likewise, HTML to Markdown conversion is also a useful feature that we will be exploring here using C# language.
Convert SVG to PDF or XPS Programmatically using C#
Scalable Vector Graphics, SVG, file format is used to display two-dimensional images, usually in for the web. You can convert SVG to PDF or XPS programmatically using C# or VB.NET. XPS and PDF file formats are widely supported and utilized by different systems. In this article, we will be covering the SVG to PDF and SVG to XPS conversion features with examples.
Convert PUB to PDF Programmatically in Java
A lot of publications are created every day. It could be a flyer, brochure, pamphlet, banner, etc., which are actually designed in PUB format. You can convert PUB file to a PDF file easily using Java language.
Posted in Aspose.PUB Product Family Tagged Convert PUB to PDF, PUB to PDF, PUB to PDF in Java, Publisher to PDF
Convert PDF File to Byte Array or Byte Array to PDF using C#
Byte Array is helpful for storing or transmitting data. Likewise, the PDF file format is popular because of its features and compatibility. You can convert PDF File to Byte Array as well as a Byte Array to PDF File using C# language.
Convert MemoryStream to PDF File or PDF File to MemoryStream in C# VB.NET
MemoryStream is frequently used because of its efficiency and ease. You can convert a MemoryStream to a PDF File as well as a PDF File to a MemoryStream Programmatically using C# or VB.NET. One of the many advantages of using a MemoryStream is that the system can avoid the latencies.
Convert JSON to CSV and CSV to JSON using C# or VB.NET
JSON is abbreviated for Javascript Object Notation, which represents the data as key-value pairs. You can convert JSON to CSV and CSV to JSON format as per your requirements. Both of these file formats are suitable for storing and transmitting data.
Convert CSV to PDF or PDF to CSV Programmatically using C# VB.NET
Convert CSV to Excel Files or Excel to CSV using C# VB.NET
Information is sometimes exchanged as key, value pairs, or comma-separated values in different scenarios. You might need to manipulate or convert such comma-separated values (CSV) to Excel (XLS /XLSX) for further processing. Likewise, you can convert Microsoft Excel files XLS/XLSX to CSV in your .NET applications using C# or VB.NET.