Yearly Archives: 2010

Replace Text Based on Regular Expression and Import Images From XML Features are Introduced in Aspose.Pdf.Kit for Java.

We have released a new version of Aspose.Pdf.Kit for Java with some new features and fixes. In Aspose.Pdf.Kit for Java 3.5.0, we have introduced a new feature to replace text based on the regular expression. If the criteria specified in the regular expression is met, the first instance of the text will be replaced. In order to replace a string like 09.11.2010, you can use the following regular expression: “\\d{2}\\.\\d{2}\\.\\d{4}”; whereas, a string like 2034-3490-8 can be replaced using “\\d{4}-\\d{4}-\\d{1}”.… Continue Reading
Posted in Aspose.PDF Product Family |

Aspose Customer Newsletter, November 2010

Upcoming products – Aspose.Words version 10.0

We are releasing Aspose.Words version 10.0 soon. To keep the .NET and Java versions of the components in step, we are autoporting code from the .NET product to the Java product. From now on, users of Aspose.Words for Java customers will get the same updates as our Aspose.Words for .NET users. We are grateful for the patience that our Java users have shown while we have been working on this important development.

Want to

Continue Reading
Posted in Customer Newsletters | Tagged , ,

Aspose – ニュースレター 2010年 11月

Aspose – ニュースレター #newsletter-body font { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.6em; background-color:#FFFFFF; color: #646464; } #newsletter-body font strong { font-family: Arial, Helvetica, sans-serif; color: #646464; } #newsletter-body h4 { font-family: Helvetica, Arial, sans-serif; color: #0066cc; font-size: 24px; font-style: normal; font-weight: 100; text-transform: normal; letter-spacing: -1px; line-height: 1.2em; margin-bottom: 12px; margin-top: 28px; } #newsletter-body a, #newsletter-body a:link, #newsletter-body a:visited, #newsletter-body a:active, #newsletter-body a:focus { text-decoration:none; color: #009fcd; } #newsletter-body a:hover { text-decoration:underline; } #newsletter-body ol { margin-bottom: 0px;… Continue Reading
Posted in Aspose.Total Product Family |

Aspose – ニュースレター 2010年 11月

Aspose – ニュースレター #newsletter-body font { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.6em; background-color:#FFFFFF; color: #646464; } #newsletter-body font strong { font-family: Arial, Helvetica, sans-serif; color: #646464; } #newsletter-body h4 { font-family: Helvetica, Arial, sans-serif; color: #0066cc; font-size: 24px; font-style: normal; font-weight: 100; text-transform: normal; letter-spacing: -1px; line-height: 1.2em; margin-bottom: 12px; margin-top: 28px; } #newsletter-body a, #newsletter-body a:link, #newsletter-body a:visited, #newsletter-body a:active, #newsletter-body a:focus { text-decoration:none; color: #009fcd; } #newsletter-body a:hover { text-decoration:underline; } #newsletter-body ol { margin-bottom: 0px;… Continue Reading
Posted in Aspose Japan, Customer Newsletters |

Custom XML, save to SWF, save to XAML, verify digital signatures too many new things to list in Aspose.Words for .NET 9.5

Here is a screenshot of the new feature we have. You can now convert any Word document to SWF. The produced SWF embeds a little viewer that displays the document.

For the full list of features find the Aspose.Words for .NET 9.5 release page in the downloads section.

 … Continue Reading

Posted in Aspose.Words Product Family |

Rendering of DrawingML shapes to PDF, XPS etc is in progress

DrawingML is used to represent the rich shapes, colors, diagrams and charts in OOXML documents.

I am happy to tell that we have a big project underway to make sure Aspose.Words can render all DrawingML into its fixed-page outputs including PDF, XPS, graphics and printing.

At the moment Aspose.Words can only preserve DrawingML during DOCX open/save cycles and not much else. Aspose.Words can render DrawingML pictures, but cannot render other DrawingML shapes.

We will be releasing DrawingML functionality in iterations, every … Continue Reading

Posted in Aspose.Words Product Family |

Reporting support in Aspose.Words for SharePoint v.2.0.0

In this version we’ve introduced report generation support based on functionality available in Aspose.Words for .NET v9.4.

Reports are being generated based on a MS Word template document and an external data source. Report template supports regions (including nested), images etc. Separate report definition file defines data source connection parameters, queries to retrieve the data, relationships between data tables returned by different queries and so on.
Three types of sources supported:
 – Relational databases (using SQL queries or OLE DB… Continue Reading
Posted in Aspose.Words Product Family |

RateSetter Generates Contract Documents for web delivery using APIs

About RateSetter

RateSetter logo

RateSetter is an innovative new web-based consumer exchange that enables people to contract directly with one another to lend to and borrow from each other. RateSetter was set up to offer people an alternative to the regular banking system for their savings and borrowing needs. To become successful, RateSetter’s key challenge was to gain the trust of a material number of consumers. That trust can be created by longevity and good reputation but in the early days, it … Continue Reading

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

Insert Linked Images, Include Array Parameters and Important Enhancements are made in Aspose.Cells for Java 2.4.2

We have released the Aspose.Cells for Java v2.4.2 for the users.

 

In this version, we have enhanced different features and internal modules, e.g. Excel to PDF, Reading/Saving Excel (97-2007) Files, Chart to Image etc. Now, you may include Array parameters while setting custom formulas. Moreover, you may insert linked pictures to your worksheet. The component, now also supports to save Cells data directly to stream/disk without building entire data model into the memory that always consumes a lot of Continue Reading

Posted in Aspose.Cells Product Family |

EMF Image Format Now Supported in Aspose.BarCode for .NET

We are pleased to announce the release of Aspose.BarCode for .NET v3.7. In this version, we added support of saving barcode images in EMF format (Vector graphics). 

Sample code for generating and saving the barcode in EMF format:
// Initialize barcode builder
BarCodeBuilder builder = new BarCodeBuilder(“test-123”, Symbology.Code128);
// Save barcode image in EMF format
builder.SaveAsEmf(“test.emf”);

We also introduced generation of two new barcode symbologies (Royal Mail 4-state Customer Code and Vehicle Identification Number). Some bug fixes were also included.

For
Continue Reading
Posted in Aspose.BarCode Product Family |