aspose_seo

Well-known member
Joined
Jan 21, 2007
Messages
294
Programming Experience
1-3
What?s new in this release?

The latest version of Aspose.Pdf for .NET (11.4.0) has been released. It offers some new features as well as enhancements to previously supported functionalities. The capability to add hidden text is one of the major New Features introduced in this release. Furthermore, we also have introduced the capability to use PDF file objects after calling ProcessPragraphs() method which is not possible with earlier release versions. In order to add hidden text, set TextState.Invisible property to ?true? for the added text. TextFragmentAbsorber finds all text that match pattern (if specified). Please note that hidden text in the document will be invisible for end user while viewing the document with PDF reading software (e.g. Acrobat Reader). But it can be found using text search. There are several ways to make text invisible for end user in PDF and we have implemented one of those techniques. However the text added through our approach can be found using TextFragmentAbsorber and we can not guarantee that any hidden text added by third party applications can be found using same approach but in case you encounter any issue, please share the resource file and we can further investigate the scenario. The ProcessPragraphs() method was introduced to calculate objects placed inside PDF file and in case we need to have page count information during PDF file generation, this method can be used as it manipulates file objects and returns the desired information. In earlier release versions, once this method was called, the file objects could not be accessed any further. So if you need to add any new object to existing page instance, it was not possible and you had to have a new Page instance where objects can be placed. Nevertheless, starting this new release, you can utilize same Page objects even after calling the ProcessPragraphs() method. As well as the enhancements and features discussed above, there have been specific improvements regarding PDF to PDF/A, Multi-Column PDF, FootNote rendering, generation of large table objects inside PDF, XFA Form to Standard Acro Form conversion, PDF to Image, PDF to HTML, HTML to PDF conversion, Text replacement and rendering PDF files to XPS format conversion. The list of important new and improved features are given below

- Add and search hidden text in PDF document for post processing
- Using same Page object after ProcessPragraphs() call
- PDF to PDFA conversion throws System.NullReferenceException
ArgumentOutOfRangeException during PDF creation
- Issue checking signature information in PDF file
- Exception when trying to convert PDF to Image
- PDF to PDFA3a: appearance for annotations changed to blue rectangles
- Loading corrupt file with Aspose.Pdf casuses infinite loop
- XFA form to standard PDF form conversion throws internal exception
- PDF -> PDF/A conversion/validation fails with NullReferenceException
- Formatting of header row (repeat row) in table not maintaining formatting
- Right Alignment of Text is not working
- Rotate method is not working for FreeTextAnnotation
- PDF/A - PDF with transparency produces incorrect results
- Unable to embed font in existing PDF file
- VerticalInSamePage property of TableBroken enum issue in nested table
- Footnote larger than a single page drops both page text and footnote from resultant PDF page
- Page number is being truncated from second level of Heading in TOC
- HTML to PDF: Radio buttons are rendering incorreclty
- API throws CrossTableNotFound Exception
- PDF to JPEG: resultant images are distorted
- HTML to PDF: CSS Transform property is not supportd
- PDF (generated by Aspose.Slides) to PDFA3B
- PDF (generated by Aspose.Slides) to PDFA3A
- PDF (generated by Aspose.Cells) to PDFA3A
- PDF (with table) to Image conversion adds white border in resultant image
- API throws NullReferenceException on load a PDF document
- Saving/manipulating PDF document results in corrupt PDF
- Footnote issue in multi-column PDF
- Page Text and Footnote overlap
- PCL to PDF - PCL Line Termination is ignored
- PCL to PDF - Special graphics characters are not being honored
- Unable to save tables with large data in cells
- Add and search hidden text in PDF document for post processing

Other most recent bug fixes are also included in this release.

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.

- Homepage of Aspose.Pdf for .NET C#
 
Convert a Mesh with Custom Memory Layout of Vertex using Aspose.3D for .NET1.5.0

xx`x`What is new in this release?

Aspose team is pleased to announce the release of Aspose.3D for .NET 1.5.0 . Primitives include many of the most basic and most used objects like box, sphere, plane, cylinder, and torus. Developers may include predefined primitives in the scene. They can also get the mesh of any primitive to modify it later as needed. 3D Modeling is the process of pure creation. For model objects, developers may use several different ways of including the primitive objects. Using Aspose.3D API, developers can now easily create a scene from primitive 3D models. Developers may require to automatically split a mesh by material, so that each mesh is only using one material or split mesh by specifying the material. These scenarios could be achieved by using Aspose.3D API. Please check these help topics in the documentation section to go more in the points of interest: Split All Meshes of a Scene Per Material and Split a Mesh by Specifying the Material. Developers may convert a mesh to the triangle mesh because any complex structure can be represented as a bunch of triangles. Many graphics software packages and hardware devices operate more efficiently on triangles. The memory layout of Vertex is also important to feed the GPU (Graphics Processing Unit) because the GPU must also know about the vertex layout in order to extract correct attributes from the buffer. There are some API changes in the new version are also worth noting, such as, The new interface Aspose.ThreeD.Entities.IMeshConvertible is added ? Any class that implements this interface can be converted to mesh. The class Aspose.ThreeD.Entities.Primitive is added ? It is derived from the Entity class and also the base class of all primitive classes. The new attribute class Aspose.ThreeD.Utilities.SemanticAttribute is added ? Developer can define the custom structure for vertex, and use this attribute to mark the semantic of the fields. The new class Aspose.ThreeD.Utilities.VertexDeclaration is added ? It describes the memory layout of the vertex. The new class Aspose.ThreeD.Utilities.VertexField is added ? It describes each field in the custom memory layout of Vertex. This release includes plenty of new features as listed below

