Wednesday, November 29, 2017

Databar Coded Barcode Generation with Segments per Row & Enhanced Barcode Recognition using .NET

What's New in this Release?

The latest version of Aspose.BarCode for .NET 17.11.0 has been released. The major development in this release is the support to generate databar coded barcode with segments per row. This release also supports enhanced process of recognizing supplement barcode. Improved functionality to read barcode from PDF has also been incorporated in this release. Aspose.BarCode supports the functionality to  generate databar coded barcode with segments per row. This functionality allows to adjust the amount of information that the code will generate per (each) row. A property BarCodeBuilder.Columns has been introduced to define the said setting. How a developer can set segments per row for a databar is demonstrated in the code snippet on blog announcement page.. The code snippet contains comments that makes it self-explanatory.  This release also fixes exceptions that were reported by Aspose valued customers, such as Functionality to recognize barcode from image has been enhanced. The functionality has been enhanced in such a way that API will extract exact number of available barcodes. No unwanted barcodes, The process to extract supplement barcode has been improved. Aspose.BarCode now look for special parity pattern for correct recognition of supplement barcode, DataMatrix barcode recognition process from a TIFF image has been improved. Aspose.BarCode returns all DataMatrix barcode if RecognitionMode.MaxQuality recognition mode is used and Barcode recognition process have been enhanced to detect barcodes from PDF files. Below is the list of new and improved features supported in this version.
  • Support to define settings "segments per row"
  • Make consistent .NET Compact and Full Framework API
  • Aspose.BarCode is detecting barcode from image that has no barcode on it
  • Recognized incorrect Supplement barcode
  • Aspose.BarCode is unable to recognize DataMatrix barcodes on a TIFF image
  • Aspose.BarCode is detecting more barcodes than present in PDF file
  • Reading barcode from PDF is returning garbage along with required output
Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.BarCode for .NET documentation that may guide users briefly how to use Aspose.BarCode for performing different tasks like the followings.
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.

More about Aspose.Report for .NET

Tuesday, November 28, 2017

Add Superscript or Subscript Text in Presentation & EMZ images Support in JasperReports

What’s new in this release?

The long awaited version of Aspose.Slides for JasperReports 17.10.0 has been released. This release has been built on the basis of latest Aspose.Slides for Java 17.10 API. Aspose.Slides for Java 17.10 is enriched with some new features including improved rendering support and support for adding sub script and super script text inside presentation. Moreover, the text, chart and other shapes rendering support has also been improved in this release. The improved rendering will thus be helpful in generating presentation files from JasperReports. The list of improved features in this release are listed below
  • Support for adding EMZ (Compressed EMF) image to Images collection
  • Support for adding Superscript and Subscript text in text frame      
  • Actual Chart plot area height is not correct when reading
  • When PPT is converted to PDF, the font in output is changed.
  • Lots of objects that never unload from memory until application will not stopped that leads to memory leaks
  • Animation effects on charts are lost on saving presentation
  • ArgumentException on loading presentation
  • Exception on loading presentation
  • Performance and memory leak issue
  • Connector colors for SmartArt are changed in PDF
  • Exception on loading presentation
Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.Slides for JasperReports documentation that may guide you briefly how to use Aspose.Slides for performing different tasks like the followings.
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.

More about Aspose.Slides for JasperReports

Monday, November 27, 2017

Convert DICOM Image to PDF & Setting Print Dialog Presets Properties inside .NET Apps

What's New in this Release?

Aspose team is pleased to announce the release of Aspose.Pdf for .NET 17.10.0. Digital Imaging and Communications in Medicine (DICOM) is a standard for storing and transmitting medical images enabling the integration of medical imaging devices such as scanners, servers, workstations, printers etc. Aspose.Pdf for .NET is capable of converting various image formats to PDF and other supported formats. Recently Aspose team has received a requirement to convert DICOM images to PDF format, so in order to cater this scenario, Aspose team is pleased to announce the support of this format. Recently one of the customers shared a requirement to change DuplexMode property to duplex of Print Dialog Presets(In Adobe Acrobat choose File > Properties -> Advanced tab). Whereas in the Print Dialog (Presets section) of PDF document, the default value is set to simplex. Users can set Duplex property of PrinterSettings object while printing through PdfViewer class but the API lacked the feature to set PDF document property. Therefore in order to accomplish this requirement, support is provided in API and following code snippet can be used. In legacy Aspose.Pdf.Generator, we had a VerticalAlign property on row objects and in order to provide similar feature in new Document Object Model of Aspose.Pdf namespace, it has added similar property for Aspose.Pdf.Row instance. Apart from above mentioned improvements, the API is improved to generate better results for PDF to SVG or SVG to PDF conversion and it has also been improved to accept password in foreign language when encrypting or decrypting PDF files. The PDF to PDF/A compliance conversion is improved to cater more scenarios and for other inter file format conversion scenarios, there has been significant efforts towards the stability of PDF to HTML conversion feature. The list of important new and improved features are given below
  • Support DICOM image to PDF
  • To set Print Dialog Presets properties of a PDF document
  • Support Vertical Alignment property for Row instance
  • Add image inside PDF - Output is different as compared to old Generator
  • PDF to SVG content gets shrinked
  • PDF to SVG: incorrect Character spacing
  • API does not accept password in foreign language
  • Using CallBackGetHocr results with blank image
  • SVG to PDF: incorrect output with errors
  • PDF to PDFA1b conformance issue       
  • PDF to Image: image is not being rendered properly
  • Text not getting displayed in browser when saving PDF document to HTML
  • PDF to HTML - space between text increased
  • Incorrect position of parenthesis when saving as HTML
  • PDF to HTML: hidden characters are visible
  • PDF to HTML: chart lines are darker
  • Text Replace - Underline property does not work in text replace functional
  • Remove text underline in a PDF document        
  • Problem setting XmpPdfAExtensionValueType
