English

Generate and Scan Barcodes in Java

Explore the art of barcode generation in Java. Elevate your coding finesse with this comprehensive guide. Learn how to generate and read barcodes programmatically in Java.
April 7, 2020 · 5 min · Usman Aziz

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

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.
April 3, 2020 · 3 min · Usman Aziz

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

This article provides you with the easiest way of converting DICOM images to JPG, PNG, BMP and GIF formats in C#. 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, etc.
April 1, 2020 · 3 min · Usman Aziz

AcroForms vs XFA Forms - Convert XFA to AcroForms in PDF

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.
March 31, 2020 · 2 min · Usman Aziz

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

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 without Photoshop, you will definitely look for some automation.
March 27, 2020 · 4 min · Usman Aziz

Convert PostScript PS/EPS and XPS to PDF and Raster Images in 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: Convert a PostScript PS/EPS to PDF in C++ Convert a PostScript PS/EPS to Image in C++ Convert XPS to PDF in C++ Convert XPS to image in C++ Before we start, I assume that you have downloaded Aspose.
March 26, 2020 · 3 min · Usman Aziz

Create or Edit XPS Documents Programmatically 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.
March 24, 2020 · 2 min · Usman Aziz

Read or Create Projects on Project Server and Project Online using C# .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 without requiring your own infrastructure.
March 20, 2020 · 3 min · Usman Aziz

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#. 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.
March 18, 2020 · 3 min · Usman Aziz

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 files using C++.
March 17, 2020 · 3 min · Usman Aziz