Monthly Archives: October 2020

Render Text with TrueType and Type1 Fonts using Java

render text using font in Java

In the previous article, you have seen how to load CFF, TrueType and Type1 fonts programmatically using Java. Today, we will discuss another interesting feature of our Java font manipulation API – rendering text using fonts. By the end of this article, you will be able to render text using TrueType and Type1 fonts from within your Java applications. So let’s start.

Continue Reading
Posted in Aspose.Font Product Family | Tagged , , ,

Manipulate CFF, TrueType, and Type1 Fonts using Java

Fonts play an important role in the presentation of the text within the documents and web pages. Various font families are available that allow you to use fancy characters in order to make your text appealing. Since Aspose deals with file format automation, we have launched a dedicated font manipulation API to work with font file formats. In this article, you will get familiar with our Java Font API and learn how to work with CFF, TrueType, OpenType, and Type1 fonts from within your Java applications.

Posted in Aspose.Font Product Family | Tagged , , , ,

Sharing Data with Aspose – Data Security

Aspose might need your data sometimes for fixing or improving different features of the APIs. We understand your data security and privacy concerns so we take the necessary steps for transmitting and protecting the data.

Posted in Aspose.Total Product Family |

Convert RTF Documents to PDF using C#

RTF is a popular file format that was introduced by Microsoft for creating rich text documents. The interoperability of RTF makes it possible to exchange the content between different Microsoft products as well as heterogeneous operating systems. PDF, on the other hand, is one of the most widely used digital document formats which provides cross-platform support. The conversion of the documents to PDF format is highly in practice. Therefore, in this article, you will learn how to convert an RTF document to PDF programmatically using C#.

Posted in Aspose.Words Product Family | Tagged ,

Convert DOCX to DOC or DOC to DOCX with C# VB.NET

Microsoft Word Documents are majorly of two types, DOC and DOCX. You can convert DOCX to DOC as well as from DOC to DOCX using C# or VB.NET programmatically. Each document can be processed and converted one by one or you can batch convert the DOC and DOCX files if you need to work with a lot of files.

Posted in Aspose.Words Product Family | Tagged , , , , , ,

Convert PowerPoint PPTX to JPG Images using Java

PPTX to JPG Java

MS PowerPoint presentations can not be displayed directly from within the web or desktop applications. One of the possible solutions is converting the slides in a PPTX presentation to the images such as JPEG or PNG. In accordance with the above-mentioned scenario, this article will show you how to convert slides in a PPTX to JPG images using Java.

Continue Reading
Posted in Aspose.Slides Product Family | Tagged , ,

Read Barcodes using C# Barcode API

scan and read barcode in C#

In the previous article, you have learned how to generate various types of barcodes programmatically. In this article, you will learn how to read the barcodes using C# barcode reader API. The article will also cover how to read particular or different types of barcode symbologies in an image.

C# API to Read Barcodes

Continue Reading
Posted in Aspose.BarCode Product Family | Tagged , , ,

Add or Remove Watermark in Word (DOC/DOCX) using C++

Watermarks are usually used to show ownership or the nature of the document. You can add/insert or remove watermark in Word Documents (DOC/DOCX) programmatically using C++. For instance, a word document contains classified information and you want to add a watermark in the file then these requirements can be met efficiently with Aspose.Words for C++ API.

Posted in Aspose.Words Product Family | Tagged , , , , , ,

Generate Barcodes using C# – .NET Barcode API

generate barcode using C#

Barcodes are used to visually represent the data in a machine-readable form. Most often, barcodes appear to be a means of a product’s identification. Various types of barcodes are used in different scenarios such as Code128, QR, Datamatrix, Aztec, etc. In this article, you will learn how to generate the barcodes in C#. Furthermore, you will see how to customize the appearance of a barcode.

Continue Reading
Posted in Aspose.BarCode Product Family | Tagged , ,

Rotate PDF Pages, the Text or Image with C# or VB.NET

Let us explore how to rotate PDF pages as well as how to rotate text or images/pictures in a PDF document in your .NET applications. You can work with Aspose.PDF for .NET API to call the methods and APIs using C# or VB.NET languages.

Posted in Aspose.PDF Product Family | Tagged , , , , ,