Other most recent bug fixes are also included in this release.

Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.Pdf for .NET documentation that may guide users riefly how to use Aspose.Pdf for performing different tasks like the followings.
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, extexnded 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

Sunday, November 26, 2017

Load Project Data from MSP Database, Read/Write Rate Scale Data for MSP 2013 & Above using Java

What’s new in this release?

Aspose team is pleased to announce the release of Aspose.Tasks for Java 17.8.0. This release includes new feature of providing support for rate scale information in MPP files. It also includes several improvements in terms of bug fixes that further add to the overall stability of the API. From this month’s release, support for JDK 1.6 has been discontinued. From this release onwards, Aspose.Tasks for Java won’t support JDK 1.6. All Aspose customers, who are using older version of JDK and want to use this latest version of API, need to upgrade their Java version to meet the minimum requirement of API i.e. JDK 1.7 or higher. Aspose.Tasks for Java already supported reading/writing rate scale information of resource assignment for MPP 2013 and below versions. With this release, the API now supports reading and writing rate scale data for MSP 2013 and above file formats. This is as illustrated in the code sample on blog announcement page. Working with loading project data from Microsoft Project Data was supported in one of the earlier versions of API. This, however, had issues with the update of Microsoft Project Database versions update and the functionality was broken. Aspose team is glad to share that this issue has been fixed now. Users can now load Project data from Project database using this latest version of the API.  Below is the complete list of bug fixes and enhanced features included in this release.
                                                        
  • Migrate from JDK 1.6 to JDK 7
  • Add support for text style information
  • TasksReadingException while using MspDbSettings
  • Add support of RateScale reading/writing for MSP 2013+   New Feature
  • Finish date is incorrect for zero duration task using Recalculate
  • Empty project with one task has incorrectly filled ActualStart, ActualFinish dates
  • HtmlSaveOptions.Pages.Add() method does not affect page index in the title when saving as HTML
  • XER converted from MPP contains string EUR instead of integer currency id for resource
  • XER generated by Aspose.Tasks raises exception while opening it
  • Company Information written to MPP is not displayed in MPP
  • Program hangs while loading MPP into Project
  • MPP file raises TasksReadingException
  • MPP file saved by MSP 2016 ver 1706 raises exception while loading into Project
  • An entry with the same key already exists - exception
  • Exception raised while loading attached MPP
  • TaskReadingException while loading MPP file
  • MPP project cannot be saved to MemoryStream
  • Lookup values not created properly in MPP
  • TaskLink don't affect the dates from successor task while using an MPP file
  • Exception raised while applying constraint
  • Task baseline don't save to MPP file
  • Finish date not recalculated properly
  • MPP to XLSX: Resultant file doesn't contain any data
  • Exception is raised while loading Primavera XER file
  • Gantt chart task bar ends at one third of day
  • Tasks text style information lost while loading and saving MPP again
  • Error on adding a resource with 0 units to parent task
  • ActualFinish of a zero-day milestone task not set properly
  • MPP with Subproject File causes exception while loading into project
  • Fix difference in Task duration in MSP 2010 and 2013
  • MPP to XLSX: Resultant file doesn't contain any data
  • ExtendedAttribute Lookup values mixed up for the same task
  • Lookup extended attribute with CustomFieldType.Duration can't be saved along with other lookup attributes
  • Custom field with Cost type and lookup can't be saved to MPP
  • Unassigned resource assignment work rendered as 0h
  • TasksWritingException while resaving this MPP back
  • MPP to PNG: Output image is not fine
  • Exception while loading a project
  • Task duration incorrectly set to 24 hours
  • Unable to save MPP file        
  • Corrupted XML file generated while saving to OutputStream
Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.Tasks for Java documentation that may guide users briefly how to use Aspose.Tasks for performing different tasks like the followings.
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.

More about Aspose.Tasks for Java

Thursday, November 23, 2017

DatabarStacked Barcode Generation/Recognition & Enhanced Barcode Detection from PDF using Java

What’s new in this release?

Aspose team is pleased to announce the new version of Aspose.BarCode for Java 17.10.0.  This is primarily a maintenance release whereby we have resolved certain issues incurring in API. Furthermore overall performance of the API has also been improved in this release. DatabarStacked barcode generation process has been improved. The functionality has been improved in such a way that it now produces correct text in the barcode image. Whereas recognition processes now returns correct output. DatabarExpandedStacked barcode recognition process has been enhanced. It is now producing correct output as a result of barcode recognition process. Barcode recognition process has been improved to detect barcodes from PDF files. Process for the generation and recognition DatabarLimited barcode has been improved. Process to set license using Aspose.BarCode has been enhanced. It has been enhanced in a way that users can now read the license file, store it in a string and then set the license successfully.  Below is the list of main improved features and bug fixes added in this release.
  • Remove Obsolete public API
  • Incorrect text in picture for DatabarStacked
  • Recognition result isn't correct for DatabarExpandedStacked
  • Unable to recognize DatabarStacked barcode
  • Index was out of range exception when try to recognize barcode from PDF
  • Incorrect DatabarLimited generation/recognition
  • Aspose.BarCode API is working strange with license file
 Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.BarCode for Java documentation that may guide users briefly how to use Aspose.BarCode for performing different tasks like the followings.
Overview: Aspose.BarCode for Java

Aspose.BarCode is a Java based visual component for generation & recognition of 1D & 2D barcodes to support Java, web applications and J2ME platform. It supports 29+ barcode symbologies like MSI, QR, OneCode, Australia Post, Aztec, Code128, Code11, EAN128, Codabar, Postnet, USPS and also supports image output in GIF, PNG, BMP & JPG formats. Other features include barcode size & color settings, rotation angle & caption. You can render barcodes to images, printers, HTTP servlet response & graphical objects too.

More about Aspose.BarCode for Java

Wednesday, November 22, 2017

Create/Update Extended Attributes using EWS & Enhanced MSG to EML Conversion using .NET

