English

Convert DICOM to JPG, GIF, PNG, BMP and PDF in Java

To view a DICOM file, you need dedicated software and you cannot simply embed them in presentations or webpages. To tackle this limitation, you can convert a DICOM file to raster image formats such as JPEG, GIF, PNG, and BMP. In this article, you will learn how to convert a DICOM file programmatically in Java.
November 20, 2020 · 3 min · Muhammad Sohail

Convert CSV to Excel XLS in C# .NET

In certain cases, you might need to manipulate or convert the CSV data to Excel (XLS or XLSX) format for further processing. In this article, you will learn how to convert a CSV file to Excel XLS XLSX in C#.
November 17, 2020 · 3 min · Usman Aziz

Convert DWG and DXF Files to PDF using Java

CAD file formats are used by the designers or architects to create drawings in various industries such as construction, automobile, hardware, and etc. DWG and DXF are the most widely used CAD formats, however, you need a dedicated software to view the content in DWG and DXF files. In order to tackle this limitation, you can convert the CAD drawings to PDF format. In this article, you will learn how to automate CAD to PDF conversion and convert DWG and DXF files to PDF using Java.
November 13, 2020 · 4 min · Usman Aziz

Import or Export Annotations from PDF to XFDF using C# VB.NET

Annotations are often used to add clarifications, explanations, details, or comments to some documents. In PDF files, annotations are frequently used and you might need to import or export them to XFDF format. You can easily import or export annotations programmatically using C# or VB.NET.
November 12, 2020 · 3 min · Farhan Raza

Protect or Unprotect MS Word Documents using Java

MS Word allows you to protect the DOCX document with various mechanisms. You can set a password that is required to open the document. On the other hand, you can specify the protection levels such as making the document read-only, allowing comments or form fields only, and etc. In this article, you are going to learn how to automate the MS Word protection features in order to protect or unprotect DOCX files in Java-based applications.
November 10, 2020 · 3 min · Usman Aziz

Merge Two or More PDF Files using C++

In various scenarios, you may need to merge multiple PDF files into a single one. For example, merging the content from a similar type of documents such as resumes, receipts, and etc. Aspose.PDF lets you automate the PDF merging process from within your web, desktop, or mobile applications. In this article, you are going to learn how to merge multiple PDF files using the C++ variant of Aspose.PDF.
November 9, 2020 · 2 min · Usman Aziz

Convert PDF to SVG Format using Java

PDF has been ruling the world of digital document formats for many years for printing, sharing, exchanging, and archiving the documents. However, PDF may not be suitable in certain situations such as displaying it on a web page. In such cases, SVG comes as an alternative. SVG files can easily be displayed on the web pages without disturbing the user experience across the diversity of screen sizes. Hence, PDF to SVG conversion takes place in such cases. In this article, you are going to learn how to convert the PDF files to SVG format using Java.
November 4, 2020 · 2 min · Usman Aziz

Print PDF Files Programmatically using Java

Printing PDF documents is often a key function in different companies and organizations. You can easily print a PDF file programmatically using Java language. You can work with Aspose.PDF for Java API by configuring it in your environment. Let us walk through different PDF printing scenarios that are possible in your Java applications.
November 4, 2020 · 4 min · Farhan Raza

Split a PDF File into Multiple Files using C#

In the previous article, you have seen how to merge multiple PDF files into a single PDF. However, there could be a case when you need to split a single PDF file into multiple files. You can either split each page of the PDF or a collection of pages into multiple PDFs. In this article, you will learn how to cope up with such scenarios and split a PDF file into multiple PDFs using C#.
November 3, 2020 · 2 min · Usman Aziz

Add or Remove Attachments in PDF Files using C++

PDF has become a massively used file format because of its cross-platform support. You can create a PDF on the Windows platform, for example, and then transfer it to the Mac without any compatibility or formatting issues. One of the powerful features that PDF supports is adding attachments. You can embed other documents into a PDF file just like the email attachments. In this article, you are going to learn how to deal with PDF attachments programmatically. More specifically, you will come to know how to get, add, and remove attachments in PDF files using C++.
November 2, 2020 · 3 min · Usman Aziz