Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: October 2020
Render Text with TrueType and Type1 Fonts using 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 ReadingManipulate 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.
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 rtf to pdf, rtf to pdf csharp
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.
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.
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.