What's New in this Release?

Aspose team is pleased to announce the release of Aspose.Email for .NET 17.11.0.This month’s release introduces a new feature of working with Extended Attributes using the API’s EWS client. It also fixes several bugs that further improve the overall API functionality. This release of API brings an exciting feature where messages from Exchange server can retrieved as Outlook Messages. This implies that users can manipulate extended attributes of messages using the API’s EWS client. Developers can create, retrieve and update extended attributes using the EWS API. The retrieved item is obtained as MapiMessage from Exchange server and contains all the attributes information contained in the message. This release also includes fixes to several API malfunctions related to various functional areas. Fixing these not only improves the overall usability of the API, but also adds to the overall stability of the API. The main bug fixes & improved features added in this release are listed below
  • EWS: Support for create, retrieve and update Extended Attributes for Emails
  • Item moved event not fired for sub-folders
  • Imap client attachment names issue. Content-Disposition filename is not parsed properly. 
  • EMLX attachments (MSG/EML) saved as separate emails in MBOX
  • The (subject, to and from) disappears form converted MailMessage from MapiMessaage
  • The exception occurs while loading MapiMessage from MailMessage         
  • MapiRecipientType shows Unknown for all message recipients
  • Mails not read from MBOX
  • MSG attachment extensions changed to EML while converting MSG to EML
  • Notes added to PST don't retain correct information
  • Notes created from 2016 Note file don't open in MS Outlook
  • Fetch calendar items returns error "Input string was not in a correct format"
Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.Email for .NET documentation that may guide users briefly how to use Aspose.Email for performing different tasks like the followings.
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.

More about Aspose.Email for .NET

Tuesday, November 21, 2017

Generate Databar Coded Barcode with Segments per Row using SQL Server Reporting Services

What’s new in this release?

Aspose team is happy to announce the new release of Aspose.BarCode for Reporting Services 17.11.0. This release also includes feature information from version 17.10.0. The major development in this release is the support to generate databar coded barcode with segments per row. Aspose.BarCode for Reporting Services now enables the developers to generate databar coded barcode with segments per row. Generating segments per row for a databar is very simple and is demonstrated in the code snippet given below. The code snippet contains comments that make it self-explanatory. DatabarStacked barcode generation process has been improved. The API now produce correct text in the resultant barcode image. Rotation settings were not working properly in case when a barcode is generated and saved as an EMF image. The issue has been fixed. Now BarCodeBuilder.Rotate method is working properly and produce correct rotated barcode image. Process to generation and recognition DatabarLimited barcode has been improved. To view the complete list of new features and fixes, please visit the release notes page. This release also includes many important API and Backward Incompatible changes. Below is the list of new and improved features added in this new release
  • Support to define settings "segments per row"
  • Remove Obsolete public API
  • Incorrect text in picture for DatabarStacked
  • Rotation doesn't affected to EMF export
  • Incorrect DatabarLimited generation/recognition
 Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.BarCode for Reporting Services documentation that may guide users briefly how to use Aspose.BarCode for performing different tasks like the followings.
Overview: Aspose.Report for .NET

Aspose.BarCode for Reporting Services is a .NET solution for the rendering of barcode images in SQL Server 2000, 2005 & 2008 Reporting Services. It supports 29+ linear (1D) and 2D barcode symbologies including MacroPdf417, Australia Post, OneCode, Code128, Code39, PDF417, UPCA, Codabar, MSI and QR etc. Also render barcode images on reports in BMP, JPG, PNG and GIF formats. Other features include EAN-128 application identifiers, DPI resolution settings, barcode size and location adjustments.

More about Aspose.Report for .NET

Monday, November 20, 2017

Merge Meshes to Single Transformed Mesh & Control the Transparency of PBR Material using .NET

What’s new in this release?

Aspose team is pleased to announce the release of Aspose.3D for .NET 17.11.0. The new version 17.11 of the API has been released with the support of importing PDMS RVM files and developers can export these RVM files to the supported file formats. Developers can merge all Meshes of the Scene, a Node and a set of nodes as well as get or set the transparency of the PBR material (only supported for GLTF). We have fixed a defect of exporting incorrect material opacity  With the help of Aspose.3D for .NET API, developers can convert RVM file to all supported formats. The RVM file stores 3D power plant project. Developers can import RVM models into the Aspose.3D for .NET API with the constructor or Open member of the Scene class as narrated in documentation help topic: Import a 3D model and Use RVM load options. With the recent version 17.11 of Aspose.3D for .NET API, developers can merge Meshes to a single transformed Mesh. In order to achieve this, three MergeMesh members are added to the PolygonModifier class.  Developers can also control the transparency of PBR material. Aspose.3D for .NET API supports PBR material for only GLTF 2.0, so this improvement will affect the GLTF 2.0 export. This release includes plenty of new features as listed below
  • Add support of importing RVM-binary
  • Add support of merging meshes
  • FBX to GLTF - incorrect material opacity in GLTF     
Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.3D for .NET documentation that may guide users briefly how to use Aspose.3D for performing different tasks like the followings.
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





Sunday, November 19, 2017

Manage Superscript, Sub-Script Text in Presentation & EMZ Images Support in Java Apps

What's New in this Release?

