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.
C# Add, Remove, Extract and Replace Images in PDF: A Complete Guide
While generating PDF files programmatically, you may need to work with the images in C#. This could be adding an image, removing/replacing an image, or extracting images from the PDF. This article covers all these features and lets you implement them in easy-to-follow steps and a few lines of code. So let’s see how to work with images in PDF files in C#.
Convert (MD) Markdown to PDF or Image in Java
Easily transform MD files into PDF, PNG, JPG, or TIFF using Aspose.HTML for Java. The API handles format complexities, letting you convert with simple calls.
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#.
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 PowerPoint PPT PPTX Presentations in Java
PowerPoint presentations let you create attractive slide slows containing text, graphics, charts, animations, and other elements to make your presentations appealing. In this article, you are going to learn how to implement PowerPoint automation features using Java. Particularly, you will come to know how to create PowerPoint presentations and add various elements to the slides using Java.
Create KML File or Read its Features Programmatically using C#
KML (Keyhole Markup Language) is an XML‑based GIS format for visualizing geographic data. With C#, you can create KML files programmatically and read their contents easily.
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.
Encrypt and Decrypt Excel Files using C#
Microsoft Excel includes built‑in encryption to safeguard spreadsheet data from unauthorized access. By applying encryption you can also set a password required to open the file. This guide shows how to encrypt, decrypt, and verify passwords for Excel files directly from .NET applications using C#.
Convert PUB to PDF in C#
PUB files are frequently used to publish data on a large scale. In this article, we will learn how to convert PUB to PDF in C#.