- Convert geometries to per-vertex structure.
- Allow user to split mesh per materials.
- Create mesh for plane.
- Create mesh for Box.
- Create mesh for Sphere.
- Create mesh for cylinder.
- Create mesh for torus.
- Allow flip coordinate system in U3D's load/save configuration class.
- Spell issue: Distreet3DS should be Discreet3DS.

Overview: Aspose.3D for .NET

Aspose.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.

- Homepage Aspose.3D for .NET
- Download Aspose.3D for .NET
 
Presentation Export to SWF Format & Controlling Chart Legends Entries using .NET

What?s new in this release?

The long awaited version of Aspose.Slides for .NET 16.4.0 has been released. It has introduced the support for generating SWF for the presentation. You can save the presentation as SWF by using SaveFormat.SWF enumerator in Presentation.Save() method now. We have also introduced the support for getting X, Y coordinates from paragraphs/portions inside any text frame. We have improved text rendering support in this API and now issue like improper fonts loading, wrong formatted text in tables/AutoShapes, shadow effect, font heights and text alignment have been resolved in this API. The presentation access and saving issues have been rectified for many presentation decks that resulted in exceptions including PptxReadException, ArgumentException , UnSupportedFormatException and NullReferenceException in previous releases. Many shapes rendering issues including missing charts, improper table borders, missing shadow effects, missing gradient effects on shapes in exported PDF and slide thumbnails have been rectified in this release. This list of new, improved and bug fixes in this release are given below

- Slides 15.6 performance
- Export to SWF format
- Save as SWF
- Add image in table cell without FillMode
- Support for the property of Show axis without labeling
- Getting Series data Item text for automatic chart labels
Save as SWF
- Support to get the X and Y coordinates of Paragraphs and Portions
- PPTX: Get an OleObjectFrame Type/Extension?
- Support for showing/hiding chart legends enteries
- Add support of all known BehaviorProperties
- Exception on presentation load
- Exception reading animation group failed
- Latin Font is not read properly from slide shape text
- PptxReadException on presentation load
- Wrong number format of series data labels.
- Extra border appears around metafile in generated PDF
- Gradient improperly rendered in generated pdf and thumbnails
- Missing chart on generated pdf
- Table is rendered incorrectly
- Incorrect text color in table cell color returned
- OuterShadowEffect returns null
- Text become transparent on saving presentation
- Picture borders appeared on saving presentation
- Font size changed in saved Pptx
- Hyperlink.TargetSlide returns null
- Error loading presentation
- Can not set position connector shape
- Symbols position gets changed in saved presentation
- Gradient fill of shape is missing in generated thumbnail
- Error saving presentation
- Distributed text alignment is lost after load and save
- Different text column layouting in Debug and Release modes
- NullPointerException on createPortionFormatEffective
- Protected view appear for saved presentations
- PowerPoint stops working after ppt to pptx conversion
- Problem rendering a presentation
- Missing chart on generated pdf
- Repair message on presentation save
- Problem while merging slides
- Incorrect shape on slide cloning
- Difference in shape size on slide cloning
- Difference in size of bar
- Text alignment changed after saving presentation
- PptxReadException on ppt load
- PptxException on presentation load
- Incorrect text on generated pdf
- Found a shapes with identical IDs exception on presentation load
- Shadow effect appeared on thumbnail
- NotImplementedException for type = application/vnd.openxmlformats- - officedocument.drawingml.chartshapes+xml on presentation load
- NotImplementedException for type = application/xml on presentation load
- Unknown file format on ppt load
- Slide number lost on load and save
- PptUnsupportedFormatException on presentation loading
- Null reference exception is thrown on loading ppt
- SPptUnsupportedFormatException on loading ppt
- Found a shapes with identical IDs!!! error on loading ppt
- ArgumentException An item with the same key has already been added on ppt load
- Input string was not in a correct format on loading ppt
- Ole frame getting resized on double clicking
- ActiveX controls in slides are inacccessable
- Not able to get text from Notes in presentations saved as .odp files
- Table Cell borders are showing white marks in cornors
- Vertical text is improperly rendered in generated PDF and thumbnail
- OleObjectFrames returns empty LinkPath for linked ole frames

Other most recent bug fixes are also included in this release

Overview: Aspose.Slides for .NET

Aspose.Slides is a .NET component to read, write and modify a PowerPoint document without using MS PowerPoint. PowerPoint versions from 97-2007 and all three PowerPoint formats: PPT, POT, PPS are also supported. Now you can create, access, copy, clone, edit and delete slides in your presentations. Other features include saving PowerPoint slides into PDF, adding & modifying audio & video frames, using shapes like rectangles or ellipses and saving presentations in SVG format, streams or images.

More about Aspose.Slides for .NET

- Homepage of Aspose.Slides for .NET
- Download Aspose.Slides for .NET
- Online documentation of Aspose.Slides for .NET

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
 
Filter Data Type While Loading Template File & Set Shadow as Text Effect for Shapes

What is new in this release?