Aspose team is happy to share the announcement of Aspose.Slides for Java 17.10.0. Aspose team is happy to share the announcement of Aspose.Slides for Java 17.10.0. This is primarily a maintenance release along with inclusion support of some new features. Some important features have been introduced in this release, such as Support for adding EMZ image to Images collection and Managing Super Script and Sub Script Text.There are some important enhancements and issues have been fixed in this release, such as when PPT is converted to PDF, the font in output is changed, Lots of objects that never unload from memory until application will not stopped that leads to memory leaks, Animation effects on charts are lost on saving presentation, ArgumentException on loading presentation, exception on loading presentation, Performance and memory leak issue, Connector colors for SmartArt are changed in PDF and exception on loading presentation. This list of new, improved and bug fixes in this release are given below
  • Support for adding EMZ (Compressed EMF) image to Images collection
  • Support for adding Superscript and Subscript text in text frame      
  • Actual Chart plot area height is not correct when reading
  • When PPT is converted to PDF, the font in output is changed.
  • Lots of objects that never unload from memory until application will not stopped that leads to memory leaks
  • Animation effects on charts are lost on saving presentation
  • ArgumentException on loading presentation
  • Exception on loading presentation
  • Performance and memory leak issue
  • Connector colors for SmartArt are changed in PDF
  • Exception on loading presentation
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.Slides for Java documentation that may guide users briefly how to use Aspose.Slides for performing different tasks like the followings.
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.

More about Aspose.Slides for Java

Thursday, November 16, 2017

PDF to DOCX, HTML Conversions & Enhanced JPG to PDF Export with Reduced File Size using Java

What's New in this Release?
Aspose team is pleased to announce the release of Aspose.Pdf for Java 17.9.0.  Aspose team has specifically focused towards the stability of existing features to cater various scenarios with wide variety of documents. Some of the customers reported issues related to file format conversion and this release have made great improvements related to inter file format conversion features. To name few of the improvements, JPG to PDF with reduced output file size, performance issues regarding XPS to PDF conversion, PDF to HTML conversion, PDF to DOCX conversion to correctly render non-English (especially Hebrew text) and TIFF to PDF format conversion are noticeable improvements. With all these changes, the API has become more stable and robust as compared to earlier release versions. We also have made enhancements related to PDF Form manipulation. As it always recommended, please always try using latest release of our API’s as they include latest features / improvements and fixes related to issues reported in earlier release versions. Some important improved features included in this release are given below
  • JPG to PDF increased PDF file size  
  • Significant performance decrease issue regarding memory usage and time consumption.
  • XPS to PDF: performance issue
  • PDF to HTML: some text become smaller
  • Using CallBackGetHocr results with blank image
  • API is throwing java.awt.HeadlessException Exception at Document load
  • PDF to DOCX - incorrect rendering of the Hebrew text
  • Evaluation mark is being added in output while using valid license
  • PDF to PDF/A - compliance error: Real value out of range
  • TIFF to PDF - Image is darker in shade    
Newly added documentation pages and articles
Some new tips and articles have now been added into Aspose.Pdf for Java documentation that may guide users 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, November 15, 2017

Identify & Manipulate Conflict Pages from Page’s History of OneNote Document using .NET

What’s new in this release?

Aspose team is pleased to announce the release of Aspose.Note for .NET 17.11.0. This month’s release is sort of maintenance release and includes API improvements in terms of bug fixes. It also provides ability to identify conflict pages from a page’s history. For a complete note on what is new and fixed, please visit the release notes section of API documentation. This release of API provides an enhancement where a page version from history can be identified as conflict page. Conflict pages are skipped by default while saving the file. Using the API, if it is marked as non-conflict using the IsConflictPage property, it will be saved as usual one in the history without being ignored as shown in the code sample on blog announcement page. This version of API also includes bug fixes which further adds to the overall stability of the API. These improvements are related to working with document pages using the API. The list of new and enhanced features added in this release are given below
  • Basic handling of conflict pages.
  • Page size is reset to Auto after document saving
  • Page metadata node is missed exception is raised while loading attached onenote files
Newly added documentation pages and articles
 
Some new tips and articles have now been added into Aspose.Note for .NET documentation that may guide users briefly how to use Aspose.Note for performing different tasks like the followings.
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.

More about Aspose.Note for .NET

Tuesday, November 14, 2017

Aspose.Pdf for C++ is Released: Create & Manipulate PDF Documents Without using Adobe Acrobat

What’s new in this release?

The long awaited version of Aspose.Cells for JasperReports 1.1.0 has been released. It includes many new features like support is added for Microsoft Excel 97 to 2003 and Microsoft Excel 2007 formats.  Also several issues of calculation in report element size are also fixed. The list of new and improved features in this release are listed below
  • Support is added for Microsoft Excel 97 to 2003 and Microsoft Excel 2007 formats.
  • Several bug Fixes related to calculation in report element size.
  • Supports JasperReports 3.7.x
Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.Cells for JasperReports documentation that may guide you briefly how to use Aspose.Cells for performing different tasks like the followings.
Overview: Aspose.Cells for JasperReports

Aspose.Cells for JasperReports allows you to exports reports from JasperReports and JasperServer to Microsoft Excel spreadsheet (XLS format) with highest degree of precision. Aspose.Cells for JasperReports is written purely in Java and is provided as a single JAR file that can easily be deployed on the machines running JasperReports or JasperServer. It exports Excel charts as editable charts rather than static pictures so that users may edit the charts manually in MS Excel if they need to.

More about Aspose.Cells for JasperReports

Monday, November 13, 2017

Add EMZ Image to Images Collection, Managing Super-Script & Sub-Script Text in .NET Apps

What's New in this Release?

