Friday, December 30, 2011 : 12:24 AM
- (0 comments)
What’s new in this release?
We are pleased to announce the new release of Aspose.Diagram for .NET 1.8.0. This release includes support for auto layout feature. You can set different styles of Flowchart and CompactTree layouts in your diagrams. Users can set the page size when rendering to TIFF format. Image and PDF rendering features have also been improved in this release. This release includes plenty of new and improved features as listed below
- Ability to set page size
- Provide layout shapes on the page in CompactTree style
- Provide layout shapes on the page in Flowchart style
- Add rendering of element PolyLineTo
- VSD file Render is also fixed in this release
Newly added documentation pages and articles
Some new tips and articles have now been added into Aspose.Diagram for .NET documentation that may guide you briefly how to use Aspose.Diagram for performing different tasks like the followings.
- Export Visio diagram to PDF: http://www.aspose.com/documentation/.net-components/aspose.diagram-for-.net/export-diagram-to-pdf.html
- Writing Visio document summary information of a Visio drawing file: http://www.aspose.com/documentation/.net-components/aspose.diagram-for-.net/writing-visio-document-summary-information.html
Overview: Aspose.Diagram for .NET
Aspose.Diagram is a class library for working with MS Visio files & is a pure .NET alternate for MS Visio Object Model.It enables developers to work with VSD & VDX files on ASP.NET web applications, web services & Windows applications. It makes use of the advanced functionality of Visio's services to manipulate Visio docs on a server. Developer can open files & manipulate the elements of the diagram, from lines and fills, to more complex elements, and then export to native Visio formats or XML.
More about Aspose.Diagram for .NET
- Homepage of Aspose.Diagram for .NET: http://www.aspose.com/categories/.net-components/aspose.diagram-for-.net/default.aspx
-Download Aspose.Diagram for .NET: http://www.aspose.com/community/files/51/.net-components/aspose.diagram-for-.net/default.aspx
- Online Demos for Aspose.Diagram for .NET:
http://www.aspose.com/demos/.net-components/aspose.diagram/default.aspx
- Online documentation of Aspose.Diagram for .NET: http://www.aspose.com/documentation/.net-components/aspose.diagram-for-.net/index.html
- Post your technical questions/queries to Aspose.Diagram for .NET Forum: http://www.aspose.com/community/forums/aspose.diagram-for-.net/489/showforum.aspx
- Receive notifications about latest news and supported features by subscribing to Aspose.Diagram for .NET blog: http://www.aspose.com/blogs/aspose-products/aspose-diagram-for-net.html
Contact Information
Aspose Pty Ltd
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
Monday, December 26, 2011 : 2:41 AM
- (0 comments)
What's New in this Release?
Printing is a function that has been around in Aspose.Words for .NET for quite a while. We are proud to announce to that starting in Version 10.5, printing is also fully supported in Aspose.Words for Java. You can easily print all or only specified pages of a document with just a few lines of code.
The Aspose.Words for Java API provides the handy Document.Print method whose overloads allow you to print a document using various different options with just one line of code. You can choose to print using default settings, print to a specific printer by name and even printing options such as page range to print.
Pass Any Document Loaded into Aspose.Words to Standard Java Printing Devices
Aspose.Words provides the AsposeWordsPrintDocument class which allows any document loaded into Aspose.Words to be printed with the standard Java printing API. This class provides the “typical” one document page per physical page printing.
The AsposeWordsPrintDocument class implements the following print interfaces:
This class can be passed directly to standard Java print classes such as PrinterJob using PrinterJob.setPageable or PrinterJob.setPrintable and allows you to easily print the document with dialogs such as the standard print dialog.
Previewing a Document before Printing
The standard Java API doesn’t provide any existing functions to print preview any Java on its own. With Aspose.Words, not only do we provide the facilities to print documents, we also provide sample code to preview documents before printing in the DocumentPreviewAndPrint sample. The preview provided by the print preview dialog is the same as what is expected when the document it printed to a real printer.
Print Multiple Document Pages onto a Single Sheet of Paper
You can utilize Aspose.Words for Java to fully customise how documents are printed. An example of this is printing multiple document pages onto a physical page by implementing your own print document class. Achieving this using Aspose.Words is a straight forward task. We have already provided the sample code ready for use in the MultiplePagesOnSheet sample.
Implementing Custom Printing Logic
Finally, it’s worth mentioning you can use the built-in methods in the Aspose.Words API to implement your own printing classes based on your own logic. Without going into too much detail, this is the basis of how the previous sample of printing multiple pages on one sheet is implemented. Using such methods as Document.renderToSize, Document.getPageInfo you can use Aspose.Words to integrate with Java’s printing framework, customize the print process to your liking and custom print documents loaded into Aspose.Words.
You can check out an example of this in action by taking a look at the code for the previous sample. The full code for this sample can be downloaded from here: Program.java: https://github.com/asposewords/Aspose_Words_Java/blob/master/MultiplePagesOnSheet/Java/Program.java
Newly added documentation pages and articles
Some new tips and articles have now been added into Aspose.Words for .NET documentation that may guide you briefly how to use Aspose.Words for performing different tasks like the followings.
- How-to: Print Multiple Pages on One Sheet: http://www.aspose.com/documentation/.net-components/aspose.words-for-.net/howto-print-multiple-pages-on-one-sheet.html
- How-to: Print a Document with Settings and Print Preview: http://www.aspose.com/documentation/java-components/aspose.words-for-java/howto-print-a-document-with-settings-and-print-preview-dialog.html
Overview: Aspose.Words for .NET
Aspose.Words is a word processing component that enables Java & .NET applications to read, write and modify Word documents without using Microsoft Word. Other useful features include document creation, content and formatting manipulation, mail merge abilities, reporting features, TOC updated/rebuilt, Embedded OOXML, Footnotes rendering and support of DOCX, DOC, WordprocessingML, HTML, XHTML, TXT and PDF formats (requires Aspose.Pdf). It supports both 32-bit and 64-bit operating systems. You can even use Aspose.Words to build applications with Mono.
More about Aspose.Words for .NET
- Homepage of Aspose.Words for Java: http://www.aspose.com/categories/java-components/aspose.words-for-java/default.aspx
- Download Aspose.Words for Java: http://www.aspose.com/community/files/72/java-components/aspose.words-for-java/default.aspx
- Online Demos for Aspose.Words : http://www.aspose.com/demos/.net-components/aspose.words/default.aspx
- Online documentation of Aspose.Words : http://www.aspose.com/documentation/.net-components/aspose.words-for-.net-and-java/index.html
- Post your technical questions/queries to Aspose.Words Forum: http://www.aspose.com/community/forums/aspose.words-product-family/75/showforum.aspx
- Receive notifications about latest news and supported features by subscribing to Aspose.Words blog: http://www.aspose.com/community/blogs/aspose.words-product-family/default.aspx
Contact Information
Aspose Pty Ltd
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
Friday, December 23, 2011 : 3:42 AM
- (0 comments)
This technical tip shows how to Read Embedded Email Attachments from Message. Sometimes, we get emails that have other emails embedded in them as an attachment. These embedded emails are complete messages having their own Recipients list, Subject, Body and Attachments. Furthermore, each of these messages can have embedded messages in them. Using Aspose.Email Java API, the developers can access each embedded message as an individual message. We will elaborate such example using recursive functionality.
Steps to Access Embedded Messages from an existing Email Message
Please perform the following sequence of steps:
- Create an instance of MailMessage class
- Load the existing Email Message using the load() method exposed by MailMessage class and by specifying the correct MessageFormat.
- Call Recursive method by passing the instance of MailMessage class as parameter.
1. Iterate over the attachment collection of MailMessage Instance.
2. Replace the invalid chars from Attachment name and restrict the name to 50 chars.
3. Save the attachment to disk using save() method exposed by Attachment class.
4. Create an instance of MailMessage class
5. Load the existing Email Message using the load() method exposed by MailMessage class and by specifying the correct MessageFormat.
6. Call Recursive method by passing the instance of MailMessage class as parameter.
7. Repeat 1 – 6.
Sample Code for Reading Embedded Email Attachments using Aspose.Email
[Java]
// Base folder to load and save files used in this demo
private static String strBaseFolder = "D:\\Data\\Aspose\\resources\\";
public static void main(String[] args)
{
try
{
System.out.print("Reading message with embedded messages....");
MailMessage message = MailMessage.load(strBaseFolder + "embedded.msg", MessageFormat.getMsg());
ParseMessage(message);
System.out.println("Success");
}
catch (Exception ex)
{
System.out.println(ex.getMessage());
}
}
private static void ParseMessage(MailMessage message)
{
System.out.println("Subject: " + message.getSubject());
System.out.println("Extracting attachments....");
for (int i = 0; i < message.getAttachments().size(); i++)
{
Attachment att = (Attachment) message.getAttachments().get(i);
System.out.println("Attachment Name: " + att.getName());
// Get the name of attachment. If msg subject contains characters like :, /, \ etc., replace with space
// because windows cannot save files with these characters
// also save first 50 characters as file name to avoid long file names
String attFileName = att.getName().replace(".eml", "").replace(":", " ").replace("\\", " ").replace("/", " ").replace("?", "");
if (attFileName.length() > 50)
{
attFileName = attFileName.substring(0, 50);
}
String attExt = (att.getName().substring(att.getName().lastIndexOf("."), att.getName().lastIndexOf(".") + 4));
// Save the attachment to disk
att.save(strBaseFolder + attFileName + attExt);
// Check if it is an orphaned text attachment file (ATT00001.txt....) and of type eml
if ((attExt.equals(".eml")) || (att.getContentType().getMediaType().equals("text/plain") && att.getName().contains(".txt") == true && att.getName().contains("ATT") == true))
{
// Try to load this text file in MailMessage
MailMessage attMsg = MailMessage.load(strBaseFolder + attFileName + attExt, MessageFormat.getEml());
// Call the function recursively to parse this message and attachments
ParseMessage(attMsg);
}
}
}
Overview: Aspose.Email for Java
Aspose.Email for Java is a Non-Graphical Java component that enables Java applications to read and write MS Outlook MSG files from within a Java application without using MS Outlook. It enables developers to create new MSG file from scratch, update an existing MSG file, read Outlook MSG file & get its properties like subject, body, recipients in to, cc and bcc, adding or removing attachment, sender information & MAPI properties. Aspose.Email can be used with Web as well as Desktop Application.
More about Aspose.Email for Java
- Homepage of Aspose.Email for Java: http://www.aspose.com/categories/java-components/aspose.email-for-java/default.aspx
- Download Aspose.Email for Java: http://www.aspose.com/community/files/72/java-components/aspose.email-for-java/default.aspx
- More Technical Tips by Aspose.Email for Java: http://www.aspose.com/documentation/java-components/aspose.email-for-java/programmers-guide.html
Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
Thursday, December 22, 2011 : 12:28 AM
- (0 comments)
What’s new in this release?
The long awaited version of Aspose.Cells for Java 7.0.4 has been released. It includes a number of useful enhancements regarding HTML and ODS file formats. Aspose.Cells for Java now supports reading even common HTML files. We have also added support for reading charts and other shapes in ODS files. We have enhanced the worksheet’s copy operation and provided more useful options while copying worksheets between workbooks. You can load text and CSV files with your desired parsers. Moreover Aspose developer’s team added improvements to the advanced conditional formatting for XLS files and added some other fixes and enhancements too. This release includes plenty of improved features as listed below
- Support reading common HTML files
- Read/Write advanced conditional formatting types for XLS files
- Optimization is done for Cells.Merge() function regarding memory usage
- Set BigDecimal value as double for Cell.putValue() method
- Provide more Copy options for copying worksheets
- Load CSV file with user specified parsers
- Support advanced formatting condition types introduced in Excel 2007 for XLS format
- New API added: Range.getRefersTo()
- "\n" char in the shape's text becomes square in the generated PDF document
- Read Sort settings from template file for Auto-Filters
- Include TxtLoadOptions.convertDateTimeData option
- Support animated GIF images for ODS/HTML files
- Read charts from ODS template file
- Support to set colors that are not in the MS Excel 2003 standard palette for charts
- Remove FILEPASS record when there is no password set
- Support to set locales for LoadOptions
- Generated PDF document cause Adobe Reader give error is fixed
- Incorrect calculated value for the PRICE function is fixed.
- Calculate COUNTIF function now working correctly
- Problem with Array formulas is resolved.
- Reversed order for category value of a 3D Bar chart using Chart-to-Image is corrected
- Auto-Fit Column function now gives consistent results
Other most recent bug fixes are also included in this release.
Newly added documentation pages and articles
Some new tips and articles have now been added into Aspose.Cells for Java documentation that may guide you briefly how to use Aspose.Cells for performing different tasks like the followings.
- Add a Picture to an Excel Comment: http://www.aspose.com/documentation/java-components/aspose.cells-for-java/add-a-picture-to-an-excel-comment.html
- Working with Controls: http://www.aspose.com/documentation/java-components/aspose.cells-for-java/working-with-controls.html
Overview: Aspose.Cells for Java
Aspose.Cells is a Java component for spreadsheet reporting without using Microsoft Excel. Other features include creating spreadsheets, opening encrypted excel files, macros, VBA, unicode, formula settings, pivot tables, importing data from JDBC ResultSet and support of CSV, SpreadsheetML, PDF, ODS and all file formats from Excel 97 to Excel 2007. It is compatible with Windows, Linux & Unix and supports all advanced features of data management, formatting, worksheet, charting and graphics.
More about Aspose.Cells for Java
- Homepage of Aspose.Cells for Java: http://www.aspose.com/categories/java-components/aspose.cells-for-java/default.aspx
- Download Aspose.Cells for Java: http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/default.aspx
- Online documentation of Aspose.Cells for Java: http://www.aspose.com/documentation/java-components/aspose.cells-for-java/index.html
- Demos of Aspose.Cells for Java: http://www.aspose.com/demos/java-components/aspose.cells/default.aspx
- Post your technical questions/queries to Aspose.Cells for Java Forum:
http://www.aspose.com/community/forums/aspose.cells-product-family/19/showforum.aspx
- Receive notifications about latest news and supported features by subscribing to Aspose.Cells for Java blog: http://www.aspose.com/community/blogs/aspose.cells-product-family/default.aspx
Contact Information
Aspose Pty Ltd,
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
Tuesday, December 20, 2011 : 12:31 AM
- (0 comments)
What’s new in this release?
The long awaited version of Aspose.Cells for .NET 7.0.4 has been released. It includes a number of useful enhancements related to pivot table rendering and formula calculation. Support for pivot tables in Excel (97-2010) spreadsheets has been in Aspose.Cells for a long time. Aspose developer’s team is continuously improving this module with every release of the product. With this release, we’ve added support for the GETPIVOTDATA function. We have also enhanced some pivot table options, e.g. DataDisplayFormat, AutoShowCount, Data Filtering etc. We have fixed the compatibility problems and other issues regarding pivot tables for different Excel file formats. Moreover we have improved the performance of Aspose.Cells formula calculation engine further as well as enhanced advanced conditional formatting rendering options. Auto-shapes rendering are improved while converting to PDF and enhancements are made to reading charts from ODS files. This release includes few new and plenty of enhanced features as listed below
- Support calculating GETPIVOTDATA function
- CalculateFormula is time consuming once the workbook is saved with the product
- Icon sets lost issues fixed from Excel spreadsheet
- Enhanced Connectors rendered to PDF
- Color of conditional formatting changes
- Read chart from ODS file
- Enumeration for property 'DataDisplayFormat'
- Strange behavior of AutoShowCount (PivotTable)
- Formula and Value setters are interfering one with the other
- Compatibility problems in the Pivot Table
- PivotTable’s filtering in Excel 2007 and later versions
- Smart Marker Tags are converted to #NAME?
- Embedded OLE Object is removed from an ODS file after re-saving the file
- Issue is fixed while reading Pivot Table style from an XLS file
- Conditional formatting formulas are now corrected after inserting/copying/deleting column
- Copying charts issue is fixed
- Delete range loses data validation is now fixed
- Enhanced conditional Formatting on pivot table
- Legend key of Pie Chart has the wrong color
Other most recent bug fixes are also included in this release.
Newly added documentation pages and articles
Some new tips and articles have now been added into Aspose.Cells for .NET documentation that may guide you briefly how to use Aspose.Cells for performing different tasks like the followings.
- Using Formulas/Functions to Process Data: http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/using-formulasfunctions-to-process-data.html
- Setting PivotTables Appearance: http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/setting-pivottables-appearance.html
Overview: Aspose.Cells for .NET
Aspose.Cells is a .NET component for spreadsheet reporting without using Microsoft Excel. It supports robust formula calculation engine, pivot tables, VBA, workbook encryption, named ranges, spreadsheet formatting, drawing objects like images, OLE objects and importing or creating charts. You can also create Excel file using designer spreadsheet, smart marker or API and apply formulae and functions. It supports CSV, SpreadsheetML, PDF and all file formats from Excel 97 to Excel 2007.
More about Aspose.Cells for .NET
- Homepage of Aspose.Cells for .NET: http://www.aspose.com/categories/.net-components/aspose.cells-for-.net/default.aspx
- Product Overview for Aspose.Cells for .NET: http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/product-overview.html
- Download Aspose.Cells for .NET: http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/default.aspx
- Online documentation of Aspose.Cells for .NET: http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/index.html
- Demos of Aspose.Cells for .NET: http://www.aspose.com/demos/.net-components/aspose.cells/default.aspx
- Post your technical questions/queries to Aspose.Cells for .NET Forum: http://www.aspose.com/community/forums/aspose.cells-product-family/19/showforum.aspx
- Receive notifications about latest news and supported features by subscribing to Aspose.Cells for .NET blog: http://www.aspose.com/community/blogs/aspose.cells-product-family/default.aspx
Contact Information
Aspose Pty Ltd,
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
Thursday, December 15, 2011 : 11:40 PM
- (0 comments)
What's New in this Release?
Aspose Developers team has been working on Aspose.BarCode for Java to make its features set closer to Aspose.BarCode for .NET and we have now completed that work. All new features and bug fixes that make it into the latest release of .NET are now also available in the Java version. So from now on, whether your platform is .NET or Java, you will get the latest updates, features and bug fixes.
The new release of Aspose.BarCode for Java 4.4.0 has been released. It includes a few API changes and your existing code needs to be updated to use the latest version. We had to make these changes to keep the class and method names in Aspose.BarCode for Java and Aspose.BarCode for .NET similar. The changes are easy to make if you use the auto-completion feature of the IDE. Most necessary changes can also be done using the Find/Replace All feature of the editor. The Programmer’s Guide has been updated to incorporate the changes. But still, if you find any issue, please contact us in forums and we will be happy to assist you. Below is the list of main new and improved features added in this release
- Features set similar to Aspose.BarCode for .NET 4.4.0
- Datamatrix barcode issues are resolved and now generated correctly
- Errors in Code39Extended encoder are fixed
- Now can set symbology to INTERLEAVED2OF5 in BarCodeReader
- Pdf417 recognition Recognition Aspect Ratio
- Columns now properly working and issues are resolved,
- FNC1 encode error in EAN128 generation is fixed
- Now can Read code39 image, issues are resolved.
Other most recent bug fixes are also included in this release.
Newly added documentation pages and articles
Some new tips and articles have now been added into Aspose.BarCode for Java documentation that may guide you briefly how to use Aspose.BarCode for performing different tasks like the followings.
- Programmer's Guide: http://www.aspose.com/documentation/java-components/aspose.barcode-for-java/programmers-guide-1.html
- Render BarCode to JSP or Html Page: http://www.aspose.com/documentation/java-components/aspose.barcode-for-java/render-barcode-to-jsp-or-html-page.html
Overview: Aspose.BarCode for Java
Aspose.BarCode is a Java based visual component for generation & recognition of 1D & 2D barcodes to support Java, web applications and J2ME platform. It supports 29+ barcode symbologies like MSI, QR, OneCode, Australia Post, Aztec, Code128, Code11, EAN128, Codabar, Postnet, USPS and also supports image output in GIF, PNG, BMP & JPG formats. Other features include barcode size & color settings, rotation angle & caption. You can render barcodes to images, printers, HTTP servlet response & graphical objects too.
More about Aspose.BarCode for Java
- Homepage of Aspose.BarCode for Java: http://www.aspose.com/categories/java-components/aspose.barcode-for-java/default.aspx
- Download Aspose.BarCode for Java: http://www.aspose.com/community/files/72/java-components/aspose.barcode-for-java/default.aspx
- Online documentation of Aspose.BarCode for Java: http://www.aspose.com/demos/java-components/aspose.barcode/default.aspx
- Demos of Aspose.BarCode for Java: http://www.aspose.com/demos/java-components/aspose.report/default.aspx
- Post your technical questions/queries to Aspose.BarCode for Java Forum: http://www.aspose.com/community/forums/aspose.barcode-product-family/193/showforum.aspx
- Receive notifications about latest news and supported features by subscribing to Aspose.BarCode for Java blog: http://www.aspose.com/community/blogs/aspose.barcode-product-family/default.aspx
Contact Information
Aspose Pty Ltd
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
Wednesday, December 14, 2011 : 11:33 PM
- (0 comments)
What's New in this Release?
The latest version of Aspose.Pdf for .NET (6.5.0) has been released. This release includes some great new features such as setting background color of pages in PDF documents, determining which pages in a PDF document has background color set and support for attaching MP3 files. This release also improves the product’s performance when converting PDF files into XPS/TIFF format and extracting text and images from PDF. Aspose.Pdf for .NET 6.5 also includes support for transforming PDF files into HTML and other supported formats. We’ve also improved the file concatenation features. Moreover our developers have introduced a mechanism where users can use the single PDF document and pass it to various class objects present under Aspose.Pdf.Facades, without having to repeatedly save and open it. To facilitate this, we have locally added the Document property for almost all facades and extended them with new constructor. However, please note that not all facades work with Document directly. This release also made some changes to PdfConverter class. This release includes plenty of new and improved features as listed below
• Allow to set background color of the Page
• Feature to determine which pages in existing PDF documents contain color
• Embed Mp3 Files to a PDF document
• Provide support for editing accessible PDF Files
• Convert to TIFF performance: improve TIFF generator code
• Performance: optimize extract text performance in Pure mode
• Implement OutOfMemory protection for image extraction procedure
• Improve TextBuilder performance
• Correct processing custom data in DocumentInfo
• Read marked content
• PDF to XPS conversion takes longer time
• PdfConverter performànce: fix TIFF image resolution setting
• When CSS Style using Background Image URL
• Last page of the second file in the concatenated output is blank
• AddImage issue is resolved while adding image in the PDF
• Colors change issues is fixed on converting PDF to image
• Checking existence of watermark
• Enhanced Adding Header and Footer
• Unable to use OMR font when generating PDF file
• Extracting form fields issues are resolved
• Form fields appearing in resultant PDF when generated from XML is fixed.
• Enhanced XML file to PDF conversion
• Hyperlink is addition issue to PDF document is resolved.
• Black boxes appearance is resolved while converting PDF to JPG
• Image dimensions issues are fixed when converting HTML to PDF
• Unwanted text display is resolved in console during PDF to HTML conversion
Other most recent bug fixes are also included in this release.
Newly added documentation pages and articles
Some new tips and articles have now been added into Aspose.Pdf for .NET documentation that may guide you briefly how to use Aspose.Pdf for performing different tasks like the followings.
- Attach Note Annotation to PDF Document: http://www.aspose.com/documentation/.net-components/aspose.pdf-for-.net/attach-note-annotation-to-pdf-document.html
- Extract All Attachments to Disk from Existing PDF File (Facades): http://www.aspose.com/documentation/.net-components/aspose.pdf-for-.net/extract-all-attachments-to-disk-from-existing-pdf-file-facades.html
Overview: Aspose.Pdf for .NET
Aspose.Pdf is a .Net Pdf component for the creation and manipulation of Pdf documents without using Adobe Acrobat. Create PDF by API, XML templates & XSL-FO files. It supports form field creation, PDF compression options, table creation & manipulation, graph objects, extensive hyperlink functionality, extended security controls, custom font handling, add or remove bookmarks; TOC; attachments & annotations; import or export PDF form data and many more. Also convert HTML, XSL-FO and MS WORD to PDF.
More about Aspose.Pdf for .NET
- Homepage of Aspose.Pdf for .NET: http://www.aspose.com/categories/.net-components/aspose.pdf-for-.net/default.aspx
- Online Demo for Aspose.Pdf for .NET at: http://www.aspose.com/demos/.net-components/aspose.pdf/default.aspx
- Download Aspose.Pdf for .NET at: http://www.aspose.com/community/files/51/.net-components/aspose.pdf-for-.net/default.aspx
- Read online documentation of Aspose.Pdf for .NET at: http://www.aspose.com/documentation/.net-components/aspose.pdf-for-.net/index.html
- Post your technical questions/queries to Aspose.Pdf for .NET Forum: http://www.aspose.com/community/forums/aspose.pdf-product-family/20/showforum.aspx
- Receive notifications about latest news and supported features by subscribing to Aspose.Pdf for .NET blog at: http://www.aspose.com/community/blogs/aspose.pdf-product-family/default.aspx
Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
Monday, December 12, 2011 : 1:09 AM
- (0 comments)
This tutorial explains how to incorporate file creation and manipulation features in ASP.NET MVC applications using Aspose.Total for .NET. ASP.NET MVC is used to build patterns-based web applications in an agile development environment, while Aspose.Total for .NET provides everything to plug-in the features to create and manipulate a variety of documents. Using our .NET product suite, you can add and edit PDF, Word, Excel, PowerPoint, bar code, TIFF, and many other file formats in your applications.
This tutorial is based upon a sample MVC application called MvcMusicStore. We’ll build our demo upon this sample project and create bar codes, PDF, Word, Excel and PowerPoint files in the application. The sample project allows us to view details of an album from the music store. We’ll add a bar code along with each album using Aspose.BarCode for .NET. We’ll also convert the data from the album detail to the PDF, DOC, XLS, and PPT formats using Aspose.Pdf for .NET, Aspose.Words for .NET, Aspose.Cells for .NET and Aspose.Slides for .NET respectively.
In this tutorial, we’ll perform the following steps:
• Overview of the demo application
• Add reference to the Aspose components
• Add Aspose license file in the application
• Create a new Model to handle the code of Aspose products
• Create a new Controller to manage Actions related to Aspose products
• Modify StoreController to integrate Aspose code with the application
• Modify Details View to add bar code and buttons to generate files
• Add code to generate bar codes using Aspose.BarCode for .NET
• Add code to create PDF, DOC, XLS, and PPT files
About Aspose.Total for .NET
Aspose.Total for .NET is a compilation of all of the .NET components offered by Aspose. It is compiled on a daily basis to contain all existing & potential .NET components released by Aspose. Using Aspose.Total for .NET, developers can create a large variety of applications leveraging the power of different Aspose components included as part of the Aspose.Total for .NET suite. Furthermore, if any new components are released within a year of your purchase - you will receive them absolutely free.
More about Aspose Products
- Aspose.Total for .NET: http://www.aspose.com/categories/.net-components/aspose.total-for-.net/default.aspx
Please view the following video tutorial to learn how you can use Aspose products for .NET platform with ASP.NET MVC:
- ASP.NET MVC 3: http://www.asp.net/mvc
- Watch Video Tutorial Overview and Generate Bar Codes: http://www.youtube.com/watch?v=Tqg_72rvljU
- Watch Video Tutorial Create PDF and Office Documents: http://www.youtube.com/watch?v=UiqfnrzyCfo
Contact Information
Aspose Pty Ltd
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
Thursday, December 8, 2011 : 11:21 PM
- (0 comments)
What's New in this Release?
We are pleased to announce the release of Aspose.Email for .NET 1.2.0. This release includes support for printing email messages to XPS format using the MailPrinter class. The Print() method takes an instance of the MailMessage class as an argument, so you can print EML, MSG or MHT files. The main new and enhanced features added in this release are listed below
• Implementing access to default folders
• add printing support for messages
• Add support for backup/restore operations for exchange & imap accounts.
• Remove an item from PST file
• Support the delegation feature of Exchange Web Services
• Problem in mapping data to Emails (Mail Merge)
• Exchange server - Fetch multiple messages in a single method call
• Verification of digital signatures
• Difference in Msg to Eml conversion
• TIF attachment issue is fixed
Other most recent bug fixes are also included in this release.
Newly added documentation pages and articles
Some new tips and articles have now been added into Aspose.Email for .NET documentation that may guide you briefly how to use Aspose.Email for performing different tasks like the followings.
- Sending Email Messages with SMTP: http://www.aspose.com/documentation/.net-components/aspose.email-for-.net/sending-email-messages-with-smtp.html
- Load and Save Appointment in ICS Format: http://www.aspose.com/documentation/.net-components/aspose.email-for-.net/load-and-save-appointment-in-ics-format.html
Overview: Aspose.Email for .NET
Aspose.Email for .NET is a set of components allowing developers to easily implement email functionality within their ASP.NET web applications, web services & Windows applications. It Supports Outlook PST, EML, MSG & MHT formats. It allows developers to work with SMTP, POP3, FTP & MS Exchange servers. It supports mail merge, iCalendar, customized header & body, header information, embedded files, Twitter & many more. It makes it easy to work with HTML or plain text emails & their attachments.
More about Aspose.Email for .NET
- Homepage of Aspose.Email for .NET: http://www.aspose.com/categories/.net-components/aspose.email-for-.net/default.aspx
- Download Aspose.Email for .NET: http://www.aspose.com/community/files/51/.net-components/aspose.email-for-.net/default.aspx
- Online documentation of Aspose.Email for .NET: http://www.aspose.com/documentation/.net-components/aspose.email-for-.net/index.html
- Demos of Aspose.Email for .NET: http://www.aspose.com/demos/.net-components/default.aspx
- Post your technical questions/queries to Aspose.Email for .NET Forum: http://www.aspose.com/community/forums/aspose.email-product-family/499/showforum.aspx
- Receive notifications about latest news and supported features by subscribing to Aspose.Email for .NET blog: http://www.aspose.com/community/blogs/aspose.network-for-.net/default.aspx
Contact Information
Aspose Pty Ltd
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
Wednesday, December 7, 2011 : 3:07 AM
- (0 comments)
What's New in this Release?
The long awaited version of Aspose.Words for .NET & Java (10.7.0) has been released. Support for OLE objects embedded in Word documents has been available in Aspose.Words for long time. ActiveX control is a technology related to OLE. ActiveX controls are stored in the same way as OLE objects in the binary .DOC documents and they have been already supported by Aspose.Words. But ActiveX controls stored in OOXML documents are stored differently to OLE objects and they were not supported by Aspose.Words during DOCX open/save cycles. Footnotes and endnotes in Word documents always have a reference mark. Most of the time, the reference mark is an auto-generated number, such as i, ii, iii etc. But it turns our many customers actually use custom characters as reference mark for footnotes and endnotes, for example “*”. This Aspose.Words release addresses a long-standing feature request to support proper rendering of footnotes and endnotes with reference marks to PDF and other formats.The list of some of the important new and improved features in this release are listed below
• ActiveX controls are supported in DOCX documents.
• Custom footnote marks rendering.
• Improvements in rendering floating shapes.
• DrawingML rendering improvements.
• More field types are supported by the field update engine.
• Ability to specify a thumbnail image for EPUB documents.
• Improvements to 1bpp and also CMYK images in rendering.
• Better support for date and number formats in mail merges.
• Allow multiple paragraphs in endnote text in layout
• Support rendering of all MS Word gradient fills in PDF.
• Gradient now looks correct during rendering /converting to PDF.
• FitShapeToText option is fixed and now working correctly during rendering.
• Field values missing is fixed after open/save RTF document.
• OLE data lost upon reading RTF document is fixed.
• Line break in page header missing after convertign to DOC.
• Support opening Office 2010 password protected documents.
• Images missing is resolved on the first page when converted DOC to ODT
• Table of Figures and Table of Tables are updated
• Grouped shapes lose the gradient fill is fixed
• Add an option to specify the thumbnail image for EPUB
• Add support of relative units on table elements in HTML import.
• Enhanced RTF to PDF
• Embedded bitmap is converted to simple image
• Update SAVEDATE fields.
• Text and logo are shifted when printing PDF and DOC documents.
• List item issue is fixed when indented in ODT output
• Center alignment is not correct when render to pdf or xps
• Embedded zip is converted to simple image
• Header disappears is fixed after open/save.
• Support far east layout in RTF.
• DrawingML is corrected during rendering.
• Export multiple authors as a separate tags in ePub
• Footnote mark improperly rendering is fixed.
• Ole object broken issues if resolved.
• Gradient is rendering is fixed
• Upon Opening DOCX Exception is raised
• MHT file import is improved
• Support PAGEREF fields with options
• Add a lot of options to HTML export
Other most recent bug fixes are also included in this release
Newly added documentation pages and articles
Some new tips and articles have now been added into Aspose.Words for .NET documentation that may guide you briefly how to use Aspose.Words for performing different tasks like the followings.
- How-to: Print Multiple Pages on One Sheet: http://www.aspose.com/documentation/.net-components/aspose.words-for-.net/howto-print-multiple-pages-on-one-sheet.html
- How-to: Convert a Document to MHTML and Email: http://www.aspose.com/documentation/.net-components/aspose.words-for-.net/howto-convert-a-document-to-mhtml-and-email.html
Overview: Aspose.Words for .NET
Aspose.Words is a word processing component that enables Java & .NET applications to read, write and modify Word documents without using Microsoft Word. Other useful features include document creation, content and formatting manipulation, mail merge abilities, reporting features, TOC updated/rebuilt, Embedded OOXML, Footnotes rendering and support of DOCX, DOC, WordprocessingML, HTML, XHTML, TXT and PDF formats (requires Aspose.Pdf). It supports both 32-bit and 64-bit operating systems. You can even use Aspose.Words to build applications with Mono.
More about Aspose.Words for .NET
- Homepage of Aspose.Words for .NET: http://www.aspose.com/categories/.net-components/aspose.words-for-.net/default.aspx
- Homepage of Aspose.Words for Java: http://www.aspose.com/categories/java-components/aspose.words-for-java/default.aspx
- Download Aspose.Words for .NET: http://www.aspose.com/community/files/51/.net-components/aspose.words-for-.net/default.aspx
- Download Aspose.Words for Java: http://www.aspose.com/community/files/72/java-components/aspose.words-for-java/default.aspx
- Online Demos for Aspose.Words : http://www.aspose.com/demos/.net-components/aspose.words/default.aspx
- Online documentation of Aspose.Words : http://www.aspose.com/documentation/.net-components/aspose.words-for-.net-and-java/index.html
- Post your technical questions/queries to Aspose.Words Forum: http://www.aspose.com/community/forums/aspose.words-product-family/75/showforum.aspx
- Receive notifications about latest news and supported features by subscribing to Aspose.Words blog: http://www.aspose.com/community/blogs/aspose.words-product-family/default.aspx
Contact Information
Aspose Pty Ltd
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
Thursday, December 1, 2011 : 11:19 PM
- (0 comments)
Aspose Newsletter for December 2011 has now been published that highlights all the newly supported features offered in the recent releases of its JasperReports exporters, SQL Server rendering extensions, .NET, Java & SharePoint components. This month’s technical article shows Disabling Microsoft Excel error check options with Aspose.Cells for Java & a migration tip for changing the page setup for a document. A video tutorial for extracting contacts from PST files with Aspose.Email for .NET.
Product Spotlight – Aspose.Slides for .NET lets developers work with Microsoft PowerPoint files
Aspose.Slides for .NET allows .NET applications to read, write and manipulate PowerPoint documents without using Microsoft PowerPoint. It gives developers control over presentation slides far beyond simple conversion. Click here to download the latest release of Aspose.Slides for .NET: http://www.aspose.com/community/files/51/.net-components/aspose.slides-for-.net/default.aspx
Technical Article – Disabling Microsoft Excel error check options with Aspose.Cells for Java
Microsoft Excel has a number of automatic error checks. Aspose.Cells for Java’s ErrorCheckOptions class allows you to manage them. Occasionally, numbers may be formatted and stored in cells as text. This technical article shows you how to disable that error check option. Click below to read the complete article: http://www.aspose.com/documentation/java-components/aspose.cells-for-java/use-error-checking-options.html
Updates about new product releases
1. Aspose.Total for .NET: http://www.aspose.com/community/files/51/.net-components/aspose.total-for-.net/default.aspx - a compilation of our latest .NET products.
2. Aspose.Cells for .NET 7.0.3: http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/default.aspx - adds support for advanced formatting when converting to PDF and many fixes.
3. Aspose.Words for .NET: http://www.aspose.com/community/files/51/.net-components/aspose.words-for-.net/default.aspx - updated at the end of the month, every month.
4. Aspose.Pdf for .NET 6.4.2: http://www.aspose.com/community/files/51/.net-components/aspose.pdf-for-.net/default.aspx - a hotfix that solves conversion and printing issues.
5. Aspose.BarCode for .NET 4.4.0: http://www.aspose.com/community/files/51/.net-components/aspose.barcode-for-.net/default.aspx – adds barcode recognition to Silverlight and a couple of fixes.
6. Aspose.Diagram for .NET 1.7.0: http://www.aspose.com/community/files/51/.net-components/aspose.diagram-for-.net/default.aspx – adds support for rendering shadows on shapes and a number of enhancements and fixes.
7. Aspose.Imaging for .NET 1.1.0: http://www.aspose.com/community/files/51/.net-components/aspose.imaging-for-.net/default.aspx – adds support for the .NET Compact Framework’s core functionality and PSD files.
8. Aspose.Email for .NET1.1.0: http://www.aspose.com/community/files/51/.net-components/aspose.email-for-.net/default.aspx – allows you to create PST files, add a BCC field to MHT headers, identify mail folders in PST files and much more.
9. Aspose.Total for Java: http://www.aspose.com/community/files/72/java-components/aspose.total-for-java/default.aspx – a compilation of our latest Java products.
10. Aspose.Cells for Java 7.0.3: http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/default.aspx – hotfix that introduces the PivotField.getBaseIndex() method and a number of enhancements and fixes.
11. Aspose.Words for Java: http://www.aspose.com/community/files/72/java-components/aspose.words-for-java/default.aspx – updated at the end of the month, every month.
12. Aspose.Pdf for Java 3.0.2: http://www.aspose.com/community/files/72/java-components/aspose.pdf-for-java/default.aspx – allows you to convert PCL files to PDF, adds support for TrueType font maps, CCIFF encoding and a number of fixes.
13. Aspose.Email for Java 1.1.0: http://www.aspose.com/categories/java-components/aspose.email-for-java/default.aspx – allows you to create PST files, add a BCC field to MHT headers, identify mail folders in PST files and more.
14. Aspose.Total for Reporting Services: http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.total-for-reporting-services/default.aspx – a compilation of our latest Reporting Services products.
15. Aspose.Total for JasperReports: http://www.aspose.com/community/files/67/jasperreports-exporters/aspose-total-for-jasperreports/default.aspx – a compilation of our latest JasperReports products.
16. Aspose.Total for SharePoint: http://www.aspose.com/community/files/73/sharepoint-components/aspose.total-for-sharepoint/default.aspx – a compilation of our latest SharePoint products.
Tutorial Video – Extracting contacts from PST files with Aspose.Email for .NET
With Aspose.Email for .NET it is easy to extract contacts from a PST file. The process is simple: open an existing PST file, access its contact folder and save each contact as vCard and Outlook MSG files. This video takes you through the steps in just under four minutes. Click below to watch the Video: http://www.aspose.com/videos/aspose.email/aspose.email-for-.net/extract-contacts-from-pst-file.aspx
Migration Tip – Changing the page setup for a document using Aspose.Words for .NET
Aspose.Words for .NET allows you to work with Microsoft Word documents from within your applications independent of Microsoft Automation. You can manipulate Word documents without having to interact with other applications on the machine or server. The process is fast and stable. This tip shows you how to use Aspose.Words for .NET to change the page setup for a document. You can find the complete details here: http://www.aspose.com/documentation/.net-components/aspose.words-for-.net/changing-page-setup-for-whole-document.html
Collect your copy of Aspose Newsletter, December 2011 edition
Collect the English version of this newsletter: http://www.aspose.com/blogs/aspose-business/customer-newsletters/archive/2011/12/01/aspose-newsletter-december-2011.html
Keep in Touch
There are several ways for you to keep in touch with us. The monthly newsletter is a way for us to keep in touch with you, but we are always interested in hearing from you.
- Post a question on our forums: http://www.aspose.com/community/forums/default.aspx
- Connect with us on Post a question on our Facebook: http://www.facebook.com/pages/Aspose/21217093093
Contact Information
Aspose Pty Ltd,
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
Thursday, December 1, 2011 : 1:19 AM
- (0 comments)
Aspose.Network for .NET (now Aspose.Email for .NET) and Aspose.Total for SharePoint were voted among the best products in the DevProConnections Community Awards. The awards run every year. This is the first time that Aspose has taken part. DevProConnections collects together independent information about how to build Microsoft applications to give Microsoft developer advise and insight. The network focuses on practical solutions based on real-life implementations. DevProConnections covers many aspects of Microsoft development: Visual Studio, .NET Framework, Azure, Windows, Windows Server, through Office, SharePoint, SQL Server, Mobile and more. Every year, they run the Community Choice awards in which users nominate and then vote on their favourite companies and products. Aspose was nominated in a number of categories and won awards in two.
“We value community awards highly,” said Danny Cooper, Team Leader, Aspose Texas, to the news, “because they are proof that we create products that really help our customers.” We are delighted that our efforts are serving our community.
Aspose.Network for .NET takes silver in the Best Email Control
Aspose.Network is a suite of .NET components for network programming with support for .NET logging framework and Microsoft Exchange Server. Now you can read and write Outlook Message files using Aspose.Network. It provides iCalendar engine and SSL support for SMTP, POP3 & IMAP protocols with other mail merge features. You can import & export emails in MHT, PST & EML formats. It supports all the features of SMTP, MIME, S/MIME, POP3, FTP, WhoIs, DNS, ICMP, IMAP, HTTP, SOCKS 4/4A & SOCKS 5 components
Aspose.Total for SharePoint takes bronze in Best SharePoint Development Tool
Aspose.Total for SharePoint brings together Aspose.Cells, Aspose.Words, Aspose.Slides, Aspose.Email and Aspose.Pdf for SharePoint into one powerful package. With all the SharePoint products at their disposal, developers can give their users powerful conversion and email synchronization in their SharePoint applications.
More about Aspose
- Homepage of Aspose.Email for .NET: http://www.aspose.com/categories/.net-components/aspose.email-for-.net/default.aspx
- Homepage of Aspose.Total for SharePoint: http://www.aspose.com/categories/sharepoint-components/aspose.total-for-sharepoint/default.aspx
- DevProConnections Community Awards: http://www.devproconnections.com/article/awards/2011-community-choice-awards-140851
- Download Aspose.Email for .NET: http://www.aspose.com/community/files/51/.net-components/aspose.email-for-.net/default.aspx
- Download Aspose.Total for SharePoint: http://www.aspose.com/community/files/73/sharepoint-components/aspose.total-for-sharepoint/default.aspx
Contact Information
Aspose Pty Ltd, Suite 163,
79 Longueville Road
Lane Cove, NSW, 2066
Australia
http://www.aspose.com/
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465