Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: January 2021
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.
Encrypt and Decrypt Excel Files using C#
MS Excel provides an encryption mechanism to protect the data in the spreadsheets from unauthorized users. Along with applying encryption, you can specify the password that is required to open the Excel files. This article covers how to perform the encryption of Excel files from within .NET applications. Particularly, you will learn how to encrypt and decrypt the Excel files using C#.
Convert PUB to PDF Programmatically in C#
PUB files are frequently used to publish data on a large scale. In this article, we will explore PUB to PDF conversion as well as Editing the metadata of a PUB document. You can create PDF documents with good fidelity. Likewise, you can work with different metadata properties of a publisher file.
Posted in Aspose.PUB Product Family Tagged Convert PUB to PDF, PUB to PDF, PUB to PDF in C#
Find and Replace Text in Word Documents using C++
Find and replace is a useful feature provided by MS Word that lets you update all occurrences of a particular text at once. Thus, you do not have to locate and replace the text in the whole document manually. In this article, you will learn how to find and replace text in Word documents from within C++ applications. This could be useful when you need to replace a particular text in a number of documents in one go.
Convert HTML to JPG, PNG, TIFF, or BMP Image in Java
HTML is frequently used to display data and information over web pages, web applications, and different platforms. You may need to convert HTML to an image like JPG, PNG, TIFF, BMP, etc. You can perform the conversion programmatically using Java language in your Java-based applications. Moreover, the API takes care of rendering HTML to image and you do not need to worry about underlying details of the file formats. Simply use the API calls and the HTML file will be rendered nicely.
Protect and Unprotect Excel Files in Java
Excel files are used to store small as well as large-sized data in the form of rows and columns. Along with data storage, you can perform other operations such as computations and data analysis using graphs and charts. Since data is worth being protected, MS Excel allows you to protect the Excel files. This article covers how to automate the protection of MS Excel files programmatically. Particularly, you will learn how to protect and unprotect Excel files using Java.
Convert EML and MSG Emails to PDF using C#
There could be various scenarios when you need to embed the content of the emails within your web or desktop applications. In such cases, you can convert the email messages into a format that can easily be embedded and displayed. One of the possible solutions is email to PDF conversion. This article provides a step by step guide and code sample of how to convert an email message to PDF using C#.
Posted in Aspose.Email Product Family Tagged convert email to pdf csharp, eml to pdf csharp, msg to pdf csharp
Insert or Delete Text/Image Watermark in PDF File using C#
Watermarks are frequently used in PDF files. You can insert or delete text and image watermark in PDF files with few simple steps. You can easily control a lot of properties for working with watermarks. For example, opacity, position, rotation, color, font, image, etc., and much more. Likewise, a lot of other properties can be set for watermarks with quick API calls.
Posted in Aspose.PDF Product Family Tagged Add watermark in PDF with C#, Delete watermrk from PDF with C#, Image watermark in PDF, Textual watermark in PDF, Visual watermark in PDF, delete watermark from PDF, insert image watermark in PDF, insert text watermark in PDF, insert watermark in PDF, remove watermark from PDF