Search
Follow Us
Categories
- Success Stories(157)
Archives
Protect or Unprotect Word Documents using C++
The protection of digital documents has always been a hot topic. As far as Word documents are concerned, MS Word provides several content protection features that limit the user's access to the document. You can protect the document with a password and apply desired restrictions to avoid unauthorized access. In accordance with that, this article covers how to automate Word document protection within C++ applications. Particularly, you will learn how to protect and unprotect Word documents using C++.
Add or Remove Annotations in PDF Files using C#
PDF annotations are the additional objects that are used to marking up the content in PDFs. Since PDF files are not easily editable, the annotations are used to add notes about the content using comments, popups, and various other graphical objects. In this article, you will learn how to work with annotations in PDF documents programmatically. Particularly, the article will cover how to add and remove annotations in PDF files using C#.
Evaluation Limitations for Aspose APIs – Quick Solution
You can face some exceptions in your applications while working with Aspose APIs if there is some problem with license validation. In such cases, the exception may have the description like: “Evaluation Only. Created with Aspose. Copyright 2003-2020 Aspose Pty Ltd”, “At most 4 elements (for any collection) can be viewed in evaluation mode”, or “This document was truncated here because it was created using Aspose API in Evaluation Mode”. Moreover, you can notice evaluation watermark or truncated pages in output files. Let us explore the quick solution for troubleshooting such issues.
Convert Excel XSLX or XLS to Images using C#
In various scenarios, you may want to convert Excel spreadsheets to high-resolution images, for example, when you need to embed the spreadsheet content within your web or desktop applications. In this article, you will learn how to convert Excel files to image formats using C# from within the .NET applications.
Posted in Aspose.Cells Product Family Tagged Convert Excel to Image Csharp
Aspose.Total Discount Offer Ends January 31st
The time is running short! Get 25% off Aspose.Total for .NET, Java, C++, Android via Java, SharePoint, SSRS and JasperReports. Quote HOLOFF2020 when placing your order.
Posted in Aspose.Total Product Family
Convert Excel Data to DataTables in C#
MS Excel spreadsheets are widely used to keep the small, medium, or large-sized data. In various cases, spreadsheets act as a database to store the application data. There could be situations when you need to read the data stored in the Excel files from within your web or desktop applications. For such cases, this article covers how to export data from Excel worksheets to DataTables in C#.
Convert PostScript PS or EPS Files to PDF in Java
The PostScript (PS) file format is mainly used for printing purposes. A PS file is saved in page description language and can contain text, vector graphics, and raster images. On the other hand, the Encapsulated PostScript (EPS) format is used for images or drawings. In certain cases, you may need to convert a PS or EPS file to PDF format. Therefore, this article covers how to perform this conversion programmatically. Particularly, you will learn how to convert PS/EPS files into PDF using Java.
Posted in Aspose.Page Product Family Tagged EPS to PDF java, PS to PDF in Java
Create PDF Files using Java – Java PDF API
PDF has become a commonly used file format for creating different types of documents. Various industries have adopted PDF automation for document generation such as receipts, invoices, business reports, etc. Keeping an eye on such scenarios, this article covers how to create PDF documents programmatically from within Java applications. Ultimately, you will learn how to create a PDF file from scratch and insert text, images, tables, and other elements into it.
Insert Gradient, Grid, or Transparent Objects in XPS File with C++
XPS files can be used to display a lot of visual information. They support text, images, object transparency, grids, gradients, and many other features. You can add gradients, grids, and transparent objects in XPS files as per your requirements. In this article, we will be exploring these features in detail, along with different examples and use cases.