Sunday, January 31, 2016

JasperReports 5.5.0 & Jboss6 Support, Enhanced Reports Export to PPTX Format

What’s new in this release?

The long awaited version of Aspose.Slides for JasperReports 2.1.0 has been released. This release has been built on the basis of latest Aspose.Slides for Java API and supports JasperReports versions ranging from 3.5.0 through 5.5.0 for exporting to PowerPoint presentations. We have made this release more compatible with JBoss6 and now reports can be generated without any issue. We have also addressed the report rendering issues which were incurring while exporting reports to PPTX format. The list of improved features in this release are listed below
  • Implement support of JasperReport 5 API
  • Only first slide exported to PPT(X)
  • Error while exporting report to PPTX
  • Aspose slides for JRPptExporter not working with Jboss6

Overview: Aspose.Slides for JasperReports

Aspose.Slides for JasperReports is an external exporter for JasperReports that allows to convert reports in PowerPoint presentation (PPT) and PowerPoint slideshow (PPS) formats in your java applications. It supports Java 2 platform standard edition 5.0 and JasperReports 2.0, 3.0 and higher. It is built with extensive development efforts making it possible to export reports to PowerPoint formats like original reports. Now you can also integrate Aspose.Slides for JasperReports with JasperServer.

Thursday, January 28, 2016

Get/Set First Slide Number & Improved Animations Support in Presentations using Java

What's New in this Release?

The long awaited version of Aspose.Slides for Java 15.11.0 has been released. This release comes with the improved support for the animations in a presentation. We have introduced the support for setting and getting the first slide number by using newly added methods to Presentation class. The methods getFirstSlideNumber() and setFirstSlideNumber() can be used to get or set the first slide number. When a new first slide number value is specified all slide numbers are recalculated.  The issues related to thumbnail generation which were reported for missing charts, missing text or misplaced contents have been fixed in this release. The slide rendering to SVG as well BMP image format for certain presentation decks with incurring issues have also been resolved. Support for setting the animations on slides and shapes, has also been improved in this release. The presentation access and saving issues have been rectified for many presentation decks that earlier resulted in exceptions including PptxReadException, ArgumentException , InvalidStringException and UnknownFileFormat in previous releases. We have also enhanced the presentation rendering to HTML and PDF in this release for charts, text and SmartArt shapes. Many chart rendering issues including missing or improper chart legends, chart categories and axes have been rectified. The issues related extraction of some document properties including Creation Date and Last Save Time have also been addressed. Some important enhancement & bug fixes included in this release are given below
  • PDF rendered incorrectly
  • Wrong text underline type returned for text
  • Setting text underline color not working
  • Creation Date and Last Save Time fields are not extracted correctly
  • Shape to BMP thumbnail is not working
  • Incorrect text on presentation load and save
  • Incorrect chart legend displayed
  • PptxReadException thrown on loading pptx
  • SlideSizeType.Custom property is not working
  • License is disabled message while setting the license
  • Image (Jpeg) is improperly rendered in generated thumbnail
  • Blank html generated from presentation
  • PptxReadException thrown on loading pptx
  • writeAsSvg creates incorrect text
  • writeAsSvg creates incorrect svg files
  • writeAsSvg method loses background image.
  • Text indentation lost in generated thumbnail
  • The text is improperly rendered in generated PDF
  • AnimationSettings is missing in new Aspose.Slides for Java Unified API
  • Fonts are not rendered from HTML to presentation
  • Invalid String exception on accessing presentaiton
  • Unknown file format exception on generating PDF
Overview: Aspose.Slides for Java

Aspose.Slides is a Java component to create, read, write and modify a PowerPoint document without using Microsoft PowerPoint. It supports PHP applications and provides all advanced features for managing presentations, slides, shapes, tables and supports PPT, POT, POS PowerPoint formats. Now you can add, access, copy, clone, edit and delete slides in your presentations. It also supports audio & video frames, adding pictures, text frames and saving presentations as streams or SVG format.



  •  

Monday, January 25, 2016

Add a Target Camera in 3D Scene & Import/ Export Scenes in 3DS Format inside .NET Apps

What’s new in this release?

Aspose team is pleased to announce the release of Aspose.3D for .NET 1.2.0. From this version, developers would be able to import and export scenes in 3DS format (Autodesk 3D Studio DOS). They can also triangulate a mesh because it is required by 3DS file exporting. Besides this, developers can flip coordinate system in OBJ, 3DS and STL formats. Cameras are the main viewing tools in 3D visualization. Many of 3D formats have an option of target camera. A target camera has two icons to animate, the target and the camera. Its support is now added to the Aspose.3D API. A documentation help topic shows how developers can add a target camera to a 3D Scene on the blog announcement page.  It also adds support for flipping coordinate of OBJ, 3DS and STL formats. It allows developers to flip coordinate system of OBJ, 3DS and STL formats during the export. A help topic is provided in the documentation section that shows how developers can flip coordinate system.  This release also provides support of triangulating a mesh because converting polygons to triangles is a quick way to ensure non-planar faces render properly. This release includes plenty of new features as listed below
  • 3DS(File format of Autodesk 3D Studio DOS) importer and exporter
  • Multiple scenes support
  • Allow user to flip coordinate system in OBJ/3DS/STL
Overview: Aspose.3D for .NETAspose.3D for .NET is a feature-rich component and class library for .NET that empowers Mono and .NET application including ASP.NET, Windows Forms and Web Services to connect with prevalent 3D document formats automatically without the 3D modeling and rendering software being installed on the server. It supports FBX (ASCII, Binary) and STL (ASCII, Binary) file formats and developers can easily create, read, convert, modify and control the substance of these 3D document formats using Aspose.3D API.

Sunday, January 24, 2016

Extract Attachments from PST File & Get Parent Folder Information of a Message using Java