We are pleased to announce the new release of Aspose.Cells for .NET 8.8.1 . The release contains some valuable features along with critical bug fixes and other enhancements. As per default behaviour, Aspose.Cells APIs load everything from the template file into its document object model, providing access to every aspect of the spreadsheet. There could be a scenario where the user does not want to load everything but specific objects, such as charts or shapes. This can be achieved using the newly exposed enumeration and property. Aspose.Cells APIs have added the enumeration which can be used to make the selection of data type to be loaded from the template file. Filtering data at the time of loading can improve the performance tremendously, especially when used with LightCells APIs. There are several selections that a user can make in order to customize the loading process by specifying the appropriate value from LoadDataFilterOptions. Aspose.Cells APIs have already provided the facility to render charts to PDF while using the Chart.ToPdf method. With this release, the API has exposed another overloaded version of the said method that could accept an instance of Stream, allowing the users to save the chart?s PDF into streams. Aspose.Cells for .NET 8.8.1 provides the ability to set the shadow as text effects for any shape such as TextBox. The said feature has been provided by exposing the Shape.TextBody property. This property presents the settings of the shape?s text and returns FontSetting objects which in turn can be used to set the shadow via ShadowEffect.PresetType property. Aspose.Cells.GridWeb 8.8.1 has exposed the new methods to add and remove data validation from the GridCell. Please note, the Aspose.Cells.GridWeb also provides the facility to add data validation rules while using the ValidationCollection.Add method, however, this approach requires to specify the cell range on which data validation rule has to be applied. If the requirement is to specify the data validation rule for just one cell then the GridCell.CreateValidation method can be used without specifying the cell range. The most notable enhancements in this release includes, the Ability to read data validations from Excel file, ability to directly calculate the custom functions without inserting the function in worksheet and ability to export DataBar, ColorScale and IconSet of conditional formatting to HTML format. We have also handled a few exceptions regarding reading/writing MS Excel files. In this release, several important issues have been addressed. For example, issues around reading, writing and manipulating Microsoft Excel file formats, converting spreadsheets to HTML files and vice versa, manipulating and rendering charts and shapes, rendering images from Excel worksheets, rendering images files from charts and exporting Excel workbooks to PDF format have been resolved. This release includes several enhanced features and bug fixes as listed below

- Setting text effect to Offset in Rectangle Shape
- Border thickness is reduced while rendering when Print Area passes through the cells sharing the border
- Make the default value of WorkbookSettings.IsDefaultEncrypted as false
- Aspose.Cells.xml is missing in the ".\Bin\net4.0" folder
- Optimize the code to make hidden empty columns and rows more efficient
- API hangs while converting a corrupted & infected spreadsheet to PDF
- Icons for the conditional formatting rules do not render to HTML
- Formatting is lost while importing HTML as XLSX
- ISO 8601 format dates are being treated as strings instead of dates
- Problem with large images during conversion from Excel to PDF
- Wrong row heights using AutoFitRows with AutoFitMergedCells option on for Chinese and English words in the cells
- Parenthesis not shown rotated in the output PDF (Excel to PDF conversion)
SheetRender.ToImage not rendering cells border
- Vertical Symbols are not rendered correctly when converting spreadsheets to PDF
- Some of vertical text still cannot be shown properly in the converted PDF file
- Chart image has the "Your Organization" series at 0% even though it is set to 50%
- Worksheet.Copy method is not copying charts correctly
- EMF rendering of chart does not work properly in newer version
- Chart to Image rendering - Text (Data Labels) is more bold than in the original chart
- Image generated using Chart.ToImage is incorrect
- Part of data series label missing for specific chart generated as image using aspose.cells
- Setting ImportOptions.ConvertNumericData = true results in values with '<' or '>' digit are not displayed
- Problem with data validation drop-down/list entries containing a comma
- Background watermark is removed while saving XLS to XLSX
- ExternalLink returned wrong DataSource with extended path
- Smart Marker grouping is broken in newer version
- Problem with the Group attribute of Smart Markers - All data is not being processed
- Named cells on different worksheet corrupts the workbook
- Chart labels disappear after re-saving the spreadsheet
- Different saved Pdf file page sizes for selected or not selected cells in the Excel file
- Text is trimmed when charts tick label is long while rendering worksheet to image
- Rotated TextBox is misplaced when rendering worksheet to image
- Error opening Excel2003XML file in Aspose.Cells
- System.ArgumentOutOfRangeException with merged Aspose.Cells Assembly using ILMerge
- System.FormatException: Input string was not in a correct format, at WorkbookDesigner.Process

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.

- Convert Chart to PDF
- Filtering the kind of data while loading the workbook from template file

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 C#
- Download Aspose.Cells for .NET
- Online documentation of Aspose.Cells for .NET
- Demos of Aspose.Cells for .NET
- Post your technical questions/queries to Aspose.Cells for .NET Forum
- Receive notifications about latest news and supported features by subscribing to Aspose.Cells for .NET blog

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
 
3DS Export to STL ASCII & Splitting Mesh of Existing 3D File are Enhanced using .NET

What is new in this release?

Aspose team is pleased to announce the release of Aspose.3D for .NET 1.6.1 . In this new version, the way of converting 3DS files to STL ASCII has been improved. The common 3D software packages can now easily import the resulting STL ASCII files. Previously, the opening of STL ASCII files in 3D Builder was displaying a loading error in most of the use cases. Similarly, the import of FBX and splitting the Mesh features have also been improved internally. We still have more to do in improving appearance of meshes. In reference to this, our product team is working hard to bring more features and enhancements in the upcoming versions. Based on the client?s feedback, we noticed, the FBX import was crashing due to the complex internal structure of meshes. It was specific to the FBX sample. The FBX importer now handles this more gracefully. We recommend our clients upgrade to this newer version from their old version to get this enhancement. In the previous version 1.5.0, we have added features to split the mesh in several ways in order to split more complex meshes. The SplitMesh method of the PolygonModifier class was always throwing a stack overflow error for any existing 3D file. We have incorporated this bug fix in the latest version 1.6.1. We have also fixed the bugs of complex FBX files caused by the obfuscation. Please check a list of the resolved defects such as, PolygonModifier.SplitMesh method throws a stack overflow exception for the scene, 3DS to STL ASCII export ? can?t load an STL ASCII file in 3D Builder and NullReferenceException occurs while loading the FBX file. This release includes plenty of new and improved features as listed below

- Import of the FBX Files
- Split the Mesh of an Existing 3D File enhanced
- PolygonModifier.SplitMesh method throws a stack overflow exception for the scene.
- 3DS to STL ASCII export - can't load an STL ASCII file in 3D Builder.
- NullReferenceException occurs while loading the FBX file.

