Yearly Archives: 2011

Transfer and Synchronize Files in SharePoint Document Library with Dropbox

We have recently released a new version of Aspose.Network for SharePoint 1.3. This version comes with support for transferring and synchronizing files in the SharePoint 2010 Document Library with Dropbox file sharing services. You can easily select any file(s) from the SharePoint Document Library and send them to Dropbox. And if you prefer automatic synchronization of files from SharePoint to Dropbox and vice versa, you can use the synchronization feature. For release notes and download, please visit http://www.aspose.com/community/files/73/sharepoint-components/aspose.network-for-sharepoint/default.aspx.… Continue Reading
Posted in Aspose.Email Product Family |

Aspose.Words for Java 10 released

New Zealand, Auckland – April 29, 2011 – Aspose has Aspose.Words for several platforms. The first product was Aspose.Words for .NET. Aspose.Words for Java came years later. We wanted the two products to be as similar as possible but to achieve this we had to manually port the .NET product, line by line, package by package, to Java. This was time consuming and tedious, our developers can be used better.

To get the two products in line, we developed a … Continue Reading

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

Render Arabic Text in PDF Conversion using Aspose.Cells for Java 2.5.3

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

In this version, we have supported to render Arabic characters in Excel-to-PDF conversion. You may now keep macros when reading/writing ODS files. The users can also detect the file format type when reading Excel files. Moreover, we have supported advanced Arrow shapes and other shapes while rendering sheets to images. It is now possible to get the source data range for a pivot table in the template file. We … Continue Reading

Posted in Aspose.Cells Product Family |

Add JavaScript to CheckBox and Get List of PDF Layers using Java

We have published a new version of Aspose.PDF for Java. In Aspose.PDF for Java 3.8.0, we have introduced some new features related to stamp annotation, using JavaScript with CheckBox fields, and PDF layers. We have also improved some other areas of the component.

Aspose.Pdf.Kit for Java now allows you to add JavaScript to a CheckBox; you can also get JavaScript attached to a CheckBox into a String variable or remove it from the CheckBox altogether. Please see the following topic … Continue Reading

Posted in Aspose.PDF Product Family |

iWriteReadRate implemented MS Word documents to ePUB and PDF using Aspose APIs

About iWriteReadRate

iWriteReadRate company logo

iWriteReadRate.com emerged as a new website for writers and readers of literature in all genres. We planned to utilize Aspose.Words for .NET as our central file format conversion tool. Our website enabled writers to upload, sell, and review user-submitted works & ebooks of various lengths direct from readers.

Our aim was to create a dynamic community of writers and readers, and through utilizing widely accepted ebook formats, such as ePUB. We were aiming to enable writers to use … Continue Reading

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

SVG to PDF, Mono compatibility, no exception for unrecognized CSS tags

Along with the support for converting raster images such as JPEG, BMP, PNG, GIF, TIFF etc, now Aspose.pdf for .NET also supports the capability to convert Scalable vector Graphics images into PDF format. This amazing features has been introduced in our latest release version 5.2.0. More along, the product has also become compatible with Mono platform as some of the Interop dependancies have been removed. The HTML to PDF conversion is becoming stable and more viable with every release and… Continue Reading
Posted in Aspose.PDF Product Family |

OPC and Leitcode Barcodes Support Now Available in Aspose.BarCode for .NET 4.0

We are pleased to announce the release of a new version of Aspose.BarCode for .NET 4.0. In this version, we added support for OPC and Deutsche Post Leitcode barcode symbologies. You can generate as well as recognize both of these symbologies. // Create OPC barcode
BarCodeBuilder builder = new BarCodeBuilder(strCodetext, Symbology.OPC);
// Save the barcode to stream
MemoryStream imgStream = new MemoryStream();
builder.Save(imgStream, ImageFormat.Png);
imgStream.Position = 0;

// Read OPC barcode
BarCodeReader reader = new BarCodeReader(imgStream, BarCodeReadType.OPC);
while (reader.Read())
{… Continue Reading
Posted in Aspose.BarCode Product Family |

Mozilla Thunderbird Mail Storage Support added in Aspose.Network for .NET 6.3

We have recently released Aspose.Network for .NET v6.3. In this version, we added support for reading and writing email messages to Mozilla Thunderbird’s mail storage file. You can add/import new message(s) to the mail storage. Exporting emails from Thunderbird’s mail storage to EML or MSG format is also added to this version. We also added vCard and ICS file formats support in this release. With v6.3, it is now possible to export contacts from MS Outlook PST file to vCard… Continue Reading
Posted in Aspose.Email Product Family |

Better Image to PDF conversion, new BorderStyle support, accurate word spacing

Be more confident while using Aspose.Pdf for Java when you need to render Image files into PDF format. The conversion mechanism has become more stable and robust. More along, new BorderStyle including Dashed, Dotted and even Dash-Dotted have been supported in latest release version. With every new release version, we are trying our level best to make the HTML to PDF conversion feature more stable and handy. So with this new version, now feel more confident while rendering the HTML… Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz |

PDF to Image Conversion, Text Extraction, PDF Form and Annotation Related Features are Improved in Aspose.Pdf.Kit for .NET.

Aspose.Pdf.Kit for .NET 5.5.0 has been published with some improvements. In this release, we have enhanced PDF to Image conversion. Text extraction feature has also been improved. Our team has also worked on form related features like filling text fields, selecting radio button and filling values in the combo box. Exporting annotation feature is also improved. You can see the complete list of changes and download the latest version from the Aspose.Pdf.Kit for .NET download section.… Continue Reading
Posted in Aspose.PDF Product Family |