Yearly Archives: 2020

Generate and Scan Barcodes Programmatically using Java

In this article, I’ll show you how to generate barcodes programmatically using Java. Furthermore, you will also learn how to scan and read different types of barcodes using Java.

Generate Barcode in Java 2

Barcode technology is a popular and widely used way to visually represent data about objects in the form of different patterns. Barcode is the encoded and machine-readable form of the data that can be decoded or read using the barcode scanners. These days, almost every product contains a barcode … Continue Reading

Posted in Aspose.BarCode Product Family | Tagged , , ,

Import Data from JSON to Excel Worksheet in C# .NET

Convert JSON to Excel C#

MS Excel provides a variety of features to keep and organize tabular data in the form of worksheets. Along with data organization, you can perform various operations such as data sorting, graph plotting, mathematical computations and etc. JSON, on the other hand, is a widely used format to store and transmit the data in the form of key-value pairs. Most often, it is used to transmit data from the server to the web pages. There could be the case … Continue Reading

Posted in Aspose.Cells Product Family | Tagged , ,

C# Convert DICOM to JPEG, GIF, PNG, and BMP Images

DICOM to Image

DICOM (Digital Imaging and Communications in Medicine) is a standard file format for storing medical imaging information. The information stored in the DICOM images is managed in the form of datasets including the header and the image data set. Most often, DICOM images contain medical scans such as ultrasounds, MRIs and etc. which are exchanged between multiple entities to share the patient’s medical information.

In order to view the DICOM images, various offline and online DICOM viewers are … Continue Reading

Posted in Aspose.Imaging Product Family | Tagged , , , ,

AcroForms vs XFA Forms – Convert XFA to AcroForms in PDF

Convert XFA to AcroForms

AcroForms vs XFA Forms

AcroForms are the fillable forms that are used to integrate the form fields in PDF documents. It was the initial forms technology adopted by Adobe for the PDF documents starting from PDF 1.2 specification. AcroForms allow adding the form fields as an overlay to collect the data from the end-users or anyone using the document.

Later, Adobe adopted the XML-based XFA forms (XML Forms Architecture) as part of the PDF 1.5 specification after acquiring Accelio (a … Continue Reading

Posted in Aspose.PDF Product Family | Tagged , , , ,

Convert PSD to PDF, JPG, PNG and Other Raster Image Formats in C#

PSD to Image C# 2

The Photoshop Document (PSD) is a well-known file format used by Adobe Photoshop for saving the data in the form of layers. The layers are combined together to obtain the desired artwork or images. Adobe Photoshop allows the designers to export the PSD layers as a single image in the form of PNG, JPG, GIF, TIFF, and other formats.

In case you want to implement the feature of converting or exporting the PSD files to raster image formats … Continue Reading

Posted in Aspose.PSD Product Family | Tagged , , , , , , ,

Convert PostScript PS/EPS and XPS to PDF and Raster Images in C++

PostScript XPS to PDF and Image C++

In my previous post, I have shown you how easy it is to create or edit PostScript (PS/EPS) and XPS documents programmatically using Aspose.Page for C++. In this article, I’ll demonstrate how to convert PS/EPS or XPS documents to PDF or raster image formats including PNG, JPEG, TIFF, and BMP using C++. The rest of the article is composed of the following sections:

Continue Reading
Posted in Aspose.Page Product Family | Tagged , , , , ,

Create or Edit XPS Documents Programmatically in C++

Create PS EPS XPS Documents in C++

Aspose.Page for C++ is a valuable addition to Aspose.Page Product Family which is developed for manipulation of PostScript (PS/EPS) and XPS documents using C++. Aspose.Page for C++ is a native C++ library for creating new XPS files as well as modifying and converting the existing PostScript and XPS documents programmatically. The API also lets you work with the pages and elements such as canvases and glyphs in the XPS documents. Furthermore, it supports converting the documents to PDF and raster … Continue Reading

Posted in Aspose.Page Product Family | Tagged , ,

Read or Create Projects on Project Server and Project Online using C# .NET

Project Server and Project Online in C# ASP.NET

The Project Online and Project Server are the feature-rich project and portfolio management solutions provided by Microsoft. Both the solutions offer almost a similar range of features for creating and managing projects, however, they differ based on which solution fits well with your requirements. For example, if you want the on-premise solution with more control over the hardware and software then you may opt Project Server. On the other hand, Project Online serves as a cloud-based instance of Project Server … Continue Reading

Posted in Aspose.Tasks Product Family | Tagged ,

Convert PDF File to PowerPoint Presentation in C#

This article contains the steps and code samples to convert PDF to PPT or PPTX programmatically in C#.

Convert PDF to PPT C#

PDF is one of the widely used formats for exchanging documents with reliability without worrying about layout issues. The PowerPoint presentations (PPT/PPTX), on the other hand, have made it easier to present the data or information in the form of interactive slides. In some cases, the information contained in a PDF file is needed to be presented as a PowerPoint presentation. … Continue Reading

Posted in Aspose.PDF Product Family | Tagged , , , ,

C++ PDF Library – Create PDF Files Programmatically in C++

With the power of the Internet, everything has gone digital and paperless systems have become popular. The digital documents, i.e. PDF, are among the building blocks of paperless systems that have made life easier by providing automated generation and processing features. Most of the businesses use PDF document automation for generating reports, receipts, invoices, and other business documents dynamically. Therefore, in this article, I’ll demonstrate how to integrate the features of PDF automation in C++ based applications and generate PDF Continue Reading

Posted in Aspose.PDF Product Family | Tagged , , ,