What’s new in this release?
We are pleased to announce the new release of Aspose.Email for Java 6.1.0. This month’s release brings enhancements to various functional areas of the API. Specifically, the enhancements are related to the Exchange Web Service (EWS) client and Personal Storage (PST) files. It also fixes a number of bugs that were reported with our last month’s release. This month’s release implements the functionality of extracting attachments from PST messages without extracting complete message first. The API now provides a new method, extractAttachments, which can be used to extract attachments from the message using either the message summary information or message entry id. The API also provides an enhancement feature of getting parent folder information from a message’s entry id or summary information in a PST. This gives users the power of getting information about a message’s parent folder for storing as meta-data. It can also help in getting other messages from the parent folder if required. Aspose.Email’s Exchange Web Service (EWS) API already provides the capability of creating folders and sub-folders in an Exchange Mailbox. However, the API had an issue while creating a folder name with “/” in it. It resulted in creating sub-folder after the “/”. This month’s release now provides IEWSClient. setUseSlashAsFolderSeparator folder to treat slash as folder separator and create sub-folder in mailbox. The main improved features & bug fixes added in this release are listed below
  • Add auto recognition for pipelining mode based on response of 'capability' command .
  • Improve support of asynchronous operations with allowance pipelining for SMTP client
  • PersonalStorageQueryBuilder.Body.Contains NotSupportedException
  • Provision of Creating MapiCalendarTimeZone object from a Standard Timezone
  • Provision of adding MapiAttachment without a Name
  • EML with empty Content-Type to MSG raises exception
  • Extract attachments from PST messages without extracting complete message
  • PST: Get Parent FolderInfo from EntryId
  • Improve support of asynchronous operations with allowance pipelining for SMTP client.
  • Can't create Office 365 folder with "/" in name
  • Wrong inline and regular attachments detected in the mail
  • Issues with saved Nested MapiMessage attachments
  • EXDATE missing while converting MSG to ICS file
  • MSG to MHTML renders wrong output
  • Attachment MSG single click has no information
  • Attachment corrupted after adding the MSG file with an attachment to a PST
  • Merging PSTs does not merge items at Root folder of PST
  • Inline image shown as attachment while loading EML to MailMessage
  • MSG->MSG loses the & sign
  • MapiAttached.BinaryData when changed and added back raises problem
  • PersonalStorage.SaveMessageToStream creates corrupt MSG files
  • Error on IBM Websphere application server: Can not find Aspose.Email.lic
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 Java documentation that may guide you briefly how to use Aspose.Email for performing different tasks like the followings.
Overview:Aspose.Email for Java
Aspose.Email for Java is a Non-Graphical Java component that enables Java applications to read and write Microsoft Outlook documents without utilizing Microsoft Outlook. It enables developers to create new MSG file from scratch, update an existing MSG file, read Outlook MSG file & get it's properties like subject, body, recipients in to, cc and bcc, Adding or removing attachment, sender information and MAPI properties.  Aspose.Email for Java can be used with Web as well asDesktop Application.
More about Aspose.Email for Java

Thursday, January 21, 2016

Read/Write VSSX Stencil, VSTX Template & Embed Resultant HTML Resources Support using Java

What’s new in this release?

We are pleased to announce the new release of Aspose.Diagram for Java 5.9.0.  The complete support for reading and writing VSSX stencil and VSTX template have been added. Developers can also embed output HTML resources into the single HTML document, copy styles and page sheet properties from other Visio drawings. Starting from this version, Aspose.Diagram API allows developers to migrate their old stencils (.VSS) and templates (.VST) to the new VSSX and VSTX formats respectively. It helps in using vector graphics to create diagrams and get rid of old complex binary formats. Aspose.Diagram API users can now serve the scenario where they need to embed output HTML resources into a single HTML document and also save it in the instance of a stream. This feature also enables them to store the output HTML in the repository or storage. Previously, Aspose.Diagram API was only saving the output HTML along with its resources in a separate directory. In Microsoft Office Visio, when we paste shapes into a destination Visio, it copies every style and formatting associated with the shapes. In order to mimic the behavior of MS Office Visio, Aspose.Diagram API has added CopyTheme method in the Diagram class and Copy method in the PageSheet class. These new methods also cover many defects in reference to missing style and formatting of the shapes during various manipulation tasks. This release includes several enhanced features and bug fixes as listed below
  • Reading support for new MS Visio Template 2013 VSTX format
  • Shape.connectedShapes method is not working as expected
  • Shape.gluedShapes method is not working as expected
  • [Output format VDX] - Group Shape is not displayed properly
  • [Output format HTML] - Can't place a group shape from another Visio diagram
  • [Output format PDF] - Can't place a group shape from another Visio diagram
  • [Output format VDX] - Fill style of the Shapes is not preserved
  • VSDX to XPS conversion - an illegal error message occurred
  • Index out of bounds error occurred while loading a VSD diagram
  • VSD to VDX export, connectors position is changed
  • Open and save VSDX, the server shapes are missing
  • VDX to PDF export, the resultant PDF is blank
  • VDX to BMP export, a negative array size exception occurred
  • VDX to JPEG export, an argument exception occurred
Overview: Aspose.Diagram for Java 

Aspose.Diagram is a class library for working with MS Visio files & is a pure Java alternate for MS Visio Object Model. It is a standalone Visio Java library and does not depend on Microsoft Office Visio. It enables developers to work with VSD & VDX files and they can open files & Add   & manipulate the elements of the diagram, export Visio files to PDF, XML, HTML, images format, SVG & several other formats,  Rotate a shape, Add a hyperlink to a Visio shape, protect diagram shape and many more.  Aspose.Diagram can be used with any kind of application, whether it’s a Web Application or a Windows Desktop Application.

Wednesday, January 20, 2016

Capital Letters Recognition in Scanned Docs & Improved Character Classification using .NET

What’s new in this release?

We are proud to announce the new release of Aspose.OCR for .NET 3.2.0. This release includes improved mechanism to recognize capital letters in a scanned document. Recognizing capital letters while performing OCR operation on scanned documents was already supported. However recognition process has been improved further. Process of character classification in the scanned document has been improved. Moreover, Recognition process of capital letters in the scanned document has been improved along with Exception handling process while performing OCR operation on barcode has been improved. This release includes plenty of new features as listed below
  • Implement new characters classifier
  • Improve detection of capital letters
  • OMR Template Editor crash when try to access the recent file that is not present on the last location - Aspose.OCR 3.1.0 [.Net]
  • SerializationException occured
  • Disable Duplicate if elements with different types are selected
Other most recent bug fixes are also included in this release

Overview: Aspose.OCR for .NET

Aspose.OCR for .NET is a character recognition component built to allow developers to add OCR functionality in their ASP .NET web applications, web services and Windows applications. It provides a simple set of classes for controlling character recognition tasks. It helps developers to work with image (BMP, TIFF) files from within their own applications. It allows developers to extract text from images

Monday, January 18, 2016

Export CAD Layouts to PDF, Expand/Crop an Image & Export PSD Layers to Raster Images using .NET

What’s new in this release?

