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#.
Convert Word to JSON in C#
Scan QR Code in Java
You may need to scan QR barcode of different versions and types. This article discusses how to scan a QR Code programmatically in Java.
Generate QR Code in Java
In certain scenarios, you might want to create a QR code with different encoding types. In accordance with such use cases, this article covers how to generate a QR Code programmatically in Java.
Convert Markdown to HTML in Java
Markdown files are commonly used for blogging, discussions and other platforms. Likewise, HTML files are popularly used to display data or information. The Markdown format is easy and understandable to humans so we can consider it as a writing format while the HTML is a publishing format so you might need to convert a Markdown file to HTML format. Accordingly, this article discusses how to convert Markdown to HTML format programmatically in Java.
Convert EPS to PNG in Java
PostScript EPS/PS documents are commonly used for printing purposes as they are based on Page Description Languages. As a Java developer, you can easily convert PostScript PS/EPS files into PNG images. In this article, you will learn how to convert EPS to PNG in Java.