Aspose team is happy to share the announcement of Aspose.Slides for .NET 17.10.0. Aspose team has added some new features in API along with resolution of outstanding issues. This release introduces new features, such as Support for adding EMZ image to Images collection and Managing Super Script and Sub Script Text. There are some important enhancements and bug fixes also part of this release, such as Actual Chart plot area height is not correct when reading, The font has changed in the cloned presentation, Presentation with chart can’t be open with Aspose.Slides, the chart has improperly rendered to an image, image gets changed on saving presentation, The chart horizontal axis label is corrupted, the text in the table cell is corrupted after PNG rendering, Wrong output when converting specific PPTX to TIFF, Wrong font is used for rendering of numbers in PDF, Presentation repair message on converting PPT to PPTX, ArgumentException: Parameter is not valid exception is thrown when adding the notes to PPTX and saving as Notes TIFF, Presentation repair message for Aspose.Slides saved presentation, Presentation repair message on opening generated PPTX presentation, Black border is appearing around image thumbnails, Animation effects on charts are lost on saving presentation, Brackets in RTL text failed to render in right direction, Issue while generating Thumbnails, Slide frame is rendered in exported PDF around slide and many more. This list of new, improved and bug fixes in this release are given below
  • Does Aspose.Slides use System's API to parse embedded fonts
  • Support for adding EMZ (Compressed EMF) image to Images collection
  • Support for adding Superscript and Subscript text in text frame      
  • Actual Chart plot area height is not correct when reading
  • The font has changed in the cloned presentation      
  • Presentation with chart can't be open with Aspose.Slides
  • The chart has improperly rendered to an image
  • Image gets changed on saving presentation
  • The chart horizontal axis label is corrupted
  • The text in the table cell is corrupted after PNG rendering
  • Wrong output when converting specific PPTX to TIFF
  • Wrong font is used for rendering of numbers in PDF
  • Presentation repair message on converting PPT to PPTX
  • ArgumentException: Parameter is not valid exception is thrown when adding the notes to PPTX and saving as Notes TIFF
  • Presentation repair message for Aspose.Slides saved presentation
  • Presentation repair message on opening generated PPTX presentation
  • Black border is appearing around image thumbnails
  • Animation effects on charts are lost on saving presentation
  • Brackets in RTL text failed to render in right direction
  • ArgumentException on loading presentation
  • Numbers are shown on the graph when converting to image
  • Image gets distorted in exported PDF
  • Exception on loading presentation
  • High memory consumption on generating slide thumbnail
  • Presentation gets corrupted on saving to PPTX
  • PptxReadException on generating slide thumbnails
  • Links gets broken when saving a presentation
  • ArgumentException on loading presentation
  • Aspose.Slides hangs when converting PPTX presentation to PNG
  • ArgumentException on loading presentation
  • Issue while generating Thumbnails
  • Ppt not properly converted to PDF
  • Slide frame is rendered in exported PDF around slide
  • Include Comments when set to false is still showing comments in PDF
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.Slides for Java documentation that may guide users briefly how to use Aspose.Slides for performing different tasks like the followings.
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 users can create, access, copy, clone, edit and delete slides in their 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

Sunday, November 12, 2017

Algorithm Enhancement for Relative Elements Processing & Better ePUB to PDF Conversion using Java

What’s new in this release?

Aspose team is pleased to announce the new release of Aspose.Slides for Reporting Services 17.10.0. Since the first release of Aspose.Html for Java, the product team has been working hard to introduce more exiting features and improvements, so that Aspose customers can take full benefit of our API. Since it is a native API for HTML files creation and manipulation in Java platform, so majority of the improvements are around manipulation of HTML file at elements level and the rendering of HTML files to supportive output formats. Apart from HTML files manipulation, Aspose.Html for Java supports the feature to read ePUB documents, where users can get the option to render output in HTML or even in PDF format. During the testing, Aspose has observed some scenarios where ePUB to PDF conversion introduced some problems related to Links present inside the document. However in recent release versions, Aspose team has made improvements regarding ePUB to PDF conversion in all such scenarios. Furthermore, there have been some complex files where HTML to PDF conversion encountered formatting issues but the team has really worked hard to cater all such complex scenarios and related issues are resolved. Besides the Bug fixes, It has also made an enhancement in API where the algorithm to create formatting context is enhanced to process relative elements and now the new behavior of API is adjusted according to W3C specification. The above mentioned improvements and enhancements are few to be mentioned but internally, It has been working on improving the API to make it robust enough to deal with majority of HTML formats. Please keep using our API and share your valuable feedback which is very much essential in improving Aspose's APIs as it helps us to align objectives as per user’s expectations.

Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.Html for Java documentation that may guide users briefly how to use Aspose.Html for performing different tasks like the followings.
Overview: Aspose.Html for Java

Aspose.Html for Java is an advanced HTML manipulation API that enables developers to perform a wide range of HTML manipulation tasks directly within Java applications. This API offers the capabilities to create as well as manipulate HTML files within users Java applications. It also provides the features to iterate through HTML elements, Nodes, extract CSS information, edit or remove HTML nodes, configure a document sandbox which affects the processing of CSS styles, rendering of HTML to PDF, XPS or raster image formats and much more.

More about Aspose.Html for Java

Thursday, November 9, 2017

Databar Coded Barcode Generation & Enhanced Barcode Detection from BMP Images using Java

What’s new in this release?

Aspose team is pleased to announce the new version of Aspose.BarCode for Java 17.10.0.  This release includes enhanced DatabarLimited and DatabarExpandedStacked coded barcode generation process. Furthermore overall performance of the API has also been improved in this release. DatabarLimited barcode generation process has been improved. The functionality has been improved in such a way that it now allows only (01) AI and 0 or 1 symbol in main data. Generation process of DatabarExpandedStacked has been improved. Aspose.BarCode generator now process the the last row as special case. Pharmacode barcode recognition process has been enhanced. It is now working with property Aspose.BarCode.Recognition.AllSupportedTypes. Whereas generation process now calculates correct bar height. Barcode recognition process have been improved to detect barcodes from BMP format image.  MacroPdf417 barcode recognition process has been improved..  Below is the list of main improved features and bug fixes added in this release.
  • Generates incorrect barcode for DatabarLimited
  • Generation DatabarExpandedStacked isn't correct
  • Can't recognize Pharmacode with AllSupportedTypes
  • Can't recognize second barcode (DatabarExpandedStacked)
  • Aspose.Barcodes 17.06 BarCodeReader does not recognize a barcode types on .gif image format
  • Aspose.BarCode is unable to detect barcode in BMP format image whereas the same is working if in JPEG format image
  • Generates incorrect barcode for UPCE
  • Incorrect default height of Pharmacode
  • Incorrect recognition type for MacroPdf417 barcode
 Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.BarCode for Java documentation that may guide users briefly how to use Aspose.BarCode for performing different tasks like the followings.
