Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: November 2019
Add Image Stamp in PDF Documents using Aspose.PDF for .NET
If you want to imprint PDF documents in order to deliver or showcase some important information, you will need to stamp it. Adding stamps in PDF documents allows you to label them with information, such as the document’s approval status or confidentiality. You can also add an image stamp in PDF documents to watermark or label it with the logo of your company. In simple words, stamping the PDF documents is a basic requirement for any business and Adobe Acrobat … Continue Reading
Posted in Aspose.PDF Product Family, Asad Ali
Font Kerning and Emulation using C# with Aspose.HTML API
You will be excited to know that Aspose.HTML API now supports Font Kerning. It will notably improve the quality of text rendering. In a nutshell, Kerning is the contextual adjustment of inter-glyph spacing. It is used to adjust the spacing between characters and is supported by many fonts. We have also implemented emulation of bold fonts which is useful in scenarios when some font is not available on a machine.
Moreover, we have improved the processing of HTML document modes … Continue Reading
Posted in Aspose.HTML Product Family
Work with Fonts using Aspose.Font for .NET
TrueType font (TTF) indicates that font data is the same as in the TrueType fonts. CFF stands for the Type1 font format. Strictly speaking, it refers to the Compact Font Format, which is used in the compression processes. Dealing with such fonts programmatically i.e. Reading them and Getting their Statistics is an essential requirement while creating e-documents. Aspose is proudly going to release Aspose.Font for .NET to let programmers deal with fonts in their .NET applications. Aspose.Font is … Continue Reading
Posted in Asad Ali, Aspose.Font Product Family
Support of Web Extension and .NET Core 3.0 in Aspose.Words for .NET 19.11
It is our pleasure to announce the November release of Aspose.Words for .NET. We have included quite exciting features and enhancements in this release. Now, you can add Web extension elements in Word document, format the horizontal rule, and use Aspose.Words with .NET Core 3.0. let’s check out how to use newly introduced features.
Support of Web Extension Elements
Microsoft Office allows you to add more functionality through web extension. It extends Office applications and interacts with the content … Continue Reading
Posted in Aspose.Words Product Family
Convert Word Document to Multipage TIFF Image using C++
Today, I will highlight the major features introduced in the Aspose.Words for C++ 19.10 release:
Save Word Document as MutiPage TIFF
One of the useful things you may need to do with your Word document (such as DOCX, DOC, RTF and many more) is a conversion to image file(s). For example if you have to present your Word document in a readable and printable but not editable format (e.g. for publication on the Web). One of the simple approaches you … Continue Reading
Posted in Aspose.Words Product Family
Use Adjustment Layer For Invert and Color Balance in PSD Files using C#
Hello readers, let me share the the good news of release announcement for Aspose.PSD for .NET 19.10. We have introduced support for many new exciting features including Bicubic re-sampling for PSD, invert and color balance adjustment layer support and improvements in rendering PSD to PDF. In following section, I will be giving you an overview of new features introduced in API.
Implement Bicubic Re-sampling
Re-sampling means you ought to change the pixel dimensions of an image. When you down-sample, you … Continue Reading
Posted in Aspose.PSD Product Family
Convert PDF to DOC and DOCX in C++
Aspose.PDF for C++ API lets you read and convert PDF documents to Microsoft Word’s DOC and DOCX file formats. C++ is one of the widely-used programming languages for writing fast and interoperable code that can be executed on a number of platforms. C++ application developers can use Aspose.PDF for C++ to write programs that can manipulate PDF documents without the need of installing any other software on end-user machines.
In this post, we will demonstrate the powerful features of Aspose.PDF … Continue Reading
Posted in Aspose.PDF Product Family Tagged PDF, PDF to Word Conversion, c++ library, convert PDF files