Search
Follow Us
Categories
- Success Stories(157)
Archives
Convert Excel Files to Images using C++
There can be many reasons for converting Excel files to images like adding images to web pages, PDFs, Word Documents, PowerPoint Presentations, etc. In this article, we will learn how to convert Excel files to images with C++.
Add Watermark to Images using Java
Watermark is a convenient way of protecting the content and claiming the copyrights. By applying a watermark to digital documents or images, you can avoid unauthorized usage or theft. In accordance with that, this article covers how to automate watermarking feature for images within Java applications. Particularly, you will learn how to add watermark to images using Java. This can be useful especially when you need to add a watermark to a batch of images.
Convert PLT to PDF or Image Programmatically using Java
PLT format files are vector-based files that are used by plotter printers. These files ensure precision and accuracy in printing jobs. However, you can convert a PLT file to PDF programmatically using Java language. The PDF format file is device independent thus making your file compatible with a lot of platforms and system environments.
Posted in Aspose.CAD Product Family Tagged Convert PLT to PDF, Convert PLT to PDF in Java, PLT to Image, PLT to JPEG, PLT to PDF, PLT to PNG
Add, Remove, Extract and Replace Images in PDF using C#
A picture is worth a thousand words. Therefore, images and graphics play an important role in PDF as well as other documents. Since PDF has become one of the most popular and widely used file formats, this article targets how to manipulate images in PDF files programmatically. More precisely, you will learn how to add, extract, remove, and replace images from PDF files using C#.
Convert (MD) Markdown to PDF or Image in Java
You can convert MD files to different formats as per your requirements. Aspose.HTML for Java API supports working with markdown files. You do not need to take care of minor details of the file formats. Instead, simple API calls can be used to create, edit or manipulate the supported file formats.
Posted in Aspose.HTML Product Family Tagged Convert Markdown to Image, Convert Markdown to PDF, MD to PDF
Convert MS Visio Diagrams to PDF using C#
MS Visio is a widely used application for creating a multitude of diagrams such as flowcharts, business flow diagrams, etc. However, in various cases, you may need to convert the diagram files to other file formats. For example, when sharing the diagrams you can convert them to a PDF file. On the other hand, you can convert a diagram to an image for embedding it into your web or desktop application. In this article, we will target Visio diagram to PDF conversion programmatically. Particularly, you will learn how to convert VSDX or VSD files to PDF using C#.
Posted in Aspose.Diagram Product Family Tagged csharp-visio-to-pdf, csharp-vsd-to-pdf, csharp-vsdx-to-pdf
Convert Excel Files to PDF using C++
PDF format is widely used to exchange documents among the stakeholders. In various cases, the documents are converted to PDF format before they are shared. Thus, PDF is known to be a standard file format in such cases. In this article, we will target Excel to PDF conversion for C++ applications. Particularly, you will learn how to convert Excel XLSX or XLS workbooks to PDF files using C++.
Create KML File or Read its Features Programmatically using C#
KML is abbreviated for Keyhole Markup Language which is extended from XML. It is a GIS file format and is used to display geographical information. You can create KML files programmatically, as well as read information from them using C# language.
Posted in Aspose.GIS Product Family Tagged create kml file, kml file c#, read kml features c#, read kml file
Split a PDF File using Java
There could be various cases when you need to split a PDF into multiple PDF files. For example, you may have to split each page of the PDF containing invoices/receipts and save them as separate files. On the other hand, you may want to split a particular collection of pages from a PDF file. In order to deal with the above-mentioned scenarios, this article covers how to split a PDF file into multiple PDFs programmatically using Java.