Overview: Aspose.BarCode for Java

Aspose.BarCode is a Java based visual component for generation & recognition of 1D & 2D barcodes to support Java, web applications and J2ME platform. It supports 29+ barcode symbologies like MSI, QR, OneCode, Australia Post, Aztec, Code128, Code11, EAN128, Codabar, Postnet, USPS and also supports image output in GIF, PNG, BMP & JPG formats. Other features include barcode size & color settings, rotation angle & caption. You can render barcodes to images, printers, HTTP servlet response & graphical objects too.

More about Aspose.BarCode for Java

Wednesday, November 8, 2017

Setting Output JPEG Image Quality While Exporting Project Data inside .NET Apps

What’s new in this release?

Aspose team is pleased to announce the new release of Aspose.Tasks for .NET 17.11.0. This month’s release includes a new feature of setting output image quality while exporting project data to JPEG. Other than the new feature and enhancement, it also includes several improvements in terms of bug fixes that further add to the stability of the API. For a detailed note on what is new and fixed, please visit the release notes section of API documentation. This month’s release includes a new feature setting output JPEG image quality while exporting project data. This is achieved using the JpegQuality property of ImageSaveOptions class as shown in the code sample on blog announcement page. There are some other important improvements part of this release, such as Issues with recalculation method of the API for manually scheduled tasks, problems with actual duration and finish dates of MPP and XML project data files, Missing time span from split parts collection, Rendering of sub-tasks while converting MPX to PDF1b, Calculation issue with percent complete in MPP as compared to XML output, Exceptions while loading certain project files and Errors raised by Microsoft Project 2010 with MPP files generated using Aspose.Tasks API. This release includes plenty of new features as listed below
  • Add option to set image quality when saving as JPEG
  • Enum GanttBarFillPattern should have value 11 corresponding to fill pattern in MSP 2016
  • Recalculate() is updating manually scheduled tasks
  • Wrong finish date calculated for ElapsedDay type duration
  • Prevent recalculation of manually scheduled tasks
  • Wrong Actual Duration in MPP file
  • SplitParts collection misses time span
  • Sub-tasks not rendered while converting MPX to PdfA1b
  • Wrong Finish date in XML file
  • Wrong Percent complete in MPP as compared to XML output
  • Loading project raises ProjectReadingException
  • TaskReadingException while reading the MPP file
  • MSP 2010 raises error while updating and saving MPP created by Aspose.Tasks
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 users briefly how to use Aspose.Tasks for performing different tasks like the followings.
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

Tuesday, November 7, 2017

Add EMZ Images inside Presentation, Enhanced Tables & Images Rendering in SQL Server Reports

What's New in this Release?

Aspose team is pleased to announce the long awaited release of Aspose.Slides for Reporting Services 17.10.0. This release has been developed based on Aspose.Slides for .NET 17.10 Aspose.Slides for .NET 17.10 has some new features including support for adding EMZ images inside presentation along with sub-script and super-script text in presentation. We have also resolved issues related to tables rendering as well in this API. The presentation rendering support has also been improved for text, images and different chart elements. The improved rendering support in Aspose.Slides for .NET will achieve better rendering of SQL Server reports when exporting to PowerPoint or other formats using Aspose.Slides for Reporting Services. This release includes plenty of new and improved features as listed below
  • Support for adding EMZ (Compressed EMF) image to Images collection
  • Support for adding Superscript and Subscript text in text frame      
  • Actual Chart plot area height is not correct when reading
  • The font has changed in the cloned presentation
  • Presentation with chart can't be open with Aspose.Slides
  • Image is rendered outside table cells in exported presentation         
  • The chart has improperly rendered to an image
  • Image gets changed on saving presentation
  • The chart horizontal axis label is corrupted
  • The text in the table cell is corrupted after PNG rendering
  • Wrong output when converting specific PPTX to TIFF
  • Wrong font is used for rendering of numbers in PDF
  • Presentation repair message on converting PPT to PPTX
Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.Slides for Reporting Services documentation that may guide users briefly how to use Aspose.Slides for performing different tasks like the followings.
Overview: Aspose.Slides for Reporting Services

Aspose.Slides for Reporting Services (SSRS) is a rendering extension for Microsoft SQL Server 2000, 2005 & 2008 Reporting Services (32-bit and 64-bit) to generate reports in Microsoft PowerPoint PPT, PPS, PPTX and PPSX formats. All RDL report features including tables, matrices, charts, images, sub reports, groups and lists are converted with the highest degree of precision to PowerPoint presentations or slide shows. It creates presentations on the server without utilizing Microsoft PowerPoint.

More about Aspose.Slides for Reporting Services

Monday, November 6, 2017

Convert Visio Drawing to Image with PDF Export Area Option & Exporting VSDX to HTML using .NET

What’s new in this release?

Aspose team is pleased to announce the new release of Aspose.Diagram for .NET 17.10.0. The new version of the API adds a feature to export the Visio drawing to image format in the same way as the API converts a Visio drawing to PDF. The recent version covers a feature, enhancement and regular bug fixes. Aspose team recommend clients to incorporate the latest upgrade of Aspose.Diagram API to take benefit of improved functionality and bug fixes. Aspose.Diagram API has support of converting Visio drawing to an image. With the recent version 17.10, developers can convert a drawing to image with the same conversion area as Microsoft Visio application converts a drawing to PDF. In order to achieve this, we have added SameAsPdfConversionArea member in the ImageSaveOptions class. SameAsPdfConversionArea member is added to the ImageSaveOptions class. It helps to specify whether to save area in the same way as the PDF.  Here is the list of important enhancements and bugs fixes in the new version.
  • Add support of converting a drawing to image same the area as a PDF
  • Accessing embedded files
  • The formulas are lost under the controls tab of Shapesheet on saving in VSDX
  • Preserve default settings under the control tab on placing a Trapezoid shape
  • VSDX to PDF - the text items are misplaced
  • VSDX to HTML - the text items are misplaced
  • Open and save routine of VSDX - missing date and edit date attributes of annotations
  • A null pointer error occurred on loading VSDX drawing
  • Error in element author list after loading a VSDX
  • VSDX to VDX - the incorrect text font of the shape
  • Open and save routine of VSDX - Tabs section turns into a self-closed tag
  • VSD to PNG - incorrect layout of the shapes
  • VSD drawing import - an error in the element Master
  • VSD to PNG - an overflow error occurred   
  • VSD to PDF - misplaced text items at the bottom
  • VSDX to VSDX - additional text items are added
  • Open and save routine of a VSDX drawing is missing an Asian text font
  Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.Diagram for .NET documentation that may guide users briefly how to use Aspose.Diagram for performing different tasks like the followings.
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

