Monthly Archives: March 2010

PPTX/PPSX export, JasperServer & JasperReports 3.7 compatibility

Many problems of wrong border format in the exported rectangle along with the wrong position or cropping of exported image were identified in old release of Aspose.Slides for JasperReports. Problem while writing the presentation to a stream was also observed. In order to get these issues resolved, a new version of Aspose.Slides for JasperReports 1.3.0 has been released. A remarkable feature of PPTX/PPSX export in JasperReports and JasperServer has been introduced along with the compatibility to work with the latest version Continue Reading

Posted in Aspose.Slides Product Family |

Aspose.BarCode for Java supports PZN and Deutsche Post Identcode symbologies

We just released a new version of Aspose.BarCode for Java 2.0.0. It supports generation and recognition of PZN and Deutsche Post Identcode symbology types.

A new class has also been added to generate Code128 barcodes with user defined codeset patterns. Sample code is given below:

Code128CodeBuilder builder = new Code128CodeBuilder(Code128Set.A);
String codeText = builder.Append(“1234”).Switch(Code128Set.B).Append(“5678”).toString();
BarCodeBuilder b = new BarCodeBuilder(Symbology.CODE128, codeText);
b.setCode128Set(Code128Set.Customized);
String file = “code128.png”;
b.save(file);

For release notes and download, please visit http://www.aspose.com/community/files/72/java-components/aspose.barcode-for-java/default.aspx.
Continue Reading
Posted in Aspose.BarCode Product Family |

PZN barcode support added in Aspose.BarCode for Reporting Services

We recently released a new version of Aspose.BarCode for Reporting Services v 2.1.0. It now supports PZN barcode generation and contains some improvements in barcode designer of Visual Studio IDE.

For release notes and download, please visit http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/default.aspx.
Continue Reading
Posted in Aspose.BarCode Product Family |

Aspose.Words on Twitter

http://twitter.com/AsposeWords

Let’s have some fun. Will really tell you what’s happening.… Continue Reading

Posted in Aspose.Words Product Family |

VBA, Toolbars and Customizations Improvements in Aspose.Words

If a Microsoft Word document was opened/saved or converted by an Aspose.Words version earlier than today’s Aspose.Words for .NET 8.2.1, it could exhibit the following problems:

  • Document.Open, Document.New etc macros will no longer fire.
  • VBA project digital signature might be lost.
  • Macros Window could show no macros.
  • Custom toolbars and customizations to standard toolbars could be lost.
  • Keyboard command customizations could be lost.

All of the above has now been resolved. Aspose.Words now fully preserves and converts all of the … Continue Reading

Posted in Aspose.Words Product Family |

SoftAmm Condominio a Real Estate Management Application Exports data to Spreadsheets using APIs

About Softime

Softime Logo

Softime was founded in 1991 and is an Italian software house specializing in the design, development, marketing, and maintenance of software for private and public real estate management and their related services and activities. One of our main products, SoftAmm Condominio, is aimed specifically for building administrators and the users can employ the software to record all the expenses incurred throughout the year, including various tax calculations, to produce clear, simple, and well laid out reports for their … Continue Reading

Posted in Aspose.Total Product Family, Aspose.Total, Success Stories | Tagged , , , ,

josh Protocol relies on Aspose.Total for .NET for MS Word, Excel, PowerPoint, Image, and TXT to PDF Conversion

About it Consult

it Consult logo

it Consult is the leading software house in Italy in the Microsoft environment for services and development of software platforms for Organization Intelligence, i.e Business Process, Workflow, Document and Knowledge Management, and in areas like DigitPA standard Computer Procedures, Document Filing, and Substitutive Document Conservation.

We developed a solution named josh Protocol. The main goal of the “josh Protocol!” is to record both letters received and letters dispatched by Italian Public Authorities, to stay within the bounds … Continue Reading

Posted in Aspose.Total Product Family, Aspose.Total, Success Stories | Tagged , , , ,

Hipsworld implemented Upload, Preview, Conversion of various File Formats to PDF, and created a single unified PDF using Aspose.Total for .NET

About FWBS

FWBS company logo

The production of a Home Information Pack (HIP) was passed as a legal requirement when marketing a domestic property in the UK from the end of 2007. FWBS developed a solution www.hipsworld.com to assist Law firms and HIP Pack providers to establish themselves as Home Information Pack Providers.

As a leading supplier of solutions to the UK property market and law firms, we needed to have a solution developed quickly for them to meet the time constraints put … Continue Reading

Posted in Aspose.Total Product Family, Aspose.Total, Success Stories | Tagged , , , ,

Improved Text Extraction Mechanism for PDF using Aspose.Pdf.Kit for .NET 4.2.0

In Aspose.Pdf.Kit for .NET versions before 4.2.0, ExtractText method placed an additional byte sequence into the memory stream to indicate that the bytes are Unicode encoded. As StreamReader class has auto-detect behavior, so ReadToEnd method produced correct string. However that behavior was not very convenient.

Aspose.Pdf.Kit for .NET 4.2.0 uses a new approach for text extraction. The additional byte sequence has been removed and the StreamReader can’t automatically detect the text encoding, rather the user will have to provide the … Continue Reading

Posted in Aspose.PDF Product Family |

PPT/PPTX print, render to PDF, Slide & Shape name issues resolved

Many of the clients have been facing problems in the form of improper text rendering and file saving, while exporting PPT/PPTX to PDF. Some issues related to document properties and PPT savings have also been reported. In order to get these issues resolved, a new version of Aspose.Slides for .NET 4.1.1 has been released. A remarkable feature of PPT/PPTX printing has been introduced along with provision of setting and accessing user defined names for slides, shapes and group shapes. Now Continue Reading

Posted in Aspose.Slides Product Family |