We are pleased to announce the new release of Aspose.Imaging for .NET 3.0.0. This month’s release contains many useful improvements where the most worth mentioning enhancement is the new improved imaging core. Moreover, this release has provided the support for the famous DjVu file format. Aspose.Imaging for .NET API has improved the imaging core for performance considerations by converting the internal structure to utilize the byte array instead of the Aspose.Imaging.Color array. With these changes in place, the latest revision is less resource consuming and more efficient as compared to any of its predecessors. Previously, the imaging core used the Aspose.Imaging.Color array to store the pixel information due to which each pixel had to occupy 24 bytes in the memory. This schema proved to be the performance bottleneck in scenarios where images having huge dimensions have to be processed, reason being; the image required more memory to process and hence more time to flush the data. Since this release, the API has added new interfaces and methods which are available in public API as well as being used internally for core processing. Now, the Color is represented as 32-bit ARGB integer structure where there are 4 color channels stored in the order of ARGB. DjVu file format is becoming popular as an alternative to PDF because it has smaller file size as compared to PDF. DjVu format can also be considered as a superior alternative to PDF for digital documents, to TIFF for scanned bitonal documents, to JPEG and JPEG2000 for photographs and pictures, and to GIF for large palatalized images. With this release, the API has provided the support for loading DjVu files for possible conversion to raster image formats as well as PDF. In order to provide this support, the API has exposed DjvuImage class along with many new helping classes, method & properties whose details are available in the Public API Changes section. Like PDF & TIFF, the DjVu files can have multiple pages/frames therefore while converting the DjVu files to raster formats such as TIFF & GIF, all pages of DjVu are rendered to the resultant image by default. It can also be used to convert the DjVu files to PDF format while using the existing PdfOptions class. It is up to the user requirement if all DjVu pages or a subset of the pages are to be exported in PDF format. This release has exposed a new class IntRange that can be used to specify a range that in turn can be passed to an instance of DjvuMultiPageOptions for the conversion of specific range of DjVu pages to TIFF or GIF. It is also possible to store each DjVu page to separate raster image. In order to achieve this goal, this release has exposed an overload constructor of DjvuMultiPageOptions that could accept an integer value to export the specific page. This mechanism can be extended to render individual DjVu pages to raster formats. Another overload constructor of DjvuMultiPageOptions class can accept an integer value as well as an instance of Rectangle to export a specific portion of DjVu page to raster image format. The main new and improved features added in this release are listed below
  • Support for DjVu file format
  • Value offset not word-aligned: 4261403 while validating Aspose.Imaging's generated TIFF with JHOVE
  • ImageLoadException: Cannot process loading further due to incorrect file format structure. Error details: Index was out of range, at Image.Load while loading a DWG
  • Performance lag while watermarking frames of a large TIFF image
  • Textual contents do not render while converting the DXF to TIFF
  • ArgumentException: Font isocpeur_0 not found, at Image.Save while converting DXF to TIFF
  • Unable to convert jpeg 2000 image
  • Improve performance of core processing
  • Improve performance of PNG codec
  • ImageLoadException: Cannot open an image. The image file format may be not supported at the moment, while loading a certain DXF
  • ImageLoadException: Cannot open an image. The image file format may be not supported at the moment." while loading a certain DXF
  • Resize image destroys EXIF data
  • Support of changing contrast/brightness setting and image quality of JPEG image
  • Specify Jpeg quality while converting BMP to Jpeg
Overview:Aspose.Imaging for .NET

Aspose.Imaging for .NET is an image processing & manipulation component that allows developers to create, edit, draw or convert images in their .NET application. It allows developers to convert image files to PSD, BMP, JPEG, PNG, TIFF and GIF formats. Moreover a set of pens, brushes and fonts can be used to draw images or add new elements & text to existing images. Aspose.Imaging for .NET works well with both web & windows applications. Moreover, it adds the support for Silverlight platform.
More about Aspose.Imaging for .NET


Sunday, January 17, 2016

Read ActiveX Control Properties & Trim Whitespaces from Mail Merge Values in Java/.NET Apps

What's New in this Release?
 
Aspose development team is happy to announce the monthly release of Aspose.Words for Java & .NET 15.12.0. This month’s release contains over 89 useful new features, enhancements and bug fixes to the Aspose.Words products. Here is a look at just a few of the biggest features and API changes in this month’s release, Support of Read-only access to ActiveX Control properties, Support of Default page margins, header and footer distance, column spacing depends on current culture, Introduced Overloaded method InsertOleObject in DocumentBuilder class, Introduced SuggestedFileName Property in OleFormat class, Avoid Populating Merge Fields Inside the false Part of IF Field, Support of Ruby Tags in HTML Import and support of Applying styles from the template during HTML insertion. OleControl is new public class and represents ActiveX control. OleControl class is base class for all ActiveX objects. You can check whether control is a Forms 2.0 OLE control by OleControl.IsForms2OleControl property. Type of Forms2OleControl is exposed in Forms2OleControlType.Type property. OleControl.IsForms2OleControl property will return true when control type is Forms 2.0 OLE control. Now default page margins, header/footer distance and column spacing depend on current culture to mimic MS Word behavior. For example, now all page margins are 1 for English (United States) and English (United Kingdom). Left, right, top margins are 2.5 cm; bottom margin is 2 cm for German. The new defaults are used for a new document and for a loaded document if an explicit value is not set for the mention parameters. Previous implementation of InsertOleObject expects full file name to linked object and chooses ProgId and ClsId depending on file extension. Passing internet URL reveals new use case. We can’t extract file type from URL directly, URL can refer to page in very different way. It can be www.aspose.com, www.aspose.com\index.aspx?id=1 and so on. So Aspose.Words decided to make new method which allows customer to pass ProgId explicitly. Microsoft Word is smart enough to extract file name of embedded OLE object if it is an OutlookAttach OLE object. So Aspose.Words mimics the same behavior. If file name can not be extracted, empty string is returned. Originally, this issue was about introducing the option to control whether to populate merge field inside false part of IF field or not. However, we eventually decided that the suggested option was too specific. Thus we decided to simply make Aspose.Words avoid populating merge fields inside the false part of the field. The cleanup options are not applied too. So, false part of the IF field remains unchanged, like in MS Word mail merge preview. It also supports for Applying styles from the template during HTML insertion. That is why, the option was renamed. The list of new and improved features added in this release are given below
  • Access ActiveX control properties
  • New InsertOleObject method
  • Preset text wrap (“follow path”, “warp”) for DrawingML textboxes rendering implemented
  • DrawingML textboxes rendering improved
  • Apply styles from the template during HTML insertion
  • HTML Import supports ruby tags now
  • Allow programmatic access to "Selected" state of radio controls
  • InsertOleObject does not insert the linked OLE
  • Add feature to insert linked webpage OLE
  • Support preset text wrap upon rendering DML text boxes.
  • Table cell text font issue
  • Contents move to next page after conversion from Docx to fixed page format
  • License.IsLicensed is not supported when used via COM
  • Incorrect default page margins reported
  • Consider adding a way to apply styles from the template during HTML insertion
  • Support programmatic access to ActiveX controls
  • Query about SpecialChar
  • Flips apply to WordArt incorrectly.
  • List padding simulation spans writed by HTML Export aren't recognized during importing
  • List Numbering changes after appending documents
  • Model reports incorrect margins on loading wordml document
  • '-0%' label while rendering pie chart to image.
  • Character position is lowered.
  • Spare new line symbol in WordArt in DrawingML.
  • Appendix do not added to Table of Context.
  • Office Math does not display correctly after re-saving Rtf
  • DataSet.readXml throws java.lang.IndexOutOfBoundsException
  • Re-saving RTF with Office Math on Linux
  • Textbox's text is missing in output Pdf
  • Some words are trimmed from the right side.
  • CSS style padding-right does not work after conversion from HTML to Pdf
  • /line numbers in RTL section/ Doc to Pdf conversion issue with line numbers position
  • WordML to Doc/Docx/Pdf conversion issue with table layout
  • Hebrew (RTL) characters are imported incorrectly from HTML
  • Style is changed after appending one document into another
  • DrawingML does not render correctly in output Pdf
  • InsertOleObject inserts incorrect ProgID in output document
  • Doc to Doc/Docx conversion issue with Hyperlink
  • Aspose.Words save as PDF/Print margin problems
  • /comments/ AW produces incorrect layout when comment contains RowPart.
  • Div border is lost during converting a HTML to DOC
  • Faild export page size to ODT
  • The initial of comment with chinese can't be displayed correctly after converted to PDF
  • WORDSNET-12034 Autofit property value is not correct for nested tables
  • Merge fields are corrupted during open/save a DOC
  • Table Style does not import into output document while using InsertHTML
  • AW incorrectly breaks row across page
  • Page number alignment issue in TOC when generating PDF
  • Shape position and size is changed when Docx is converted to Pdf
  • When updating REF field in long document, the "/t" option is ignored
  • Styles are not applied in output Docx/html
  • Shape effects are lost after converting Docx to Pdf
  • /comments/ Comment highlights.
  • Width and height of image is changed after using DocumentBuilder.InsertImage
  • conversion issue with table layout
  • Space between bullet and paragraph text is increased after conversion from Docx to Doc 
  • Doc to Pdf conversion issue with bullet rendering
  • Form field are not visible and clickable after re-saving Doc
  • IMailMergeDataSource - GetValue truncates leading spaces
  • List paragraph indentation issue with Odt
  • Generated DOCX is corrupted
  • Shape.BoundsInPoints returns incorrect value
  • mmathFont points to non-existing font in fonttable in output *.rtf file.
  • NodeCollection changes after ShapeBase.GetShapeRenderer() has been called
  • Docx to Xps conversion issue with shapes rendering
  • MailMergeCleanupOptions.RemoveContainingFields not working with 'Mustache' Template Syntax
  • Content moves to next page in generated ODT
  • Series data label font is changed after re-saving Docx
  • HTML sup and vertical-align:super produce inconsistent results
  • Size of rotated shape with relative size is incorrect upon rendering.
  • MailMerge.ExecuteWithRegions ignores leading tab of field value
  • Character is changed after conversion from Rtf to Odt
  • Heading text does not render in output Pdf
  • Table's contents text do not render in output Pdf
  • Extra empty spaces are rendered in output Pdf
  • /line numbers in RTL section/ Docx to Pdf conversion issue with line numbering position
  • The text within the table cells is rendered a little bit far to the left.
  • Ruby tag is not supported on HTML import
  • /arabic/ Characters ب and ً are displayed incorrectly while rendering to images
  • Incorrect margin reported on importing html file
  • Text truncate in output HTML after conversion from Docx