Sunday, November 5, 2017

Read/Write External Connection of XLSB File & Set Values Format Code of Chart Series using Java

What’s new in this release?

Aspose team is pleased to announce the new release of Aspose.Cells for Java 17.10.0. This release includes many new features and enhancements along with some critical bug fixes that further improve the overall stability of the APIs. Aspose.Cells already supports read and write external connection of xlsx file but now, it also supports this feature for xlsb file. However, the code is same for both types of format. When cell contains text or string but it is larger than the width of the cell, then the string overflows if the next cell in next column is null or empty. When users save an Excel file into HTML, users can control this overflow by specifying the cross type using the HtmlCrossType enumeration. Aspose.Cells provides a mechanism to interrupt or cancel the formula calculation of workbook using the AbstractCalculationMonitor.interrupt() method. This is useful when formula calculation of workbook is taking too much time and users want to cancel its processing. The Documentation article is available which explains how to Interrupt or Cancel the Formula Calculation of Workbook. Developers can set the values format code of chart series using the Series.ValuesFormatCode property. This property is not only useful for the series which are based on the range inside the worksheet but also works well for the series created with array of values. Sheet.SheetId property is found inside the DocumentFormat.OpenXml.Spreadsheet namespace and is part of OpenXml. You can see this property and its value inside workbook.xml. Aspose.Cells provides the equivalent property as Worksheet.TabId.Below are some important new features, enhancement and bug fixes part of this release.
  • Cancel long-running calculation of Workbook.calculateFormula method
  • Get SheetId field of MS Excel worksheet
  • Good HTML needed for the attached HTML
  • Position of long-hyphens is not same as Microsoft Excel
  • Arrows points are not clear in the output Pdf
  • Text gets truncated in the output HTML
  • Border color does not match like MS Excel in output HTML
  • Background color does not match like Ms Excel in output HTML
  • callback IFilePathProvider is never called and then the HTML file has 'null' in the path
  • Value axis labels are missing when converting Excel to PDF
  • Text overlap Issue after rendering worksheet to image
  • Cancellation and out of memory issue because of large data range of chart
  • Output chart is not like original chart in the output HTML
  • The chart area, labels, legends, etc. is rendered incorrectly in the output PDF and PNG
  • Chart area is not rendered correctly in the PDF and PNG outputs of MS Excel chart
  • Chart's legend sequence has changed while rendering spreadsheet to PDF format
  • Colors and style of the chart are lost
Other most recent bug fixes are also included in this release

Newly added documentation pages and articles

Some new tips and articles have now been added into Aspose.Cells for Java documentation that may guide users briefly how to use Aspose.Cells for performing different tasks like the followings.
Overview: Aspose.Cells for Java

Aspose.Cells is a Java component for spreadsheet reporting without using Microsoft Excel. Other features include creating spreadsheets, opening encrypted excel files, macros, VBA, unicode, formula settings, pivot tables, importing data from JDBC ResultSet and support of CSV, SpreadsheetML, PDF, ODS and all file formats from Excel 97 to Excel 2007. It is compatible with Windows, Linux & Unix and supports all advanced features of data management, formatting, worksheet, charting and graphics

More about Aspose.Cells for Java

Thursday, November 2, 2017

Aspose.Newsletter November 2017: Complex Word Documents Processing inside MAC Apps & Other News

Aspose Newsletter for October 2017 has now been published that highlights all the newly supported features offered in the recent releases. it includes information about creating and manipulating most Complex HTML documents directly from within any type of Java applications, native Xamarin iOS APIs for manipulating word document formats,  emails processing within Mac applications developed using Xamarin Framework, apply conditional formatting to Excel files on Cloud, How to: Control Image Quality while Exporting a Visio Drawing to SVG format & many more.
Native Xamarin iOS APIs for Manipulating Word Document Formats

Aspose.Words for iOS via Xamarin is released now..!!! It is an advanced Word document processing API to create, modify, convert and render Word documents directly within your native iOS applications. It supports DOC, OOXML, RTF, HTML, OpenDocument, PDF, XPS, EPUB and other document formats. Read more details here. Download Free Trial

Emails Processing within Mac Applications Developed using Xamarin Framework

Aspose.Email for MAC via Xamarin is launched now..!! It enables application developers to create, manipulate or convert most commonly used email message formats (MSG, EML, EMLX, MHT) within the native Mac applications, without worrying about the complexities of the underlying format implementation. Read more details here

Apply Conditional Formatting to Excel Files on Cloud

Aspose.Cells for Cloud is a platform independent REST API that allows developers to process Excel files on Cloud. Developers can add and manipulate conditional formatting to a cell or range of cells at runtime and have that formatting change depending on the value of the cell or the value of a formula. Read more details here

How to: Control Image Quality while Exporting a Visio Drawing to SVG format in .NET and Java Applications?

Aspose.Diagram API now supports exporting Visio drawings to SVG format. We have added a Quality member to SVGSaveOptions class that defines SVG export settings to allows developers to control SVG image quality. Try out fully functional .NET code examples here

