Tag Archives: java

Disentangling email and network programming: introducing Aspose.Email

Sydney, Australia – 30 September, 2011 – Aspose.Network is changing in recognition of how our customers use it. The main change is in the name: our customers use Aspose.Network for email programming so we are changing the name to Aspose.Email.

  • Aspose.Network for Java will be renamed Aspose.Email for Java.
  • Aspose.Network for SharePoint will be renamed Aspose.Email for SharePoint.
  • Aspose.Network for .NET has been split into two products: Aspose.Email for .NET contains email programming features and Aspose.Network for .NET retains the
Continue Reading
Posted in Aspose.Total Product Family, Aspose.Email Product Family, News Release | Tagged , , ,

Form Filling and Flattening and Text Extraction from PDF in Java

Aspose.PDF for Java 4.0.0 has been published. In this latest version, we have added two new features related to text extraction: extracting text to HTML and getting text formatting information along with extracted text. You can find the details and code samples in the following knowledgebase topics:

  • Extract text to HTML file
  • Extract text formatting information

In addition to that, we have fixed issues related to PDF flattening, annotation rendering, text replacement, form filling and flattening, PDF to image conversion, … Continue Reading

Posted in Aspose.PDF Product Family | Tagged , ,

PCL to PDF, better TrueTypeFont, stable image to PDF conversion

PCL to PDF conversion

The new version of Aspose.Pdf for Java 3.0.1 has been released. It provides with you the option to convert PCL files into PDF format. PCL (Printer Command Language) is a Hewlett-Packard printer language developed to access standard printer features. With this latest version of Aspose.Pdf you can convert these files into PDF format.

Here’s a detailed description of supported commands by versions of the Aspose.Pfd for Java:

Sets of commandsSupportExceptions
Job control commands2.8Duplex printing mode.
Page
Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged , , , ,

Render to custom graphics and useful APIs included in Aspose.Cells for Java 7.0.1

We have just released next ported version v7.0.1. It includes some useful enhancements for worksheet-to-image and Excel-to-PDF features. It now supports the “render to custom graphics” feature. We also made some valuable APIs available that were missing in the previous version.

There are some other enhancements and fixes too.

Download URL: http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/entry329168.aspxContinue Reading

Posted in Aspose.Cells Product Family | Tagged ,

iCalendar support added in Aspose.Network for Java

Aspose.Network icon

We are pleased to announce the release of a new version of Aspose.Network for Java 2.3. In this version, we added the iCalendar component. iCalendar is already part of Aspose.Network for .NET, now you can generate dates according to the specified recurrence pattern in Java.

Below is an example to generate dates based on a recurrence pattern:

String pattern = “DTSTART:19970902T090000\n” +
“RRULE:FREQ=WEEKLY;UNTIL=19971007T000000Z;WKST=SU;BYDAY=SU,MO”;
RecurrencePattern recPattern = new RecurrencePattern(pattern);

// Get all the dates generated by this rule
DateCollection dateColl = … Continue Reading

Posted in Aspose.Email Product Family | Tagged , , , , ,

Aspose.Cells for Java 7.0.0 released

Aspose.Cells icon

This product has almost the same features/APIs as Aspose.Cells for .NET. We actually wanted the two products (Aspose.Cells for .NET and Aspose.Cells for Java) to be same as possible but to achieve this we had to manually port the .NET product using line by line for the APIs set to Java. This was very time consuming task but our developers continuously worked on the task to make it possible. To get the two products in line, we developed a process … Continue Reading

Posted in Aspose.Cells Product Family | Tagged , , ,

Render Word Document Pages to PNG, BMP and JPEG in Java

We have just released the first iteration of the “render to graphics” feature in Aspose.Words for Java 10.3. Rendering to graphics has been available in Aspose.Words for .NET for long time, but we managed to port it to Java only now. This functionality shines through in several important places in Aspose.Words. The following is a summary of what is now available.

Render Word Document Pages to PNG, BMP and JPEG

It is now possible to convert any Microsoft Word document pages into a raster image. … Continue Reading

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

Why use Aspose.Words Instead of OpenXML SDK?

Aspose.Words icon

Check our new Why not Open XML SDK? article in the Aspose.Words documentation.

Also, I am happy to announce our regular monthly release Aspose.Words 10.3 both for .NET and Java with over 100 fixes and improvements:

 … Continue Reading

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

Read and Write Messages to Thunderbird Mail Storage

Aspose.Network icon

We are happy to release a new version of Aspose.Network for Java 2.2. In this version, we added support for reading and writing messages from/to MBOX file. MBOX file is a popular format to store email messages and it is used by Mozilla Thunderbird and some other email clients.

We also added support to read and write VCARD files, which is a popular format to store contact information.

Download: https://downloads.aspose.com/Continue Reading

Posted in Aspose.Email Product Family | Tagged , , , , , ,

Get Font List from PDF using Java

Aspose.Pdf.Kit icon

We have released Aspose.Pdf.Kit for Java 3.9.0. In this version, we have introduced a new feature to get a list of all the fonts available in the PDF file. The PdfExtractor class now supports this feature. You may find a working example in the following help topic: Get List of the Fonts from the PDF File. We have also improved the features related to PDF to JPEG and TIFF conversion, form filling, fonts, and text rendering.

You may download the … Continue Reading

Posted in Aspose.PDF Product Family | Tagged , ,