Other most recent bug fixes are also included in this release

Overview: Aspose.Words

Aspose.Words is a word processing component that enables .NET, Java & Android 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 for .NET to build applications with Mono.

Thursday, January 14, 2016

PDF to PPTX Conversion & Subscript/Superscript Text Support inside Java Apps

What's New in this Release?

Aspose team is pleased to announce the release of Aspose.Pdf for Java 11.0.0. It is auto-ported version of its counterpart i.e Aspose.Pdf for .NET 11.0, so it includes same features and enhancements.  It includes PDF to PPTX conversion and subscript/superscript text support along with many other features and enhancements, we also have made significant progress in terms of bug fixing of issues reported against earlier released versions in this new release. As well as the enhancements and features discussed above, there have been specific improvement for printing feature, using font files from Windows on Linux, PDF to HTML and HTML to PDF. Some other fixes are the PCL to PDF, PDF to PNG, PDF to TIFF, conversion of PDF to PDF/A compliant documents and flattening of PDF. We have an API named Aspose.Slides which offers the feature to create as well as manipulate PPT/PPTX presentations. This API also provides the feature to convert PPT/PPTX files to PDF format. Recently many of our customers requested a feature to transform PDF files to PPTX format, and we are pleased to share that this new release of Aspose.Pdf for Java offers this great feature. In this version of Aspose.Pdf for Java, we have introduced a feature to transform PDF documents to PPTX format. During this conversion, the individual pages of the PDF file are converted to separate slide in PPTX file. So in order to accomplish this requirement, you only need to instantiate an object of PptxSaveOptions class and pass it as second argument to Document.save(..) method.  In order to accomplish this requirement, you may consider setting TextState.Superscript and TextState.Subscript properties of TextSegment and TextFragment objects. Also please note that we use following values for glyph transformation: superscript/subscript size 58.3%, subscript position -33.3%, superscript position +33.3%. These values match to default values of Adobe products. However, if users have a requirement to modify these glyph transformation parameters, please feel free to contact and we may consider implementing as separate enhancement.  Some important improved features included in this release are given below
  • Support of Pdf to PPT conversion
  • PDF to PNG conversion changes color to purple
  • PCL to PDF: words are overlapping
  • Performance issue in adding Image Stamp in PDF document
  • HTML to PDF: remote images with relative paths are not loaded in Linux
  • PDF to HTML: Text is being positioned incorrect in header part of HTML
  • PDF to PNG: blue rectangle become grey
  • NPE exception is being raised without license implementation
  • XFA to Standard format: layout problems
  • PageNumberStamp is throwing NPE
  • Exception while reading the PDF file
  • Html to pdf converts incorrectly bulleted lists
  • flattenAllFields method takes too much time
  • Flattening PDF form using Facades is taking a long time
  • Using Font files from Windows on Linux
  • RowSpan property is not working with image but TextFragment
  • Customer's Aspose.Total license is not working with Aspose.Pdf for Java
  • Image to PDF: the picture has changed its color
  • PdfViewer: document print orientation issue
  • PDF Table cells rowspan not working, when page breaks
  • Symbols in math formulas disappeared after conversion from xps to pdf
  • PDF to PDF/A - Error validating PDF/A compliance in Acrobat
  • PDF to TIFF: Google drive inverts the colors in resultant TIFF
  • PDF to Image conversion stalls
