Search
Follow Us
Categories
- Success Stories(157)
Archives
JavaScript Validation for Form Fields & Improved PDF to HTML Conversion
We have introduced a new feature in Aspose.Pdf for .NET which allows developers to ensure that only numeric values are entered in form fields. The properties OnModifyCharacter and OnFormat properties have been added to Field.Actions. To validate a user entry, the AFNumber_Keystroke and AFNumber_Format Java script functions may be used. Please take a look over following code snippet.
// Load input PDF file
Document doc = new Document("c:/pdftest/ABFillablewfields.pdf");
TextBoxField field = (TextBoxField)doc.Form["husband name"];
// http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/FormsAPIReference.pdf
// 2 digits after … Continue Reading Posted in Aspose.PDF Product Family, Nayyer Shahbaz
Add Category to MSG and Event Information to Outlook Contacts using Java
We are pleased to announce the release of Aspose.Email for Java 3.6.0. This release includes a number of enhancements and bug fixes.
We have added a new feature that lets you add a color category to an Outlook MSG file. The FollowUpManager class provides methods for adding, removing and listing the color categories associated with a MSG file. In addition, removing categories from a MSG file is also supported by this class. For a working example, please refer to the … Continue Reading
Posted in Aspose.Email Product Family
Automatic Recalculation of Project Data & Improved MPP Reading in Aspose.Tasks for .NET 6.1.0
Aspose.Tasks for .NET 6.1.0 has been released with a number of enhancements and bug fixes.
Last month’s release introduced creating a project with default properties and provided new methods for adding tasks, resources, task links and resource assignments with default values. Any change in a project’s data, for example marking tasks as active or inactive, changing assignment’s work, regular work, or actual work is required to recalculate the project’s dependent fields.
This month’s release has further enhanced the capabilities of … Continue Reading
Posted in Aspose.Tasks Product Family
Convert XPS to PDF using Java – Better Memory Management in Aspose.Pdf for Java 4.4.0
We are pleased to announce the release of Aspose.PDF for Java 4.4.0 which provides some great new features including XPS to PDF conversion, better PDF to JPEG conversion, improved memory management and great enhancements in PDF portfolio creation.
To benefit from the latest improvements, download and start evaluating the latest release of Aspose.PDF for Java 4.4.0.… Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz
PST File Searching & Adding Email Reminders for Created Appointment Using Aspose.Email for .NET 3.6.0
Aspose.Email for .NET 3.6.0 has been released with a number of new features and bug fixes.
PersonalStorage (PST) files can contain a huge amount of data and searching such a large file for a specific criteria may require including multiple check points in the code to filter required information. This month’s release supports searching specific records from a PST file based on user-defined search criteria. A PST can now be searched for messages based on search parameters such as sender, … Continue Reading
Posted in Aspose.Email Product Family
Aspose Wins Silver in the Dev Pro Community Choice Awards
Sydney, Australia – November 22, 2013 – Aspose.Email for .NET was awarded silver in the Best Email Control category of the Dev Pro Community Awards. Every year, Dev Pro invites their readers to nominate and vote for products in the annual Community Awards. We’re delighted that our users have taken the time to vote for us.
The Dev Pro Community Choice Awards
Dev Pro collects together independent information about how to build Microsoft applications to give Microsoft developer advise and … Continue Reading
Posted in Aspose.Email Product Family, News Release Tagged awards, community choice awards, dev pro