Overview: Aspose.3D for .NET

Aspose.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.

More about Aspose.OCR for .NET

- Homepage Aspose.3D for .NET
- Download Aspose.3D for .NET
- Online documentation of Aspose.3D for .NET

Contact Information
Suite 119, 272 Victoria Avenue
Chatswood, NSW, 2067
Australia
Aspose - Your File Format Experts
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
 
Convert PDF to TIFF Using Bradley Algorithm & Add Page Number as Stamp Object using .

What?s new in this release?

The latest version of Aspose.Pdf for .NET (11.6.0) has been released. It significantly adds improvements in PDF to PDF/A, PDF to TIFF/JPEG and HTML to PDF features. The API has also been greatly improved to handle various complex scenarios which were causing some issues in earlier release versions. Indeed, this version is better and stable release, as compared to earlier versions. Aspose.Pdf for .NET has been supporting the feature to convert PDF to TIF using LZW compression and then with the use of AForge, Binarization can be applied. However one of the customers requested that for some images, they need to get the Threshold using Otsu, so they also would like to use Bradley. The PageNumberStamp class offers the feature to add Page Number information as stamp object inside PDF document. Prior to this release, the class only supported 1,2,3,4 as page numbering style. However, there has been a requirement from some customers to use custom numbering style when placing page number stamp inside PDF document. In order to accomplish this requirement, NumberingStyle property has been introduced, which accepts the values from NumberingStyle enumeration. As well as the enhancements and features discussed above, there have been specific improvements regarding PDF to PDF/A, PDF to HTML, XPS to PDF, PDF to XPS, HTML to PDF, RedactionAnnotation, Text manipulation and Image placement/manipulation in PDF document. The list of important new and improved features are given below

- PDF to TIFF - Use algorithm such as Bradley during conversion
- Page number format in existing PDF
- PDF to XPS - OutOfMemory Exception during conversion
- ArgumentException when converting XFA to Standard Acro Form
- XSL-FO to PDF - IndexOutOfRangeException is occurring
- Extracting text throws OutofMemory exception
- XFA Form to Standard Form conversion throws NullReferenceException
- HTML to PDF: NullReferenceException
- Html to PDF: conversion throws ArgumentNullException
- Adding PDF pages throws NullReferenceException in 11.5.0
- Add method of PageCollection object throws NullReference Exception in 11.5.0
- API throws NullReferenceException on AddStamp() method in 11.5.0
- Document.Pages.Add() method throws NullReference Exception in 11.5.0
- HTML to PDF: InvalidCastException: Unable to cast object
- Extraction of pages is not working in 11.5
- Footnote text overlaps page body text in 11.5.0
- Heading.TextState.ForegroundColor not working in 10.9.0 and higher versions
- Open and Save PDF document lose the the page contents in resultant PDF
- Footer text replacement issues in Aspose.Pdf for .NET 11.4.1 hotfix
- PDF to JPEG - improve conversion performance
- High memory consumption when extracting Text from PDF
- Performance concern: Horizontal alignment issue
- XFA to standard PDF - Missing contents and formatting issues
- PDF to PDFA1a: a circle turns into square in resultant PDFA1a
- PDF to IMAGE: text is being rendered incorrectly
- PDFA1A Read Out Issue
- Image to PDF - Images are not rendering to subsequent pages
- HTML to PDF - Image object is not being rendered in output file
- PDF to TIFF - Data is lost in resultant image
- HTML to PDF: Text is garbled in output file
- XPS converted from PDF is Improperly formatted
- Long Footnote reference label renders incorrectly
- Footnote text overlaps inline image
- Large footnote text overlaps footer text in dual column layout PDF
- Setting CellBorders increases the table width than the Table.ColumnWidths
- $p of $P not populating on every page
- PDF to PDFA1b: resultant document fails PDFA compliance with PreFlight
- Redacting multiple text on a line add unwanted text at the bottom of the page
- FormattedText does not return TextWidth for Japanese characters
- PDF to TIFF conversion loses some text
- Redaction: Aspose.Pdf for .Net 11 removes visual page from document
- Link annotation position(rect) issue
- PDF to PDFA3b: text is being overlapped
- PDF to PDFA losing data
- HTML to PDF stalls forever
- PDF to PDFA conversion changed logo background color
- PDF to TIFF: form field data is lost
- Multiple HtmlFragments inside table cell
- PDF to HTML: characters alignment issues
- HTML to PDF conversion performance issue

Other most recent bug fixes are also included in this release.

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 C#
- Download Aspose.Pdf for .NET
- Read online documentation of Aspose.Pdf for .NET

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
 
Faster Image Rotation & Skew Image Correction in OMR Template Editor are Enhanced using .NET

What is new in this release?

We are proud to announce the new release of Aspose.OCR for .NET 3.5.0 . This release includes improved mechanism to correct skewed image imported in OMR template editor. Faster image rotation algorithm has also been incorporated in this release. Skew image correction in OMR template editor was already supported. However skew image correction process has been improved further. Similarly, image can be rotated using Aspose.OCR but rotation algorithm has been improved further. Angle of rotation calculation process and Textblock recognition deskewed image process are further improved. It also enhanced signing certificate signature and Deskew confirmation in OMR template editor. This release includes plenty of new features as listed below

- Editor detects skew after an image has been deskewed
- The angle of rotation is calculated improperly
- Improve neighbor-based skew corrector quality on small images and small angles
- Support faster image rotation algorithm
- Incorrect textblock calculation for deskewed image
- Verify Aspose.OCR namespaces conform to Microsoft guidelines

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 quickly & easily, saving time & effort involved in developing an OCR solution from scratch.

More about Aspose.OCR for .NET

- Homepage Aspose.OCR for .NET
- Download Aspose.OCR for .NET
- Online documentation of Aspose.OCR for .NET

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
 