Newly added documentation pages and articles
Some new tips and articles have now been added into Aspose.Pdf for Java documentation that may guide you briefly how to use Aspose.Pdf for performing different tasks like the followings.
Overview: Aspose.Pdf for Java
Aspose.Pdf is a Java PDF component to create PDF documents without using Adobe Acrobat. It supports Floating box, PDF form field, PDF attachments, security, Foot note & end note, Multiple columns document, Table of Contents, List of Tables, Nested tables, Rich text format, images, hyperlinks, JavaScript, annotation, bookmarks, headers, footers and many more. Now you can create PDF by API, XML and XSL-FO files. It also enables you to converting HTML, XSL-FO and Excel files into PDF.
More about Aspose.Pdf for Java

Wednesday, January 13, 2016

Reading Task Duration as Text & Mono Framework Support inside .NET Apps

What’s new in this release?

We are proud to announce the new release of Aspose.Tasks for .NET 9.1.0. This month’s release of Aspose.Tasks has been enhanced and tested to work with Mono Framework. Moreover, it includes a number of bug fixes that improves overall API functionality. Mono is a software platform designed to allow developers for creating cross platform applications. It is an open source implementation of Microsoft’s .NET Framework based on the ECMA standards for C# and the Common Language Runtime. We are pleased to share that Aspose.Tasks API is now supported for Mono Framework. Hence, developers can now use the API to write applications for manipulating Microsoft Project as well as Primavera documents over a number of platforms. The API has been tested with Mono on Linux Operating System (Ubuntu) for functionality. It can be used to develop applications for Working with Projects, Working with Tasks, Working with Task Links, Working with Task Baselines, Working with Resources, Working with Resource Assignments, Working with Calendar and Calendar Exceptions and Working with Currencies. The API, however, has certain limitations. This month’s release also includes a new property to the Tsk class for retrieving task duration as text. This can be retrieved using the Tsk.DurationText property. If this field returns NULL, the Duration filed can be used to get the task duration. The API also includes a number of bug fixes that further improves the overall functionality. These include different types of exceptions while reading certain project files. This release includes plenty of new features as listed below
  • Implement Task.DurationText field writing to mpp 2010/2013 formats
  • Support Aspose.Tasks for Mono
  • Read Task.DurationText field from project file
  • Project reading exception while loading the MPP file
  • Reading MPP file raises ProjectReadingException
  • Project reading exception raised while loading the project
Other most recent bug fixes are also included in this release

Overview: Aspose.Tasks for .NET

Aspose.Tasks is a non-graphical .NET Project management component that enables .NET applications to read, write and manage Project documents without utilizing Microsoft Project. With Aspose.Tasks you can read and change tasks, recurring tasks, resources, resource assignments, relations and calendars. Aspose.Tasks is a very mature product that offers stability and flexibility. As with all of the Aspose file management components, Aspose.Tasks works well with both WinForm and WebForm applications.

Tuesday, January 12, 2016

Work with Microsoft Word & OpenOffice Documents using Aspose.Words Java for NetBeans Maven

Aspose has released New Plugin for the NetBeans IDE. The Plugin intended for developers using Maven platform for Java developments and want to use Aspose.Words for Java API in their projects. Aspose.Words for Java is an advanced class library for Java that enables you to perform a great range of document processing tasks directly within your Java applications. Aspose.Words for Java supports processing word (DOC, DOCX, OOXML, RTF) HTML, OpenDocument, PDF, EPUB, XPS, SWF and all image formats. With Aspose.Words you can generate, modify, and convert documents without using Microsoft Word. The plugin provides following features to work with Aspose.Words for Java API within NetBeans IDE comfortably:
  • Aspose.Words Maven Project – New Project wizard
  • Aspose.Words Code Example – New File wizard
By using this wizard plugin creates Maven project for using Aspose.Words for Java from New Project -> Maven-> Aspose.Words Maven Project. The wizard will also give option for downloading latest available Code Examples for using the API. By using this wizard plugin lets you copy the downloaded Code Examples into your project for using Aspose.Words for Java from New File -> Java -> Aspose.Words Code Example. The wizard will also look for and updates for newly available Code Examples from Aspose.Words for Java examples repository. Moreover, it also supports latest NetBeans 8.0 and 8.1 versions, Compatible with Mac, Linux Flavors and Windows, Supports Maven, Native IDE user experience and Open Source.

About Aspose
 
Aspose offers a powerful set of file management components with which developers can create applications which can open, edit, create and save some of the most popular business file formats. Supported formats include Word documents, Excel spreadsheets, PowerPoint presentations, PDF documents, and Microsoft Project files. Tools allow developers to perform OCR, work with images, create and read barcodes and perform many other document conversion and management tasks. Aspose produce components for .NET, Java and SharePoint, as well as rendering extensions for SQL Server Reporting Services and JasperReports exporters.


Monday, January 11, 2016

Barcode Properties to XML Export & Recognize Decorated, Dot Peen Datamatrix Barcode using .NET

What's New in this Release?

The latest version of Aspose.BarCode for .NET 7.6.0 has been released. Decorated and dot peen datamatrix barcode recognition are the top of the list in this release. Export barcode properties to XML file feature has also been incorporated in this release. This new release of Aspose.BarCode for .Net provides the facility to recognize decorated datamatrix barcode and a sample code illustration of the decorated datamatrix barcode detection is provided on the blog announcement page. Moreover, it also provides support to recognize dot peen datamatrix barcode and exposed a new method ExportToXml to export barcode properties to XML file. There are some important enhancements introduced in this release, such as Code39Standard and Code128 barcode recognition in win-form applications has been improved, QR barcode recognition from PDF process has been improved, BarCodeReader.GetAngle functionality has been improved and Datamatrix barcode recognition has been improved. If you are planning to upgrade the API from any previous version, we strongly suggest you to check the Public API Changes section to know what has been changed since your current revision of the API. Below is the list of new and improved features supported in this version.
  • Recognize datamatrix with decorated modules
  • Implement recognition of dot peen datamatrix (rotated)
  • Export / Import BarCode property to / from xml - file
  • Add generatorBase parameter to the ReedSolomon encoder/decoder.
  • Fake recognition of MicroPdf417 in picture with Code128
  • Unable to recognize Code39Standard barcode in a win-form application [.Net]
  • Unable to recognize QR barcode from Pdf file [.Net]
  • Dashed dot peen datamatrix
  • Unable to recognize the Code128 Barcode in Windows Application [.Net]
  • Not able to recognize barcode in a Windows Forms Application
  • barcode Engine is not recognizing symbology : Code39Standard Barcode
  • BarCodeReader Class GetAngle Method Returns inconsistent results, Some time returns integer value and some time float
  • Can't recognize Datamatrix code from the PNG image
  • Can't recognize Datamatrix code from the PNG image
  • Can't recognize all DataMatrix/Code128 codes from a tif file
Other most recent bug fixes are also included in this release.


Overview: Aspose.BarCode for .NET

