Read Barcode from PDF in C#
We can generate and add barcodes to PDF documents as described in my previous post. In certain cases, we may need to detect and read the barcodes embedded into PDF… Read More »Read Barcode from PDF in C#
We can generate and add barcodes to PDF documents as described in my previous post. In certain cases, we may need to detect and read the barcodes embedded into PDF… Read More »Read Barcode from PDF in C#
MS Excel provides a quick and easy way to store small as well as large-sized data in the form of rows and columns. In addition, it lets you perform various… Read More »Password-Protect and Unprotect Excel Files in Python
The OBJ files are used to define geometrical objects and are often created as an output file using 3D modelling applications. Sometimes you might want to convert an OBJ file… Read More »Convert OBJ to DXF File Programmatically in C#
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,… Read More »Create Charts in Excel Files using Python
Pdf417 is a stacked barcode that can be read with a linear scan. It offers good error detection and correction to ensure data integrity. In different use cases, you may… Read More »Generate Pdf417 Barcode in Java
A bitmap is used to create and store computer graphics. Bitmap images are widely used on web pages and digital devices such as cameras, smartphones, etc. The most common bitmap… Read More »Create, Load, Fill, and Draw Bitmap in C#
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… Read More »Create Pivot Tables in Excel using Python
Data matrix code is an 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… Read More »Generate Data Matrix Code in Java
SVG (Scalable Vector Graphics) is an XML-based web-friendly vector file format. It enables developers and designers to create vector graphics using points, lines, paths, and shapes. You can use it… Read More »SVG Fill Color and SVG Stroke Color in C#
PSD (Photoshop Document) is a native image file format used by Adobe’s popular Photoshop Application. It is commonly used to create logos, brochures, and other images where the PSD file… Read More »Add New Layer in PSD Programmatically using C#