Crop EMF Image & Specify Font Folder While Converting EMF To Raster Image using .NET

What is new in this release?

We are pleased to announce the new release of Aspose.Imaging for .NET 3.7.0 . The major development in this release is support for Scalable Vector Graphics image. This release allows you to Crop EMF Image. Support to specify font folder while converting EMF to raster image has also been incorporated in this release. Aspose.Imaging for .Net now supports the SVG image format (.svg). SVG stands for Scalable Vector Graphics. Using Aspose.Imaging for .Net, developers can crop EMF metafile. Aspose.Imaging for .Net provides two different approaches for cropping image: by shifts and by rectangle. Using Aspose.Imaging for .NET API, developers can specify font folder while converting EMF to raster image. Following is the code demonstrates how to specify font folder for EMF image to PNG image. This release also introduced some important enhancements, such as Process of loading DICOM image, Processing of Horizontal and Vertical resolution values of an image and process of drawing image has been greatly improved. The main new and improved features added in this release are listed below

- Support FontSettings for CAD and Emf formats
- Cropping for emf files
- Implement support for Scalable Vector Graphics (SVG) 1.1 format support
- Ability to add / import image to PSD layer
- Implement Dicom loader
- Aspose.Imaging is rounding up the Horizontal and Vertical resolution values
- Aspose.Imaging drawing engine stage by stage introduction
- TIFF file opening errors

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

- Homepage for Aspose.Imaging for .NET
- Download Aspose.Imaging for .NET
- Online documentation of Aspose.Email for .NET

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
 
PDF Layers Rendering in HTML Conversion & Dash Line Style Support for Graph Objects

What?s new in this release?

The latest version of Aspose.Pdf for .NET (11.7.0) has been released. It introduced PDF document layers support in HTML conversion, new dash line style of Graph objects and some other features. We have also improved the XPS to PDF conversion performance in this release. Along with above stated new features and improvements this release fixes number of issues, reported by our customers in previous releases. Some of these are PDF to HTML, HTML to PDF, rendering of XFA form to Static form, use of OTF fonts in HtmlFragment. A PDF document can contain different data layers and can have requirement to render each layer separately in Layer element. We have introduced this feature in new release, now you can use ConvertMarkedContentToLayers property to control the layers rendering in PDF to HTML conversion. We have introduced a new value AutoFitToWindows in ColumnAdjustment Type Enum. It will adjust table columns to fit to windows. Sometimes we have requirement to create a Graph Object with dashed line. Now, we can easily achieve the requirement with GraphInfo object, as following. Here are some improvements included in this release, Improved XPS to PDF conversion performance and quality of image inserted to PDF document. The list of important new and improved features are given below

- Support DashLengthInBlack and DashLengthInWhite properties in DOM
- Support AutoFitToWindow property in ColumnAdjustmentType enumeration for DOM
- PDF to HTML - PDF document layers are not present in output HTML
- auto-grow feature in EPUB to PDF conversion
- XPS to PDF conversion slow performance issue
- Image Inserted to PDF is blur Enhancement
- HTML to PDF conversion throws InvalidOperation Exception
- XFA to Static - ArgumentException: Value does not fall within the expected range
- PDF to HTML: extra white lines on background - regression
- Regression: Adding text in existing PDF document results embedded font error
- HTML to PDF - Performance improvement required
- PDF to HTML: some text is missing in resultant HTML
- Objects cannot be added to PDF pages after ProcessParagraph() call
- PDF to HTML - Special characters like accents, umlauts and circumflex are displayed incorrectly
- PDF to HTML - Text issues when rendering resultant HTML
- XPS to PDF - Resultant file is 6X times larger
- PDF to PDFA conversion produces incorrect PDFA file
- Text Replacement removes formatting
- Using OTF fonts with HtmlFragment
- Unknown character in content stream
- ColSpan bug with Table.Broken property
- PDF to PDFA1b: incorrect PDF is generated
- Formatting TextSegment within Heading object
- Flattening issue with overlapping fields
- TextFragment and Image alignment issue in Footer
- PDF to HTML conversion text rendering issue
- PDF to HTML: space between words lost
- Unable to access ttf fonts for xfa forms
- PDF to PDF/A - Output file is blank
- HTML to PDF results into incorrect output
- HTML to PDF: image is missing in resultant PDF document
- HTML to PDF: centered image is rendered incorrectly
- Append Html - Page Format Changes
- PDF to HTML - Lines width issues
- PDF to PDF/A - Resultant file is not compliant
- PDF to PDFA3a conversion fails compliance test
- PDF to PDF/A_3a - Resultant file is not PDF/A compliant
- Font Export : Hinting info is lost

Other most recent bug fixes are also included in this release.

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 C#
- Download Aspose.Pdf for .NET
- Read online documentation of Aspose.Pdf for .NET
- Post your technical questions/queries to Aspose.Pdf for .NET Forum

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
 
Manipulate Embedded OLE Objects, Load & Save Macro Enabled Visio Files using .NET

What is new in this release?