How to: Add Digital Signatures to an Excel Workbook in .NET?

Aspose.Cells for .NET provides Workbook.AddDigitalSignature (DigitalSignatureCollection) method that lets you to add digital signature to an already signed Excel file. Try out fully functional .NET code examples here.

How to: Convert PDF to PPTX, Image and PDF/A in .NET?

Aspose.PDF for .NET 17.9 improves conversion of PDF files to PPTX, Images and PDF/A. The API renders text data as image in resultant PPTX while renders individual image(s) separately; instead of merging them as single image in resultant file. Try out fully functional .NET code examples here

How to: Convert and Split Word Documents to HtmlFixed Format in Cloud?

Aspose.Words for Cloud 17.8 allows converting supported file formats to HtmlFixed format, HTML format using absolutely positioned elements. You can use HtmlFixed parameter for the purpose while converting or splitting the documents in /convert and /split methods. Read more details here

How to: Render 3D Scene in Panorama Mode with depth in .NET?

Using Aspose.3D for .NET API – developers can render 3D scenes in Panorama mode with depth and also enhanced the way of binding animation curve. The BindCurve member of the CurveMapping class allows to create the curve on the component of the animation property. Try out fully functional .NET code examples here

Programmatically Embed Fonts and Swap Chat Data in PowerPoint Presentations

Aspose.Slides makes it possible for .NET, Cloud, SharePoint and JasperReports developers to manage embedded fonts and swapping of chart data within presentations. EmbedFontCharacters enum and two overloads of AddEmbeddedFont method have been added in this API to embed all fonts used in the presentation.

Updates about new Product Releases
  1. Aspose.Total for .NET a compilation of our latest .NET products.
  2. Aspose.Total for Java – a compilation of our latest Java products.
  3. Aspose.Total for Cloud – RTF compression implemented, and other enhancements.
  4. Aspose.Total for Android – all the latest versions of our Android APIs.
  5. Aspose.Total for SharePoint – a compilation of our latest SharePoint products.
  6. Aspose.Total for Reporting Services– a compilation of our latest Reporting Services products
  7. Aspose.Words for .NET, Java and Android – Update fields with dirty attribute when opening a Word document.
  8. Aspose.Pdf for .NET 17.8 – Stable PDF to PDF/A, HTML or Raster Image conversion.
  9. Aspose.Words for SharePoint 17.8 – Optimized Word to PDF and fonts rendering.
  10. Aspose.Email for .NET, Java, Android and iOS via Xamarin 17.9 – PST files generated by APIs have improved file size now.
  11. Aspose.Pdf for Java 17.8 – Improved Form flattening and EPUB to PDF conversion.
  12. Aspose.Words for Android via Xamarin – Significant size reduction while rendering Word document to PDF with repeating images in headers and footers.
  13. Aspose.BarCode for Java 17.8 – Generate postal barcodes with specific height.
  14. Aspose.BarCode for .NET and SSRS 17.8 – Improved postal barcode generation with specified height.
  15. Aspose.Tasks for .NET 17.8 – Supports reading and writing rate scale data for MSP 2013 and above MPP file formats.
  16. Aspose.Note for .NET 17.8 – Improved OneNote documents processing (page count functionality and page history accessibility).
Supporting User Groups and Conferences

Aspose is sponsoring a number of user groups and upcoming events, including
  • October 11 – 12: JAX Londin 2017 – London, UK
  • October 11 – 13: ITpro EXPO 2017 – Tokyo, Japan
  • October 12 – 13: Codemotion Berlin 2017 – Berlin, Germany
  • October 16 – 19: Visual Studio LIVE! Anaheim – Anaheim – CA, USA
  • October 19 – 20: DotNet Developer Days Poland 2017 – Warsaw, Poland
  • October 19 – 20: DevFest Nantes France – Nantes, France
  • October 23 – 27: .NET UY Conf 2017 – Montevideo, Uruguay
  • October 25 – 26: DevOpsDays Singapore – Singapore
Sponsor a user group? Get in contact: user.groups@aspose.com
 
Collect your copy of Aspose Newsletter, August 2017 edition

Collect the English version of this newsletter

Wednesday, November 1, 2017

Barcode Image Rotation & Barcode Detection from PDF Files are Enhanced using .NET

What's New in this Release?

The latest version of Aspose.BarCode for .NET 17.10.0 has been released. This is primarily a maintenance release whereby Aspose team has resolved certain issues incurring in API. In this release some design decisions have been made. Aspose.BarCode for WPF has been merged in main Aspose.BarCode for .NET. Furthermore Class Aspose.BarCode.WPF.BarCodeElement has also been added to Aspose.BarCode for .NET.  This release also fixes exceptions that were reported by Aspose valued customers. DatabarStacked barcode generation process has been improved. The functionality has been improved in such a way that it now produce correct text in the barcode image. Whereas recognition process now returns correct output. DatabarExpandedStacked barcode recognition process has been enhanced. It is now producing correct output as a result of barcode recognition process. Rotation settings were not working properly in case when a barcode is generated and saved as an EMF image. The issue has been fixed. Now BarCodeBuilder.Rotate method is working properly and produce correct rotated barcode image. Barcode recognition process have been improved to detect barcodes from PDF files. Process to generation and recognition DatabarLimited barcode has been improved. Below is the list of new and improved features supported in this version.
  • Merge Aspose.BarCode for WPF with main .NET 3.0 - 4.5 versions
  • Remove Obsolete public API
  • Incorrect text in picture for DatabarStacked
  • Recognition result isn't correct for DatabarExpandedStacked
  • Unable to recognize DatabarStacked barcode
  • Rotation doesn't affected to EMF export
  • Index was out of range exception when try to recognize barcode from PDF
  • Incorrect DatabarLimited generation/recognition
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.

More about Aspose.Report for .NET