Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: March 2021
Create or Fill HTML Form with Submit Button using C#
HTML forms are frequently used for getting input from the users. You can fill in different form fields containing Checkbox, Text, Radio, and Submit button for input. You can create or fill-in the HTML form programmatically using the C# language.
Create Charts in Excel Spreadsheets using C#
Excel charts are used to visualize the data in spreadsheets. MS Excel supports a variety of charts such as line, bar, pie, doughnut, pyramid, bubble, etc. In this article, you will learn how to create different types of charts in Excel files using C#.
Convert CSV to PDF and PDF to CSV using C++
PDF files are a standard format for exchanging documents over the internet. There might be situations where you need to process the data in the PDF file and add that to a database. For such scenarios, converting the PDF document to CSV format might prove to be helpful. On the other hand, you might have some tabular data in CSV format that you want to share in a read-only manner with someone. You can achieve this by converting the CSV files to PDF format. In this article, you will learn how to interconvert PDF and CSV files programmatically using C++.
Add or Remove Annotations in PDF Files using Java
Annotations in PDF files are used to elaborate the content. An annotation could be a note, popup, or a graphical object such as an arrow, line, etc. Since PDF files are not editable, annotations let you provide additional information. In this article, you will learn how to work with annotations in PDF files programmatically. Particularly, you will learn how to add or remove annotations in PDF files using Java.
Convert GIF Images to PNG, JPEG, BMP, or TIFF using Java
More often, GIF images are used to depict the animations. An animated GIF is a collection of frames combined together in a particular order. However, in certain cases, you have to convert GIF images to other raster image formats. For such cases, this article demonstrates how to convert a GIF image to PNG, JPEG, BMP, and TIFF formats using Java.
Convert Excel to CSV and CSV to Excel using C++
Excel is a popular format for sharing information. You may find yourself in situations where you have data in an Excel(XLS/XLSX) file that you need to import to a database. For this, you would need to convert the Excel file to CSV format. On the other hand, you may have data in CSV format exported from a database that you need to manipulate further in an Excel file. For such cases, you would need to convert the CSV file to Excel format. In this article, you will learn how to perform both these conversions programmatically using C++.
Convert SVG Image to HTML Webpage Programmatically in C#
Scalable Vector Graphic, SVG, files are commonly used over the web because of their scalability and without changing the quality of the image. Two-dimensional graphics like logos, icons, and illustrations are often rendered in SVG file format. You can easily convert SVG to HTML file programmatically using C# language. In this article, you will learn several details about SVG to HTML webpage conversion.
Posted in Aspose.SVG Product Family Tagged Convert SVG to HTML, Export SVG to HTML, SVG to HTML, SVG to HTML in C#
Convert PUB to PNG, JPEG, or TIF Image using C#
Publisher (PUB) files are used for publishing content on large scale. However, limited applications support this file format so you may need an image or thumbnail of the PUB file for a quick preview. You can convert PUB to PNG, JPEG, or TIF image programmatically using C#.
Posted in Aspose.PUB Product Family Tagged Convert PUB to Image, PUB to JPEG in C#, PUB to PNG in C#, PUB to TIF in C#