Search
Follow Us
Categories
- Success Stories(157)
Archives
Autoporting Aspose.Words for Java Progress – 15th Dec 2010
Today there are only 1176 out of 8805 unit tests are failing in Aspose.Words for Java.
Some unit tests are comparing output documents with “gold” (a.k.a last known good) documents for regression testing.
Now both the original Aspose.Words for .NET and autoported Aspose.Words for Java need to produce documents that match the same set of gold files initially produced by Aspose.Words for .NET. Only a small number of files will be different and accepted as “java only golds”.
Here is an … Continue Reading
Posted in Aspose.Words Product Family
Twitter Client Application Development with Aspose.Network for .NET
We have recently released a new version of Aspose.Network for .NET v5.9. In this version, we have included the API for interacting with Twitter. Now, you can use Twitter in your applications using Aspose.Network for .NET.
Here are some articles that will get you started on using the Twitter client.
- General Information about Twitter Client
- Authorizing the Application with Twitter
- Update Status Information on Twitter
More articles on twitter client will be added soon.
We also added some new properties
… Continue Reading Posted in Aspose.Email Product Family
Remove All JavaScript From PDF and Highlight Text Features are Introduced in Aspose.Pdf.Kit for .NET.
Aspose.Pdf.Kit for .NET 5.1.0 has been released with some new features and improvements. We have introduced a new feature to remove all the JavaScript from the PDF file. This can be achieved using Strip method of PdfJavaScriptStripper class. The Strip method returns true in case any scripts were found and removed. You can use the following code snippet:
//create PdfJavaScriptStripper object
PdfJavaScriptStripper javascriptStripper = new PdfJavaScriptStripper();
//remove all javaScript from PDF file
bool result = javascriptStripper.Strip(“input.pdf”, “output.pdf”);We have also … Continue Reading
Posted in Aspose.PDF Product Family
Render to Image, Update ABCData String Constant, Replace Text and Font Conversion Features are Improved in Aspose.Flash for .NET.
Aspose.Flash for .NET 3.4.0 is released. In this latest version, we have improved image rendering using Render method, updating string constants in ABCFile obtained from ABCData, text replacement and true type font to SWF font conversion features.
You can see the changes and download the latest version from the Aspose.Flash for .NET download section.
… Continue Reading
You can see the changes and download the latest version from the Aspose.Flash for .NET download section.
… Continue Reading
Posted in Aspose.Total Product Family
Highlight Text Feature, Replace Text, Add Header and Footer in PDF in Java
We have published the latest version of Aspose.PDF for Java. In Aspose.Pdf.Kit for Java 3.6.0, we have introduced a new feature to highlight text in a PDF file. The replaceText method can be used to highlight the text by setting its background color.
We have also improved the PdfContentEditor and TextProperties classes. Text replacement, adding footer and page number features have also been enhanced. You can see the complete list of changes and download the latest version from the Aspose.PDF … Continue Reading
Posted in Aspose.PDF Product Family
Autoporting Aspose.Words for Java Progress – 2nd Dec 2010
In my last report we had almost 8200 unit tests failing. Now a week later, we have only 2132 tests failing in Aspose.Words for Java.
The end is actually close and might well get Aspose.Words for Java 10.0 released as a New Year present.… Continue Reading
Posted in Aspose.Words Product Family
Aspose Newsletter December 2010
Posted in Customer Newsletters Tagged Aspose.Total, John Owens, festive offer, migration tip, special offer, technical article, video tutorial
Aspose – ニュースレター 2010年 12月
Posted in Aspose Japan, Customer Newsletters Tagged Japanese
Read MPP files created by MS Project 2010 and saved as MS Project 2003/2007 MPP files
Aspose.Tasks for .NET 3.5.0 has been released. This release supports reading MPP files created by MS Project 2010 and saved as older MPP formats like 2003/2007. OnlyTableValuesAllowed flag is also supported in this release and you can modify this flag when customizing the outline code field.
This release supports more languages for resource phonetics field and also allows you to reorder resources and resource assignments’ arrays by IDs when reading data from MPP files.
To view a complete … Continue Reading
Posted in Aspose.Tasks Product Family