Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2020
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. There could be the case … Continue Reading
C# Convert DICOM to JPEG, GIF, PNG, and BMP Images
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 DICOM to BMP, DICOM to GIF, DICOM to JPEG, DICOM to PNG, Online DICOM Converter
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.5 specification after acquiring Accelio (a … Continue Reading
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 … Continue Reading
Posted in Aspose.PSD Product Family Tagged Convert PSD Files in Csharp .NET, PSD to BMP, PSD to GIF, PSD to JP2, PSD to JPG, PSD to PDF, PSD to PNG, PSD to TIFF
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:
… Continue ReadingCreate 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. Furthermore, it supports converting the documents to PDF and raster … Continue Reading
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 … Continue Reading
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. … Continue Reading
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