We are pleased to announce the new release of Aspose.Diagram for .NET 6.6.0 . This new version offers new APIs to incorporate the new features. These APIs allow developers to retrieve VBA project and modify the source code of modules as well as import and export macro-enabled Visio files. Developers may also retrieve an OLE object to modify it, and then save back in the Visio diagram. Developers can install an Aspose.Diagram Nuget package in their .NET applications because we publish each version as a NuGet package on the NuGet gallery. We recommend our clients upgrade old version of Aspose.Diagram API to this latest one. Microsoft Office Visio has the support of macro-enabled Visio formats. We have added support of reading and writing macro-enabled Visio files, since developers can load and save VSDM (Visio macro-enabled drawing), VSSM (Visio macro-enabled stencil) and VSTM (Visio macro-enabled template) files same as the native VSDX format. They can also access internal elements for manipulation purposes. A VBA (Visual Basic Application) project is the part of a Visio diagram. Users may create custom functions or sub procedures to refer in the calculations, and then run from a module. Using Aspose.Diagram API, developers can programmatically access VBA project, iterate through the modules, retrieve code for modification purposes and save back in the VBA project module. Object linking and embedding (OLE) is a Microsoft technology that facilitates the sharing of application data and objects written in different formats from multiple sources. Linking part establishes a connection between two objects, and embedding part facilitates application data insertion. OLE is used for compound document management, as well as an application data transfer. Aspose.Diagram API allows developers to manipulate with an existing OLE object in the Visio diagram. For example, developers may retrieve a Word document, modify it using Aspose.Words API and then save back in the Visio diagram. Using Aspose.Diagram API, developers can also change the icon of an OLE object. ForeignData class offers an ImageData property which helps in retrieving an icon of the OLE object or change it with another one. This version also addresses the issues of changing color of shapes, missing text items, the alignment problem of the shapes, additional circular shapes and accuracy in size of the shapes. These enhancements and bug fixes improve overall performance of Aspose.Diagram API. Here is the list of important enhancements and bugs fixes in the new version.

- Add support to import the macro enabled Drawing (.VSDM).
- Add support to replace the OLE object. New Feature
- Writing support for new MS Visio Macro-Enabled Drawing 2013 VSDM format.
- Writing support for new MS Visio Macro-Enabled Stencil 2013 VSSM format.
- Writing support for new MS Visio Macro-Enabled Stencil 2013 VSSM format.
- Add support to update the VBA Code.
- Add support to import the macro enabled template (.VSTM).
- Add support to import the macro enabled stencil (.VSSM).
- VSDX to PDF export - the shape's boundary color overlaps the internal structure.
- Diagram exception occurred while loading a VSDX file.
- The text items are missing on converting a VSD to PDF.
- The text items are missing on converting a VSD to PNG.
- The text items are missing on converting a VSD to JPG.
- The transparent background of images turns into white color on converting VSD to PDF.
- The transparent background of images turns into white color on converting VSD to JPG.
- Diagram exception occurred on saving VTX file.
- Diagram exception occurred on saving VSX file - I.
- Diagram exception occurred on saving VSX file - II.
- Diagram exception occurred on saving VDX file - I.
- Diagram exception occurred on saving VDX file - II.
- Diagram exception occurred on saving VDX file - III.
- Diagram exception occurred on saving VDX file - IV.
- Diagram exception occurred on saving VDX file - V.
- Diagram exception occurred on saving VDX file - VI.
- Diagram exception occurred on saving VDX file - VII.
- Properties of the diagram are not preserved while open and save - I.
- Properties of the diagram are not preserved while open and save - II.
- Properties of the diagram are not preserved while open and save - III
- Properties of the diagram are not preserved while open and save - IV.
- The appearance of the process shape is changed on converting a VSD to PDF.
- The appearance of the process shape is changed on converting a VSD to HTML.
- Text alignment problem on Converting a VSDX to PDF - I.
- Text alignment problem on Converting a VSDX to PDF - II.
- An image is not being preserved on converting a VSD to PDF.
- Incorrect formatting of the shape on converting a VSD to PDF - I.
- Incorrect formatting of the shapes on converting a VSD to PDF - II.
- Extra circles are added while converting a VSD to PDF.
- Shapes are misplaced on converting a VSD to PDF.
- Size of shapes is changed on converting a VSD to PDF

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 .Net Visio Component
- Download Aspose.Diagram for .NET
- Online documentation of Aspose.Diagram for .NET

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
 
Aspose.Newsletter August 2016: Manipulate OneNote File in .NET/Java Apps & Other News

Aspose Newsletter for August 2016 has now been published that highlights all the newly supported features offered in the recent releases. It also includes information about manipulating OneNote file without office automation, working with CAD formats like DWG and DXF, OneNote Notebook TOC Format Support, Support for Two New Barcode Formats in the Latest release of Aspose.Barcode for .NET, Convert Excel Worksheet or Workbook to XPS Formats, Manipulating Calendar Exceptions in Microsoft Project Files and much more.

Want to Manipulate OneNote file without Office Automation?


You can do that with Aspose.Note from within all types of .NET and Java applications. Render text and images from OneNote files into a variety of image formats; navigate through OneNote object model; replace and insert text and other elements inside an OneNote file.

Introducing Aspose.CAD for Java API to work with CAD formats like DWG and DXF


Aspose.CAD for .NET has been around for some time now. It's time for Java developers to process CAD formats like DWG and DXF in their Java applications with the same great ease and reliability as our other APIs. The first version plans to include reading CAD formats and exporting them to popular formats like BMP, JPG, GIF, PDF, and TIFF.

OneNote Notebook TOC Format Support is Now Available in Aspose.Note for Java

Aspose.Note for Java now supports OneNote Notebook TOC format (.onetoc2). Along with manipulating OneNote files, you can now also work with TOC file format in your applications. There are various other new features and enhancements in the latest version as well.

Support for Two New Barcode Formats in the Latest Aspose.Barcode for .NET

Aspose team has added two new barcode formats (DutchKix and DotCode) along with many other barcodes already available in Aspose.Barcode for .NET. User can both create and read both of these new barcode types using the latest version.

Convert Excel Worksheet or Workbook to XPS Formats using Aspose.Cells for Java

An XPS document consists of structured XML which is a subset of XAML. The XML helps to define layout of the document and visual appearance. This format also helps to incorporate vector graphics elements in the document. The Aspose.Cells for Java allows users to convert a single worksheet or a complete workbook to XPS format.

Manipulating Calendar Exceptions in Microsoft Project Files using Aspose.Tasks for .NET