Aspose.BarCode is a .NET component for generation and recognition of Linear and 2D barcodes on all kinds of .NET applications. It supports WPF with 29+ Barcode symbologies like OneCode, QR, Aztec, MSI, EAN128, EAN14, SSCC18, Code128, Code39, Postnet, MarcoPDF417, Datamatrix, UPCA etc. Other features include barcode insertion in PDF, Word and Excel documents. Also take image output in BMP, GIF, JPEG, PNG and WMF formats. You can also control image styles such as background color, bar color etc.


Sunday, January 10, 2016

Load Only Visible Worksheets from Existing Spreadsheet & Create Excel’s Built-in Styles using Java

What’s new in this release?

We are pleased to announce the new release of Aspose.Cells for Java 8.6.3. This month’s release contains many useful features and improvements along with some critical bug fixes. Aspose.Cells APIs provide a set of classes for the developers to influence the spreadsheet loading mechanism. While using the LoadOptions & LoadDataOptions classes, the developers can set a number of options such as force the API to load specific worksheets, where the worksheets can be specified via their indices or names. It  has exposed another useful property for the LoadDataOptions class which allows to load only the visible worksheets from an existing spreadsheet, where the hidden worksheets will be simply ignored and will not be available in the Aspose.Cells object model for any processing. The newly exposed property is of type Boolean; setting it to true means that the API will ignore the hidden worksheets and load only the visible worksheets for further processing. It has exposed a method that can be used to create an object of the Style class that corresponds to one of the built-in styles offered by the Excel application. The Workbook.createBuiltinStyle method accepts a constant from the enumeration BuiltinStyleType. Please note, with previous releases of the Aspose.Cells APIs, same task could be accomplished via StyleCollection.createBuiltinStyle method but as the recent releases of Aspose.Cells APIs have removed the StyleCollection class from the public API therefore the newly exposed Workbook.createBuiltinStyle method can be considered as an alternative approach to achieve the same goal. The most notable enhancements in this release includes, It has exposed the ImportTableOptions.setHtmlString attribute which directs the API to parse the HTML tags while importing data onto the Worksheet and set the parsed result as cell value. Please note, Aspose.Cells APIs already provide the Cell.setHtmlString attribute to perform this task for a single cell, however, while importing data in bulk, the ImportTableOptions.setHtmlString attribute (when set to true) tries to parse all the supported HTML tags and sets the parsed results to the corresponding cells, This release has addressed some formatting issues reported for the XML Spreadsheet 2003 to XLSX conversion and Enhanced the PDF rending engine to maximize the fidelity for the Excel Chart objects.  This release includes several enhanced features and bug fixes as listed below
  • How to create BuiltinStyleType with Workbook.Styles being obsoleted
  • Failure in processing upper-case image source tag when converting from HTML to Excel
  • Hidden cell is wrongly displayed in output HTML
  • Repeat All Item Labels option is not working for the PivotTable
  • Text in the Text Box is getting cut-off while rendering the spreadsheet to PDF
  • Extra column in the HTML output of Excel document
  • Cells.importCSV() not using existing cells' formatting
  • API returns #DIV/0! where Excel calculates the value correctly
  • Calculated formula values do not match with Excel
  • Issue with Cells.inserRange() method which is not inserting range fine
  • Formula calculation unexpectedly produces #NAME?
  • XLS to PDF Conversion - Font and Font Size are not correctly converted
  • DataBar to Image: Right borders are not rendered
  • Legends of the graph are formatted with different colors
  • Long hyphens don't display appropriately in the output PDF/Image for the chart
  • Wrong Chart-Area appears in chart's PDF
  • Wrong border color in Chart's PDF using Chart.toPdf
  • Small white line appears when generating Chart's PDF with Chart.toPdf
  • Vertical rule appears behind other graphics in Chart's PDF using Chart.toPdf
  • Wrong X-axis labels appear in Chart's PDF using Chart.toPdf
  • X axis scale interval has changed in Chart's PDF while using Chart.toPdf
  • Extra label and rule is added on Y-axis and labels of X-axis are lost in Chart's PDF while using Chart.toPdf
  • Xaxis line rendered in front of chart content in Chart's PDF while using Chart.toPdf
  • All x-axis labels missing in Chart's PDF while using Chart.toPdf
  • Legend icon in chart is smaller while rendering spreadsheet to PDF
  • Trendline in chart is shorter while rendering spreadsheet to PDF
  • Horizontal Grid-Lines of chart are not appearing properly in PDF
  • Legend is getting trimmed in chart while converting Chart to PDF
  • One image is missing and one is incorrectly rotated in the rendered PDF - Excel to PDF Conversion
  • Format of the Chart Data Labels has changed while rendering to PDF
  • Unable to change the one of the Data Label's text
  • Legend is getting trimmed in chart while converting spreadsheet to PDF
  • Axis title has been displaced in chart while converting spreadsheet to PDF
  • Hidden formula has been rendered in chart while converting spreadsheet to PDF
  • Source and Copyright elements in chart are not on the same height/location in the output PDF
  • Subscripts in the axis description of a chart is not shown properly in the output PDF file format
  • Chart data labels is error
  • Words appear to be concatenated in PDF/Image output of excel chart
  • Chart's Legend Sequence has Changed while rendering Spreadsheet to PDF format
  • Thickness of bar lines of Growth Chart is decreased
  • Font Size is not preserved while converting XML Spreadsheet 2003 to other formats
  • WorksheetCollection.getRangeByName returns null if referenced named range is in Worksheet with name containing exclamation mark
  • Macro gets removed from XLS after inserting OleObject
  • Column widths are not preserved when converting from "XML Spreadsheet 2003" format to XLSX format
  • Vertical alignment is not preserved when converting from "XML Spreadsheet 2003" format to XLSX format
  • Inserting Ole Objects cause popup error - Cannot start the source application for this object
  • Autofill feature re-produces the formula as a 'normal' formula instead of keeping the array characteristic
  • Could not load the excel sheet
  • setXValues does not work like Excel for workbook-scoped named ranges
  • Aspose.Cells not reading date from Excel 2013 xlsx document
  • Copying one sheet from one workbook to another does not keep the legend size in the graphs
  • Excel 2013 - Chart changes color after processing
  • Simple nested objects are not working in Smart Markers
  • Issue with List data validation in GridWeb
  • Selected Range is not correct in GridWeb Java
Other most recent bug fixes are also included in this release

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

Thursday, January 7, 2016

Reading Task Duration as Text & Project IDs from Primavera Document inside Java Apps

What’s new in this release?

