Search
Follow Us
Categories
- Success Stories(157)
Archives
Yearly Archives: 2014
Set Timeline and Milestone Dialog in Visio Drawings in Java
We have released version 2.3.0 of the Aspose.Diagram for Java API. As part of this release, the Microsoft Visio drawing load and export features have been improved by resolving reported bugs and adding feature requests. We have also ported the new features of the latest Aspose.Diagram for .NET version. These new features let developers change the settings of timeline and milestone shapes. The Configure Timeline and Milestone dialogs can be managed.
Set Timeline and Milestone Dialog in Visio Drawings in
… Continue Reading Posted in Aspose.Diagram Product Family, Imran.Rafique
Aspose Cloud Java SDK Integrates with Maven Projects
Aspose Cloud Java SDK’s Maven Dependency
Aspose has released maven dependency for Aspose Cloud Java SDK tagged as v1.0 supported by Aspose Cloud Maven Repository. Now using Aspose Cloud Java SDK in Maven projects has been quite straight forward by just defining Aspose Cloud Maven Respository url and Maven dependency Artifacts for Aspose Cloud Java SDK into pom.xml without any manual downloads and extra tricks.
To add Aspose Cloud Java SDK dependency in your maven project just follow the … Continue Reading
Posted in Aspose.Total Product Family
Aspose Java for Spring v1.1 Released
Aspose has released v1.1 of Aspose Java for Spring (extension of Spring’s PetClinic Sample Web application) with quit few enhancements and updates in features as below:
New Features – in Aspose Java for Spring v1.1
The latest release simplified the Aspose Maven dependencies integration with the extended Spring’s PetClinic Web Application or Any Maven based project through Aspose Cloud Maven Repository inclusion in the project maven pom.xml, as opposed to the previous approach (in v1.0), which first created the local … Continue Reading
Posted in Aspose.Total Product Family
HTML5 PDF Editor by Aspose for .NET
This is a new and improved PDF Editor application developed in HTML5, jQuery Ajax and ASP.NET to edit PDF files using Aspose.PDF for .NET. The enhancements in the editor’s UI and the improvements in performance make it more user-friendly and it can easily be included in other applications. Aspose.PDF for .NET is a very feature-rich API when it comes to creating and editing PDF files and the results are precise.
HTML5 PDF Editor – Purpose & Features
The purpose … Continue Reading
Posted in Aspose.PDF Product Family Tagged Asp.net pdf editor, Aspose.Pdf, Aspose.Pdf for .NET, Edit PDF, Html5 PDF Editor
Change Timeline and Milestone Shape Settings with Aspose.Diagram for .NET 4.4.0
We are happy to announce that Aspose.Diagram for .NET 4.4.0 has been released and is available on NuGet. This new release adds features that let you change the settings of timeline and milestone shapes. The Configure Timeline and Configure Milestone dialogs can now be managed by these new features. Developers can also get the property of a specific shape by passing the property name parameter. Detailed release notes are listed below.
Setting the Timeline Dialog Box
Timelines help you plan … Continue Reading
Posted in Aspose.Diagram Product Family, Imran.Rafique
Change Page Orientation, Single Output HTML with All Resources, Rearrange Page Contents After Replacing Text and More in Aspose.PDF for .NET 9.6.0
We are very much excited to announce the release of Aspose.PDF for .NET 9.6.0 which provides some great new features like changing page orientation from landscape to portrait and vice versa. In order to accomplish this requirement, set the page’s MediaBox by using following code snippet.
Change Page Orientation
The following code sample shows how to change page orientation in C#.
Document doc = new Document("PdfWithText.pdf");
foreach (Page page in doc.Pages)
{
Rectangle r = page.MediaBox;
double newHeight = r.Width;
… Continue Reading Posted in Aspose.PDF Product Family, Nayyer Shahbaz
Support for Aspose.Note for .NET and Visual Studio 2013 Added to Aspose for .NET DNN Module Development Template
Aspose for .NET DNN Module Development Template provides a quick and easy way to use module development template for DNN 7+. We are pleased to announce a new release which now supports exploring examples of our new product Aspose.Note for .NET. This module development template can automatically download Aspose components and seamlessly add them to your DNN module project during project creation.
The new improved version provides the following features:
- Supports Visual Studio 2010, 2012 and 2013.
- Create DNN