When planning a project using Microsoft Project, along with defining working and non-working days, it's important to setup exceptions. This can be achieved programmatically using Aspose.Tasks for .NET. You can add, remove, or retrieve calendar exceptions from the Microsoft Project files along with defining weekdays or occurrences of exceptions. Explore these features along with code samples in the documentation

Updates about new product releases

1. Aspose.Total for .NET - Aspose.Total Product Family - Aspose - Downloads[/url] - a compilation of our latest .NET products.
2. Aspose.Cells for .NET 8.9.0 - Support setting default font while rendering spreadsheet to HTML and images
3. Aspose.Words for .NET 16.6.0- Support of ISO 29500 strict OOXML format, fast extraction, dynamic insertion using LINQ reporting engine
4. Aspose.Pdf for .NET 11.9.0 ? Replace missing font with alternative font while converting from PDF to PDF/A.
5. Aspose.Slides for .NET 16.6.0 ? Inserting video from web in presentation and support for FillOverlay effect
6. Aspose.Email for .NET 6.7.0 - Auto determination of SSL mode for servers supported
7. Aspose.BarCode for .NET 8.0.0 - Added new BarCode types: DutchKix and DotCode.
8. Aspose.Imaging for .NET 3.8.0 - Work with WMF metafiles and get last modified date of raster image
9. Aspose.Total for Java: ? a compilation of our latest Java products.
10. Aspose.Words for Java 16.6.0 - Support of ISO 29500 strict OOXML format, fast extraction, dynamic insertion using LINQ reporting engine
11. Aspose.Cells for Java 8.9.0 - Support setting default font while rendering spreadsheet to HTML and images.
12. Aspose.Pdf for Java 11.9.0 ? Replace missing font with alternative font while converting from PDF to PDF/A.
13. Aspose.Slides for Java 16.5.0 - Support for rendering hidden slides in PDF and PictureBullet for PPTX format.

Supporting User Groups and Conferences


Aspose is sponsoring a number of user groups and upcoming events, including:

? 1st Aug: Queensland ALM Meetup - Australia
? 1st to 5th Aug: NDC Sydney - Australia
? 5th Aug: Tulsa TechFest - US
? 10th Aug: Adelaide .NET User Group - Australia
? 13th Aug: DDD Melbourne - Australia
? 27th Aug: DDD Perth - Australia

Would you like us to sponsor your user group? Get in contact: user.groups@aspose.com

Collect your copy of Aspose Newsletter, August 2016 edition

- Collect the English version of this newsletter: Spotlight on Aspose.Note and more from Aspose, August 2016 | Blogs - Aspose.com

Contact Information
Aspose Pty Ltd,
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
File Format APIs for Word Excel PDF Email PowerPoint Project Barcode Images OCR Note & 3D
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
 
Project Data Export to HTML & Performance Improvement While Creating Tasks using .NET

What is new in this release?

We are happy to announce the release of revamped version of Aspose.Tasks for .NET 9.5.0 . This month?s release includes minor enhancements related to API functionality of exporting project data. It also includes performance improvement while creating large number of tasks. In addition, a number of reported bugs have been fixed in this month?s release that further improves the overall stability and functionality of the API. Exporting project data to HTML included document header in output Title as well as page header. This month?s release provides control to avoid exporting this information to output HTML file if not required. The IncludeProjectNameInTitle and IncludeProjectNameInPageHeader properties can be used to achieve this. These properties are set to true by default. This month?s release brings performance improvement while creating large number of tasks using the API. The automatic calculation mode of the API calculates each and every field of a task upon adding new tasks. This can be taken care of by using the Manual Calculation mode of the API. We have further improved the manual calculation mode so that it takes less time while creating large number of tasks such as up to 10,000. This month?s release also fixes a number of bugs reported by our valued customers. These include issues related to loading Primavera project files, change in predecessor?s information while loading and saving MPP file, and setting task notes to Chinese language. This release includes plenty of new features as listed below

- Provide option for excluding document header name during Project conversion to HTML
- Performance is too slow with large number of tasks ~10K+
- PhysicalPercentComplete not saved in MPP file
- Predecessors information changed while loading and saving MPP (.NET)
- Custom Field marked as Loopkup while adding extended attribute to MPP file
- All tasks in Primavera XML file cannot be read
- Reading Project file raises Project Reading Exception
- Cropped image when converting project document to image with Vertical\Horizontal Resolution settings
- Setting Task Notes to Chinese not working

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.Tasks for .NET documentation that may guide you briefly how to use Aspose.Tasks for performing different tasks like the followings.

- Controlling Document Header Name during Export to HTML
- Saving Project Data to Excel Format

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.

More about Aspose.Tasks for .NET

-Homepage of Aspose.Tasks for .NET
- Download Aspose.Tasks for .NET
- Online documentation of Aspose.Tasks for .NET

Contact Information
Aspose Pty Ltd
Suite 163, 79 Longueville Road
Lane Cove, NSW, 2066
Australia
Aspose - The .NET and Java component publisher
sales@aspose.com
Phone: 888.277.6734
Fax: 866.810.9465
 
Split PST File Based on Search Criterion & Detection of Message as TNEF in .NET Apps

What is new in this release?