Aspose team is pleased to announce the release of Aspose.Tasks for Java 9.1.0. This month’s release includes enhancements related to the API’s Project class for loading Primavera files from stream and reading the entire project IDs from Primavera XML files. A Primavera project document may contain more than one project where each project is identified by its own unique identifier (UID). Aspose.Tasks for Java now supports reading all the project ids from such a Primavera document that can then be used to access and retrieve individual project from such a file. The following sample code shows how to retrieve all project IDs from multi-project Primavera XML file. This month’s release also includes a new property to the Tsk class for retrieving task duration as text. This can be retrieved using the Tsk.DURATION_TEXT property. If this field returns null, the Duration filed can be used to get the task duration. Ported from its equivalent .NET version, Aspose.Tasks for Java includes the same bug fixes as were part of its equivalent .NET version. Below is the complete list of bug fixes and enhanced features included in this release.
  • Implement Task.DurationText field writing to mpp 2010/2013 formats
  • Read Task.DurationText field from project file
  • Provide constructor for Project(Stream steam,PrimaveraXmlReadingOptions options)
  • Read all projects UID from Primavera XML to get list of UID
  • BProject reading exception while loading the MPP file
  • Reading MPP file raises ProjectReadingException
  • Project reading exception raised while loading the project

Overview: Aspose.Tasks for Java

Aspose.Tasks is a non-graphical Java Project management component that enables Java applications to read, write & manage Project documents without utilizing MS Project. It supports reading MS Project Template (MPT) files as well as allows exporting project data to HTML, BMP, PNG, JPEG, PDF, TIFF, XPS, XAML and SVG formats. It reads & writes MS Project documents in both MPP & XML formats.  Developers can read & change tasks, recurring tasks, resources, resource assignments, relations & calendars.

Wednesday, January 6, 2016

Password Protected OneNote Documents Reading & Setting Page Splitting Algorithm in .NET Apps

What’s new in this release?

We are pleased to announce the release of Aspose.Note for .NET 2.1.0.  This month’s release includes new feature, enhancement and bug fixes. The API also introduces a number of classes to handle exceptions of different types. spose.Note for .NET API now provides the capability to read password protected OneNote documents. This can be achieved using the DocumentPassword property of the LoadOptions class. The overloaded constructor of the Document class can be used to specify the document options for loading a password protected document. A OneNote document may contain a number of images and other documents at locations that cannot be retained while converting the document to other formats. This can result in displacement of such content to next page, for example, if it lies on the page border. This month’s release empowers users to specify the page splitting algorithm while converting the document to other formats. It can be done using the PageSplittingAlgorithm property of PdfSaveOptions class. This month’s release also includes a number of bug fixes that further improves the overall API functionality. The list of new and enhanced features added in this release are given below
  • Read password protected pages in one note document;
  • Read images in password protected documents.
  • Implement different algorithms of page splitting during PDF export.
  • Add custom exceptions for most of exceptional scenarios.
  • Save to PDF problem;
  • Exception raised while loading a one note file containing password protected pages;
  • Null Pointer Exceptions while loading certain OneNote files.
Overview: Aspose.Note for .NET

Aspose.Note for .NET is a set of .NET components that enables developers to work with Microsoft Office OneNote files in C#, VB.NET, ASP.NET web applications, web services & Windows applications. It allows developers to open files & manipulate elements of OneNote books, from text, images & properties, to more complex elements, & then export to PNG, GIF, JPEG, BMP or PDF formats. It is a pure .NET alternative to the MS OneNote Object Model & supports OneNote 2010, OneNote®  2010 SP1 & 2013 files.

Tuesday, January 5, 2016

Export any Webpage into Microsoft Word or Open Office Document in ASP.NET MVC Project

Aspose .NET Export To Word for ASP.NET MVC allows ASP.NET developers to add “Export To Word” feature to their MVC website projects with few steps. Export to Word allows website users to download any webpage into Microsoft Word or Open Office Document. This module demonstrates the powerful document building feature by Aspose.Word.  This initial version of the module provides some important features such it lets developers add “Export To Word” feature in few basic steps, llows website users to Get an offline copy of their favorite online content for editing, sharing and printing in the popular DOC format, The generated Word processing document can then be opened using any Word Processing Application such as Microsoft Word or Apache OpenOffice etc and export any page To Doc, Dot, Docx, Docm, Dotx, Dotm, Rtf, Odt, Ott and Txt formats. Start a free trial today – all you need is to sign up with Aspose. Once you have signed up, you are ready to try powerful file processing features offered by Aspose file format APIs. Your feedback is very important to us. Please feel free to provide feedback and raise feature requirements. We are keen to implement customer driven features since we are a 100% customer driven company.

More About Aspose

Aspose offers a powerful set of file management components with which developers can create applications which can open, edit, create and save some of the most popular business file formats. Supported formats include Word documents, Excel spreadsheets, PowerPoint presentations, PDF documents, and Microsoft Project files. Tools allow developers to perform OCR, work with images, create and read barcodes and perform many other document conversion and management tasks. Aspose produce components for .NET, Java and SharePoint, as well as rendering extensions for SQL Server Reporting Services and JasperReports exporters.

Monday, January 4, 2016

Work with Distribution Lists on Exchange Server & Format Forward/Reply Messages using .NET

What's New in this Release?

Aspose team is pleased to announce the release of Aspose.Email for .NET 6.0.0. We have included new features and enhancements in this month’s release to reduce the gap between the MS Outlook and Aspose.Email for .NET API features. It also includes fixes to a number of issues that were reported by our valued customers. Microsoft Outlook provides the capability to add distribution lists to Exchange server account. This month’s release of Aspose.Email API provides the capability of working with Distribution lists on Exchange Server. It provides the support for Creating Private Distribution List, fetching Distribution List from Exchange Server, adding Members to Private Distribution List, deleting Members from a Distribution List, deleting the Distribution List, sending Message to a Distribution List, creating MailAddress from Distibution List Id and expanding Public Distribution List.  This month’s release also includes a new feature of creating and formatting Forward and Reply messages. Such type of messages can be generated using the MapiMessage as well as MailMessage classes of the API. User can add required information to the generated messages as specified by the OriginalMessageAdditionMode enumerator.Exchange server provides summary about messages retrieved in the form of ExchangeMessageInfo. It contains information such as Subject, Recipients, Time, and some other fields along with message unique identifier i.e. Message URI. It is a good idea to store message URIs for lateral referencing and later on retrieve the summary information using this identifier. This month’s release provides the capability to achieve this by providing an overloaded method of ListMessages that accepts a list of string identifiers. This overloaded method returns ExchangeMessageInfoColleciton that is a collection of summary information of all the messages for provided URIs. This month’s release also addresses an issue with the API performance where the MailMessage API takes a lot of memory and considerable CPU utilization. The issue has been fixed, resulting in improvement of the API performance. The main bug fixes & improved features added in this release are listed below
  • Add auto recognition for pipelining mode based on response of 'capability' command
  • Improve support of asynchronous operations with allowance pipelining for SMTP client
  • PersonalStorageQueryBuilder.Body.Contains NotSupportedException
  • Provision of Creating MapiCalendarTimeZone object from a Standard Timezone
  • Provision of adding MapiAttachment without a Name
  • EML with empty Content-Type to MSG raises exception
  • Extract attachments from PST messages without extracting complete message
  • PST: Get Parent FolderInfo from EntryId
  • Improve support of asynchronous operations with allowance pipelining for SMTP client.
  • Can't create Office 365 folder with "/" in name
  • Issues with saved Nested MapiMessage attachments
  • EXDATE missing while converting MSG to ICS file
  • MSG to MHTML renders wrong output
  • Attachment MSG single click has no information
  • Attachment corrupted after adding the MSG file with an attachment to a PST
  • Merging PSTs does not merge items at Root folder of PST
  • Inline image shown as attachment while loading EML to MailMessage
  • MSG->MSG loses the & sign
  • MapiAttached.BinaryData when changed and added back raises problem
  • PersonalStorage.SaveMessageToStream creates corrupt MSG files
