Search
Follow Us
Categories
- Success Stories(157)
Archives
Technical Support vs Chinese New Year
Dear customers,
This week you may experience some slow or no replies from some of our developers simply because some of our developers are living in China and they are having their Chinese New Year holiday. It’s a big holiday like Christmas so normally it lasts about one week or more.
Aspose is well known for rapid response in the .NET component industry. If you have realized this week is just an exception due to Chinese New Year holiday, I truly appreciate you very … Continue Reading
Posted in Ben Li
Aspose.Word Development Team is Expanding
We currently have two positions open in our Aspose.Word development team. If you are interested in joining us, please send your resume and expected remuneration to word@aspose.com.
General
These are contract positions open to anybody anywhere in the world.
Hours are flexible, full time or part time commitment is welcome.
Ability to learn and work independently or with little supervision is required.
Technical Support/Developer
As the number of Aspose.Word customers grows, so does the number of questions they … Continue Reading
Posted in Roman Korchagin
We are very glad to annouce our newest suite, Aspose.Custom!
Aspose.Custom is the perfect suite for you! Why do we say that? Because Aspose.Custom is a suite designed by you to meet your needs! We know many times people shop for products and are faced with suites that have either too many products or lack some of the products you need. Aspose.Custom was created to specifically address that need. Simply choose the products you would like to purchase and our online order system will apply the proper discounts. As with … Continue Reading
Posted in Danny Cooper
Aspose.Cells.Web Development Plan
We are working to add “edit” capability to Aspose.Cells.Web.Viewer and upgrade it to Aspose.Cells.Web.
In the next formal release, you will be able to edit the content in the web page and post the data back to server. In the server, you can retrieve the data to a data object, such as a datatable. And you can save the changed data to an Excel file.
It will be available about on the mid of February.
… Continue Reading Posted in Laurence Chen
New Aspose Purchase System Released!
Today we are glad to announce the release of our new purchase system! The release of the new purchase system brings many new benefits to our customers, with the primary one being ease of use. Our previous purchase system was very complex and was often times seen as confusing. The new Aspose purchase system is very straight forward and easy to understand.
Another large benefit is that customers are no longer forced to purchase one item at a time. … Continue Reading
Posted in Danny Cooper
Licensing and Purchasing Support
Dear Customers
I wanted to welcome anyone who might have questions about licensing or purchasing to contact me. I am more than happy to help explain or assist in order to make your experience as stress-free as possible. We have a few methods for contacting the Aspose Sales Department. You may use whichever one is most comfortable and convenient for you.… Continue Reading
Posted in Merit Cooper
A chance to give back…
Aspose is extremely proud to be a sponsor of an upcoming event hosted dotnetCircle.it! dotnetCircle.it is an Italian association that helps to promote Microsoft .NET technologies. Aspose feels very fortunate to be able to provide solutions for Microsoft .NET developers and we are also glad to be able to be able to give back to the community and help it grow!… Continue Reading
Posted in Danny Cooper, Developer Community Support
Aspose.Report – Some advanced features for RDL element
As we know, most of business reports are not just based on a static SQL script, they will be varied by different situation such as field column or filter, our RDL element class model allow user to create their own data type and bind the data with our existed report element type. The following is the sample RDL script.
<?xml version="1.0"?>
<report name="TestDataBinding" startaction="define_data">
<reportparameter id="sql.table.name" value="product" />
<reportaction name="define_data" nextaction="generate_sql">
<dataitemset id="sql.fields">
<sqlfield id="sql.fields.1" field="category_name" alias="cat" />
<sqlfield id="sql.fields.2" … Continue Reading Posted in George Kahn
Happy New Year
We have had a wonderful time in 2004 and hope to have an even better time in 2005. We have increased our number of components we offer remarkably in the past few months. Keep up the good work! Good luck to the developers who are trying to release new components right now. I wish great success to all of the members of the Aspose family, who are scattered all around the world. So, to all who celebrate the New … Continue Reading
Posted in Merit Cooper
Aspose.Report – How RDL define the report layout
Inside the last post, I introduced how RDL deal with procedural flow and macro variables, the following is another sample that illuminates how RDL handle the report layout.
<?xml version=”1.0″?>
<report name=”TestReportItemlayout” startaction=”format_report” librarydir=”E:\reporttools\src\Aspose\ReportTools\ReportTools.RDLElement\bin\Debug”>
<reportaction name=”format_report”>
<log message=”format report!” level=”Debug” />
<reportparameter name=”body.top” value=”5″ />
<reportparameter name=”body.left” value=”5″ />
<reportparameter name=”row.height” value=”10″ />
<reportparameter name=”column.width” value=”50″ />
<reportparameter name=”header.height” value=”25″ />
<reportparameter name=”footer.height” value=”30″ />
<reportparameter name=”body.column.count” value=”0″ />
<reportitem left=”${body.left}” top=”${body.top}” label=”mainpage”>
<reportitem height=”${header.height}” label=”header”>
<reportitem left=”${int::parse(column.width) * rdl::get-zindex()}” … Continue Reading Posted in George Kahn