We are pleased to announce the release of Aspose.Email for .NET 6.8.0 . This month?s release a new feature of splitting a PST based on specific search criterion. It also provides enhancement to the API?s IMAP client that is now able to move folders to other folders of a mailbox. This month?s release also fixes a number of bugs that further add to the overall stability of the API. Aspose.Email API already provides the capability of splitting a single large PST file into multiple small PST files. This month?s release further enhances this feature by providing the capability to split PST based on defined criterion. The API now provides support for specifying multiple criterion using PersonalStorageQueryBuilder. This allows including multiple search criterion such as time and subject simultaneously for splitting the PST. This month?s release also provides the capability of detecting whether the loaded email message was originally TNEF. The MailMessage API now provides the OriginalIsTnef property that detects the message as TNEF. A message?s unique id is always its representation and can be used to store a reference of the message as meta-data. Retrieving of the same message from the email server can be obtained through the same. This month?s release further enhances the POP3 Client of the API to retrieve message summary information from the server using this unique id of the message. This provides quick access to the message?s short information without first retrieving the complete message from the server. In addition to new features and enhancements, this month?s release also fixes a number of bugs that were reported with the previous version of the API. It further enhances the stability and reliability of the API functionality. The main bug fixes & improved features added in this release are listed below

? Option to split PST based on time and other criteria
? Move Folder and Sub-folders to some other folder using ImapClient
? Provide IsTnefMessage flag
? Retrieving Pop3MessageInfo
? Different informaiton in MailMessage and MapiMessage "To" header field
? EEML to XPS: Formatting issues
? ImapClient hangs on request with special characters like double quote
? Inconsistency in adding and searching sub folder in PST
? MailMessage.Body for calendar items does not return calendar Description
? ImapClient.GetCapabilities() returns empty array
? Regular attachment identified as Linked Resource by MailMessage
? NULL Longfilename in nested attchments
? Recurrence Generation Performance Degradation
? Calendar cancellation information lost while MSG -> EML conversion
? Table formatting and document icons lost while MSG to Mhtml conversion
? MSG to XPS fails
? MSG to EML conversion issues

Other most recent bug fixes are also included in this release.

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, POP, 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 C#
- Download Aspose.Email for .NET
- Online documentation of Aspose.Email for .NET

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
 
Convert Collada Scene to Other 3D Formats & Apply Visual Effects on 3D View using .NE

What is new in this release?

Aspose team is pleased to announce the release of Aspose.3D for .NET 2.0.0 . The new version allows developers to automatically set up one or multiple viewports in a single screenshot. Using multiple viewports technique can help in visualizing some large sized 3D scenes. This release will enable developers to customize the post-processing algorithms in the future versions. Aspose.3D API has added support to import the Collada scenes. Collada is an open XML file format for 3D assets, supported by various 3D software packages. Developers would be able to import 3D scene elements like material, light, camera, texture and geometries (polygon, polylist, triangles, triangle fans and triangle strips). Developers may also import an existing Collada scene, and then save in other supported 3D file formats. It has plans to enhance the import operations of Collada files as well as incorporate the export feature in the upcoming releases. Using Aspose.3D API, developers can now capture various new viewports to present complex areas of a 3D scene in better presentable form. They can also save multiple viewports in a single screenshot. Aspose.3D API performs OpenGL rendering. It creates a hardware OpenGL-backend renderer. An initialization error will occur, if the machine has no hardware support of OpenGL 4.0. Aspose team will extend rendering in the future releases. Aspose.3D API has added support of four built in effects like grayscale, pixelated, edge detection and blur. These visual effects help in enhancing a 3D view. In the future, Aspose team have plans to customize the algorithms. This release includes plenty of new features as listed below

- Import support for Collada
- Post-processing effects
- Use Vector4 to represent UV coordinates.
- Render may crash the application on 64bit platform

Overview: Aspose.3D for .NET

Aspose.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.

More about Aspose.OCR for .NET

- Homepage Aspose.3D for .NET
- Download Aspose.3D for .NET
- Online documentation of Aspose.3D for .NET

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
 
EMF Metafiles Creation & Text-Export as Shape While Converting EMF to SVG in .NET App

What is new in this release?

We are pleased to announce the new release of Aspose.Imaging for .NET 3.9.0 . The major development in this release is support for creating EMF metafile image. This release supports PSD file created/updated using SAI and GIMP2 tools. Exporting text as shapes while converting EMF metafile to SVG format has also been incorporated in this release. Aspose.Imaging for .NET now supports creating EMF metafile image. It provides the EmfRecorderGraphics2D class to create EMF metafile. Developers can get text as shapes while converting EMF to SVG format using this release. This release also provides the TextAsShapes property to get text as shape while converting EMF metafile. There are some important enhancement also part of this release, such as Support to load PSD file created/updated using SAI software/editing tool has been incorporated, support to load PSD file created/updated using GIMP2 software/editing tool has been incorporated, converting Djvu to PDF has been improved, Process of converting Djvu image pages to PNG has been improved, updating text in PSD text layers has been improved, ICC profiles for Jpeg2000 images have been implemented, Process of rotate operation on raster image has been improved, Process of converting TIFF to JPEG has been improved and Process of extracting frames from a TIFF file has been improved. The main new and improved features added in this release are listed below

- Support for SAI format
- Support for GIMP2 format
- Implement ability for adding both vector graphics and bitmap components to Metafile
- Converting Djvu to Pdf file contains black pages only instead of image in it
- Djvu extracted pages does not contain colors
- Djvu converted to PDF successfully but unable to open the PDF using Adobe PDF reader
- Emf image export error
- Support for TEXT_AS_SHAPES while converting EMF to SVG format
- Updating text in text layers of a PSD file is not generating expected output and also throwing exception
- Investigate emf/emf+ renderer performance
- Implement support of Icc profiles for Jpeg2000 images
- PSD file has 6 layers while Aspose.Imaging shows 0 layers
- Rotate operation causes color lose
- Converting TIFF to JPEG shows exception: Image export failed, cannot parse file
- Multiple exports or saving of EmfImage throws an exception.
- Transparency issue while Extracting TIFF Frame
- TIFF file opening errors

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

- Homepage for Aspose.Imaging for .NET
- Download Aspose.Imaging for .NET
- Online documentation of Aspose.Email for .NET
 
Back
Top