Other most recent bug fixes are also included in this release.

Overview:Aspose.Email for .NET

Aspose.Email for .NET is a set of .net email 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.

Sunday, January 3, 2016

Aspose.Newsletter January 2016: Special Holidays Offer on Aspose.Total & Other News

Aspose Newsletter for January 2016 has now been published that highlights all the newly supported features offered in the recent releases. It also includes information about Special Holidays Offer on Aspose.Total, exporting audio and videos embedded in PowerPoint documents to HTML, powerful solution for working with Excel Files in Node.js,
Render a Microsoft Project File as a Multi-Page TIFF, Explore Aspose.3D for .NET API Examples using Aspose Visual Studio Plugin & Sever other enhancements and new features.
Don’t Miss out! Offer Ends January 31st
Get 25% off Aspose.Total for .NET, Java, Android, SharePoint, SSRS, JasperReports and Aspose.Total Product Family* Quote coupon code XHOL2015NL when placing your order. This offer is only available on new Aspose.Total purchases made directly from Aspose.com. Buy Now
Export Audio and Videos embedded in PowerPoint documents to HTML using Aspose.Slides for Java
Aspose.Slides for Java now supports exporting the media files to HTML. A class called VideoPlayerHtmlController has been added and using this class you can export video and audio files into HTML. Read the article to learn more
Explore Aspose.3D for .NET API Examples using Aspose Visual Studio Plugin
Aspose Visual Studio plugin is a great tool for quickly downloading and exploring Aspose for .NET API examples. We are pleased to announce a new release which now supports exploring examples of our new product Aspose.3D for .NET. This plugin saves a lot of time and effort by providing a very simple option for seamlessly selecting, downloading and opening the latest example projects without having to leave the Visual Studio environment. Try it out now
Use the Aspose.Cells for Cloud SDK as a powerful solution for working with Excel Files in Node.js
The latest release for the Aspose.Cells Cloud SDK for Node.js includes a major revamp and is now a complete solution for integrating Microsoft Excel in Node.js using powerful Aspose.Cells Cloud APIs. With Aspose.Cells for Cloud you can work with all aspects of spreadsheets: worksheets, rows, columns, cells, text, data, images, links, comments, formulas, charts, and many more, PDF, XPS, EPUB and many other formats. Aspose.Cells for Cloud is a complete solution for performing any operation you can wish to perform on Microsoft Excel spreadsheets in the cloud. Click to learn more
Render a Microsoft Project File as a Multi-Page TIFF
With a few simple lines of code Aspose.Tasks for .NET lets you render Gantt chart to multipage TIFFs.  The SaveFileFormat enumeration contains the available output options, including: The project can be rendered to TIFF with or without compression and supported compression schemes are RLE, CCITT3, CCITT4 and LZW. Check out the documentation article about rendering a Microsoft project File as a multi-Page TIFF
Updates about new Product Releases
  1. Aspose.Total for .NET a compilation of our latest .NET products.
  2. Aspose.Cells for .NET 8.6.2 – Support for using a generic list with smart markers and dozens of other improvements to features and stability.
  3. Aspose.Words for .NET 15.11.0 – Many improvements to Word Art and Picture bullets
  4. Aspose.Pdf for .NET 11.0.0 – Improves footnote and support of inline images.
  5. Aspose.Slides for .NET 15.10.0 – Support for Replaceable Symbols in DOM.
  6. Aspose.Email for .NET 6.0.0 –- Resolving distribution list using Exchange, this feature provides the distribution list handling using EWS client.
  7. Aspose.Tasks for .NET 9.0.1 – Implemented enhancement  which allow to read subproject info (inserted project information)
  8. Aspose.3D for .NET 1.2.0 – Implemented  3DS(File format of Autodesk 3D Studio DOS) importer and exporter
  9. Aspose.Imaging for .NET 3.2.0 – Support for embedded external images for DWG/DXF and implementation of Bradley thresholding
  10. Aspose.Total for Java– a compilation of our latest Java products.
  11. Aspose.Words for Java 15.11.0 - 99 Many improvements to Word Art and Picture bullets
  12. Aspose.Cells for Java 8.6.2 - Dozens of small enhancements and stability improvements.
  13. Aspose.Pdf for Java 11.0.0  – Support of PDF to PPT conversion.
  14. Aspose.Email for Java 6.0.0 – Support for creation and formatting the reply/forward type messages was added.
  15. Aspose.Slides for Java 15.10.0 – Support for Replaceable Symbols in DOM.
  16. Aspose.Tasks for Java 90.1 – Implemented enhancement  which allow to read subproject info (inserted project information)
  17. Aspose.Imaging for Java 3.1 – Minor fixes and improvements.
  18. Aspose.Note for Java 1.9.0.0 - First release of Aspose.Note for Java.
  19. Aspose.Total for Cloud – RTF compression implemented, and other enhancements.
  20. Aspose.Total for Android – all the latest versions of our Android APIs.
  21. Aspose.Total for SharePoint – a compilation of our latest SharePoint products.
  22. Aspose.Total for Reporting Services– a compilation of our latest Reporting Services products
  23. Aspose.Barcode for Reporting Services 7.6.0 - Fixed “Parameter is not valid” after resiz
  24. Aspose.Total for JasperReports – The latest versions of our JasperReports products.
Supporting User Groups and Conferences
Aspose sponsored over 50 amazing user groups and events in 2015; we look forward to getting behind the community again in 2016. Would you like us to sponsor your user group? Get in contact at user.groups@aspose.com
Collect your copy of Aspose Newsletter, November 2013 edition
Contact Information
Aspose Pty Ltd Suite 163,
 79 Longueville Road Lane Cove,
NSW, 2066 Australia
 Aspose - Your File Format Experts
sales@aspose.com
Phone: 888.277.6734
 Fax: 866.810.9465