Bitmap is used to create and store computer graphics. You can easily create Bitmap in C# with Aspose.Drawing for .NET API. In this article, you will learn how to create a new bitmap in C#. This article also demonstrates how to load an image in bitmap or draw graphics in a bitmap using C#.
Generate Pdf417 Barcode in Java
In certain scenarios, you might want to create a Pdf417 code with different encoding types. In accordance with such use cases, this article covers how to generate a Pdf417 Barcode programmatically in Java.
Create Charts in Excel Files using Python
Excel charts are commonly used to visually represent and depict the data in the spreadsheets. You can create a variety of charts in Excel, such as, line, bar, pie, doughnut, pyramid, bubble, etc. In this article, you will learn how to create charts in Excel files in Python. We will create a few charts to demonstrate how easy it is for you to programmatically create Excel charts in Python.
Convert OBJ to DXF File Programmatically in C#
An OBJ file is a geometry definition file format that can contain texture maps, polygonal faces, and 3D coordinates. You may need to convert an OBJ file to a DXF file for certain requirements. This article covers how to convert OBJ to DXF file programmatically in C#.
Create Pivot Tables in Excel using Python
Pivot tables in Excel spreadsheets are used to summarize the data in an interactive way. Suppose, you have the data of a number of invoices and you want to get their total grouped by the customers or products. The pivot tables come into play in such cases. In this article, you will learn how to deal with pivot tables in Excel in Python. Particularly, you will come to know how to create a pivot table in Excel in Python. Furthermore, we will demonstrate how to format data in the Excel pivot tables programmatically.
Generate Data Matrix Code in Java
Data matrix code is omnidirectional 2D barcode defined by an L-shaped pattern at one side of the code along with solid border at two adjacent sides. In specific use cases, you may need to create a Data Matrix code with a variety of encoding types. This article explains how to generate a Data Matrix Code programmatically in Java.
SVG Fill Color and SVG Stroke Color in C#
Scalable Vector Graphics (SVG) offers resolution‑independent images perfect for web design. This guide shows how to programmatically apply SVG fill and stroke CSS properties in C# with Aspose.SVG.
Merge OneNote Files in C#
OneNote files are used to organize things where you can keep important information in the form of text, image, drawing, etc. You can merge multiple notebooks into a single file. The merged output file can be saved as a OneNote file (.one) as well as a PDF document as per your requirements.
Combine OneNote Files in C#
OneNote notebooks let you store text, images, drawings and more. Merge several notebooks into one file, then save the result as a .one notebook or a PDF.
Add New Layer in PSD Programmatically using C#
PSD (Photoshop Document) is a native image file format for Adobe’s popular Photoshop Application. It is commonly used to create logos, brochures, and other images where the PSD file contains several layers. You can manipulate the PSD files programmatically in .NET applications. In this article, you will learn how to create new layers in a PSD file programmatically using C#.