Quantcast
Channel: CodeProject Latest postings for Press Releases
Viewing all 1163 articles
Browse latest View live

PDF Text Extraction Based on Columns & Set Header/Footer for Whole PDF

$
0
0

What's New in this Release?

We are pleased to announce the release of Aspose.Pdf for .NET 9.9.0. It provides some great new features and empowers the developers to manipulate PDF documents with more ease. In case we have a PDF document with more than one columns (multi-column) PDF document and we need to extract the page contents while honoring the same layout, then Aspose.Pdf for .NET is the right choice to accomplish this requirement. One approach is to reduce font size of contents inside PDF document and then perform text extraction. In this new release, we also have introduced several improvements in TextAbsorber and in internal text formatting mechanism. So now during the text extraction using ‘Pure’ mode, you may specify ScaleFactor option and it can be another approach to extract text from multi-column PDF document besides above stated approach. This scale factor may be set to adjust grid which is used for the internal text formatting mechanism during text extraction. Specifying the ScaleFactor values between 1 and 0.1 (including 0.1) has the same effect as font reducing. Specifying the ScaleFactor values between 0.1 and -0.1 is treated as zero value, but it makes algorithm to calculate scale factor needed during extracting text automatically. The calculation is based on average glyph width of most popular font on the page, but we cannot guarantee that in extracted text no string of column is reaches the start of next column. Please note that if ScaleFactor value is not specified, the default value of 1.0 will be used. It means no scaling will be carried out. If specified ScaleFactor value is more than 10 or less than -0.1, the default value of 1.0 will be used. Please note that there is no direct correspondence between new ScaleFactor and old coefficient of manually font reducing. However by default algorithm takes into account value of font size that have already reduced due to some internal reasons. For example reducing font size from 10 to 7 has the same effect as setting scale factor to 5/8 (= 0.625). Different type of compression can be applied over images to reduce their size. The type of compression being applied over image depends upon the ColorSpace of source image i.e. if image is Color (RGB), then apply JPEG2000 compression, and if it is Black & White, then JBIG2/JBIG2000 compression should be applied. Therefore identifying each image type and using an appropriate type of compression will create best/optimized output. The following code snippet can be used to identify if the images inside PDF file are Colored or Black & White. Header and Footer are very important element inside PDF document. They are used to show some important information related to PDF document i.e. Document Tile, company logo, Confidential Notice, page count etc. When creating PDF document, we can add Header/Footer element for each page. However in order to have optimized performance, another approach is to first create PDF document with all required elements, create Header/Footer instance, iterate through all PDF pages and add the newly created Header/Footer object to each page of document. The following code snippet shows the steps to create Table object, add sample information inside table, create Header/Footer object, add table to paragraphs collection of Footer object and then set Footer object as footer for each page of document. The page borders are path drawing operations. Therefore the Pdf->Html processing logic just performs drawing instructions and places the background behind the text. So, to repeat the logic, you has to process contents operators manually and draw the graphics yourself. Also please note that following code snippet might not work accurately for various PDF files but if you encounter any issue, please feel free to contact. The Document class has OptimizeResources(..) which takes Document.OptimizationOptions object to optimize the size of input document. The Document class also has a property named OptimizeSize which Gets or sets optimization flag. When pages are added to document, equal resource streams in resultant file are merged into one PDF object if this flag set. This allows to decrease resultant file size but may cause slower execution and larger memory requirements. The default value is false. When this option is turned off, newly added pages are scanned and if duplicate resources are found, they are “merged” with existing resources (provided they are same). However recently we have observed that this works with stream objects only (i.e. contents of the pictures or font files). Therefore we started to investigate the possibility of optimization for dictionary objects which will allow to use shared font dictionaries. Some customer have recently reported that they experienced serious size expansion issues. Therefore in this new release, the Optimization is improved in order to merge streams and dictionaries of the resources (fonts, images etc). Nevertheless, OptimizationOptions.AllowPageReuse property is added to enable/disable pages merging. We investigated the enhancement requested earlier to set printer driver settings and as per our observations, the printer driver settings are very specific to particular printer. The .Net Framework provides extra printing features in WPF (Presentation Foundation), but Aspose.Pdf.dll cannot use it and I am afraid we do not have any plans to introduce its dependency in a short time period. As well as the enhancements and features discussed above, there have been numerous fixes related to HTML to PDF conversion, PDF to Excel conversion, XPS to PDF conversion, PDF to TIFF conversion, conversion of PDF to PDF/A compliant documents, text replacement, rendering PDF files to XPS, creating TOCs in PDF files, and printing PDFs with embedded fonts. The list of important new and improved features are given below

  • Extract text based on columns
  • Identify if image in PDF is Colored or Black & White
  • Extract RawFormat from XImages from PDFDocument.Pages.Resources.Images
  • Setting Header/Footer once for new PDF document
  • Integrate Imaging into Aspose.Pdf
  • Extract table borders as image
  • Improve on-fly resources optimization
  • How to set printer driver setting
  • XSL-FO to PDF - Font Name issue
  • When trying to concatenate PDF files, the application hangs
  • PDF to Image - Arrow of line Annotation is missing in resultant file
  • PDF to HTML - Transparent text loses its transparency after conversion
  • PDF to HTML: Incorrect output HTML-missing images
  • Border appearance changes with zoom factor
  • Text replace changes font face to Times New Roman
  • TextFragmentAbrober issue: Font of text is changed in output PDF file.
  • PDF Table cells rowspan not working, when page breaks
  • Incorrect text generated
  • Merging the pages of same PDF increases the resultant file size
  • Old generator does not throws IOException on a locked file
  • TextFragmentAbsorber getting incorrect position of text position and occurrences
  • TextFragmentAbsorber behaving abnormally
  • PDF to PNG: output image is too small
  • OptimizeResources(..) method is not reducing file size
  • Issue while adding Text to an existing PDF document
  • PDF to HTML - Hyperlink is removed in resultant file
  • Image object is returning inorrect resolution value
  • When adding Image to table cell and setting Image height, application hangs
  • PDF to HTML conversion throws OutOfMemoryException
  • Text is printing with thicker lines
  • Tables appearance issue
  • Added footer overflowing the document
  • PDF to JPEG - page contents are distorted
  • TimeZone is removed from ModifyDate field
  • OptimizeResources() method makes PDF unreadable
  • PDF to TIFF - Euro sign mangled in output file
  • PDF to JPEG - Characters are incomplete on resultant image
  • Filling form with AutoFiller loses the javascript
  • Image count issue
  • Error when Image field is flattened
  • PDF to PDFA: compliance failure
  • TOC expanding beyond one page resultants in incorrect hyperlinks
  • Checkbox field types don't always get checked in PDF
  • Problem concatenating PDF files using PdfFileEditor
  • PDF to JPEG: White rectangle instead of image's part
  • Text replace increases space between letters
  • TextFragmentAbsorber behaving abnormally
  • PDF to XLS: Two columns merged into a single column

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

Newly added documentation pages and articles

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

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

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


WSO2 Customer MyWebGrocer Uses APIs to Connect Consumers + Grocers

$
0
0
New case study explores how MWG used pre-integrated WSO2 API Manager and WSO2 BAM to manage the APIs driving its customized ads
 
Mountain View, CA – January 5, 2015– WSO2 today announced that MyWebGrocer (MWG), a leading provider of digital marketing and e-commerce solutions to the grocery and consumer packaged goods industries, has revamped its digital display advertising system with WSO2. A new case study examines how MWG relies on the 100% open source WSO2 API Manager and WSO2 Business Activity Monitor (WSO2 BAM) to tailor digital ads for consumers while maintaining high availability and responsiveness even during peak periods. The full case study can be downloaded at http://wso2.com/casestudies/mywebgrocer-brings-consumers-and-grocers-together-with-api-driven-personalized-ads-based-on-wso2-software.
 
MyWebGrocer offers an online shopping platform used by top grocery retailers, with more than 10,000 retail locations in the US, and plans for expansion into Asia Pacific and Europe. MWG delivers both HTML dynamic media ads and Adobe Flash-based rich media ads on its ad network and on public websites that participate in other online networks, such as Google DoubleClick.
 
Building an API Management Platform with WSO2 Software
MWG connects online consumers with local grocers. With each online ad, an API is called to retrieve customized user data in order to show products that might interest the individual consumer. The case study from WSO2 investigates the technology and market demands MyWebGrocer faces and how the company has addressed them by implementing WSO2’s pre-integrated WSO2 API Manager and WSO2 BAM products. It also examines how:
• The use of caching for geolocation and store information enables WSO2 API Manager to respond in just 8 milliseconds in recent advertising campaigns—meeting consumers’ demand for immediate access.
• WSO2 BAM enables MWG to better understand its traffic patterns, including peak loads and bottlenecks, in order to tune the system, optimize its server infrastructure, and produce metrics for reporting.
• MWG maintains high availability through load balancing, circular replication of its MySQL Server databases, and regular automated testing of API management performance.
 
“WSO2 API Manager and WSO2 BAM’s distributed design was very attractive, both capable and adaptable to our existing system, but what was really essential to us was the integration between WSO2 API Manager and WSO2 BAM,” said Chuck Megivern, MWG senior software engineer. “WSO2 has truly helped us become a ‘connected enterprise,’ bringing everything and everyone in our system together, and we are thrilled to continue advancing this system to support our company’s growth.”
 
“MyWebGrocer is a model for today’s API-driven economy, using managed APIs to
understand the needs of consumers and connect them with the grocers and brands that best meet those needs,” said Dr. Sanjiva Weerawarana, WSO2 founder and CEO. “We are excited by MWG’s success in implementing WSO2 API Manager and WSO2 BAM to help deliver highly customized ads and achieve the immediate responsiveness that consumers demand. It reflects the strength of our modular, open source approach to enabling enterprise systems for today’s connected world.”
 
About MyWebGrocer
MyWebGrocer drives digital connections between consumers, grocery retailers, and
Consumer Packaged Goods brands, offering a breadth of shopper marketing services
supported by a comprehensive technology platform. MWG manages digital solutions for more than 180 retailers nationally, representing more than 10,000 stores, and 500+ major consumer packaged goods brands. For more information, visit http://mywebgrocer.com.
 
About WSO2
WSO2 delivers on the promise of the connected business with the only completely integrated enterprise platform that enables businesses to build, integrate and manage their APIs, applications, and Web services on-premises, in the cloud, and on mobile devices. Leading enterprise customers worldwide rely on WSO2’s award-winning 100% open source platform and its robust governance and DevOps functionality for their mission-critical applications. Today, these businesses represent nearly every sector: health, financial, retail, logistics, manufacturing, travel, technology, telecom and more. Visit http://wso2.com to learn more, or check out the WSO2 community on the WSO2 Blog, Twitter, LinkedIn, and Facebook.
 
Trademarks and registered trademarks are the properties of their respective owners.

MadCap Software Announces Acquisition of Doc-To-Help from GrapeCity

$
0
0
Doc-To-Help Microsoft Word-based Multi-Channel Authoring Tool Joins MadCap Software Award-Winning XML-based Suite for Content Creation, Translation, and Multi-Channel Publishing to Serve More Authors
 
La Jolla, CA – January 7, 2015 – MadCap Software, the leader in multi-channel content authoring and a showcase company for Microsoft (NASDAQ: MSFT) Visual Studio and Microsoft XPS, today announced the acquisition of Doc-To-Help from GrapeCity.
 
Doc-To-Help, which comes from the ComponentOne Division of GrapeCity, is the market’s leading Microsoft Word-based authoring tool for multi-channel publishing. It represents a strategic complement to the award-winning MadCap Suite of XML tools for creating, analyzing, translating, and publishing multimedia content across multiple channels. Together, the offerings enable MadCap to provide the industry a full spectrum of content authoring solutions, regardless of the user’s skillset, industry or requirements. Additionally, Doc-To-Help customers now will be able to take advantage of the best-in-class support delivered by MadCap’s US-based team of technical communications experts.
 
Under terms of the agreement, MadCap Software now owns all Doc-To-Help assets, including the Doc-To-Help product, related intellectual property, and customer contracts. As a strategic addition to the company, Doc-To-Help is moving to the MadCap Software headquarters in La Jolla, CA.
 
In conjunction with the acquisition, MadCap also announced today a new release of the Doc-To-Help product, which adds an Office 2013 ribbon interface look and feel, a new “Theme” wizard, a number of bug fixes, and inclusion of MadCap licensing and trial behavior.
 
“In the wake of our continued rapid growth and gains in market share, bringing on Doc-To-Help enables us to offer an innovative Word–based authoring solution that complements our existing offerings and allows us to reach a new community of users,” said Anthony Olivier, MadCap Software founder and CEO. “We are excited to have Doc-To-Help customers join the MadCap family and extend to them our passion for providing first-class software and support.”
 
“As a rapidly emerging leader in the market, MadCap has earned a reputation for delivering innovative, high quality products that complement Doc-To-Help, supported by a team of technical communications experts,” said John Ayers, general manager of developer tools, GrapeCity USA. “We are confident our customers are in the hands of industry experts who truly care about the community and will continue a path of product innovation and world-class support.”
 
Solutions for a Spectrum of Content Professionals
With the addition of Doc-To-Help, MadCap extends its product family to address a broader spectrum of content professionals seeking multi-channel solutions for print, the Web, desktops, and mobile devices.
 
Doc-To-Help, the leading Microsoft Word-based authoring solution, is ideal for users who prefer to create content in Word, have a more book- or chapter-like approach to content development, and need to publish their content to multiple outputs.
 
MadCap Flare is the industry’s leading native-XML multi-channel technical authoring software. It provides a powerful, feature-rich, built-in patented XML-based editor for topic-based authoring. This functionality supports the demands of technical communication professionals who may have larger document sets and require more advanced features and functionality for supporting maximum content re-use, content management, advanced print, and enhanced customization using Cascading Style Sheets, among others.
 
MadCap Flare also is seamlessly integrated with several other MadCap products to support additional functionality. These include MadCap Lingo for facilitating and streamlining the translation process; MadCap Contributor for editing, reviewing and contributing to Flare content; MadCap Analyzer for analyzing and optimizing Flare-based content; MadCap Capture for image capture and graphics editing; MadCap Mimic for publishing software simulation movies, video and audio; and MadCap Pulse for socially-enabled online content.
 
About GrapeCity and the ComponentOne Division
Founded in 1980, GrapeCity is an award-winning Microsoft Gold Certified Partner, a premier Visual Studio Industry Partner, and one of the world's largest providers of developer components. The company has more than 850 employees and hundreds of thousands of customers worldwide. For close to 30 years, GrapeCity has provided enterprises around the world with state-of-the-art developer tools and components, software services and solutions.
 
ComponentOne, a division of GrapeCity*, is located in Pittsburgh, Pennsylvania, where it serves as the headquarters of GrapeCity's Developer Tools business. A leader in the Microsoft Visual Studio component industry and a Gold partner of Microsoft. ComponentOne focuses on providing its customers with innovative components, controls, tools, and solutions. For more company information, visit the ComponentOne division website at http://www.componentone.com.
 
About MadCap Software
MadCap Software, Inc. is a trusted resource for the thousands of companies around the globe that rely on its solutions for multi-channel authoring and publishing, multimedia, and translation management of their professional documentation. Whether delivering technical, medical, marketing, business, or human resources content, MadCap’s products are used to create corporate intranets, Help systems, policy and procedure manuals, knowledge bases, instruction manuals, user guides, and more to any format, including high-end print, online, desktop, mobile or responsive HTML5. MadCap services include product training, consulting services, translation and localization, and an advanced developer certification program. Headquartered in La Jolla, California, MadCap Software is home to some of the most experienced software architects and product experts in the content development industry. Learn more about MadCap Software at www.madcapsoftware.com.
 
MadCap Software, the MadCap Software logo, MadPak, MadCap Flare, MadCap Mimic, MadCap Capture, MadCap Lingo, MadCap Analyzer, MadCap Contributor, MadPak Pulse, and Doc-To-Help are trademarks or registered trademarks of MadCap Software, Inc., in the United States and/or other countries. Other marks are the properties of their respective owners.

Revamped & Improved Version of Aspose.Tasks for .NET 8.0.0 is Now Available

$
0
0

What’s new in this release?

We are happy to announce the release of revamped version of Aspose.Tasks for .NET 8.0.0. The new API provides all the functionality supported by the legacy API and facilitates the users for ease of use. The legacy API of Aspose.Tasks for .NET has been in the field for quite a long time and provides a rich set of project documents manipulating functionality. However, the API still has certain areas where further improvements could be made. For example, generalized set and get methods could be provided for properties related to project data such as Tasks, Resources, Resource Assignments, Tasks links, and others. These, along with some others, made the basis for rewriting the API that could further facilitate towards the ease of API usage. The revamped API of Aspose.Tasks provides the following improvements as compared to the old API. We have reworked the API architecture in terms of setting certain properties that gives more independence to users, enabling them to focus on their application logic only. This gives user more freedom in working with the API where there is no need to take care of calling recalculating methods manually. Calculations included in Microsoft Project are dependent on a number of factors from the data. In legacy API, calculations were performed at the end that sometimes resulted in the wrong outputs. This has been catered for now by introducing Set and Get methods for project data collections such as Project, Task, Resource, and ResourceAssignments. Now, properties related to any of these collections can only be manipulated through the new methods, resulting in more control over the API functionality.The new API introduces static classes for grouping properties related to Project, Tasks, Resources and Resource Assignments. These are Prj,Tsk,Rsc, Asn. These can be used in combination with the Get/Set methods for achieving desired settings.The new API provides manual as well as automatic recalculation modes similar to Microsoft Project (MSP). Manual mode calculates only the necessary fields whereas automatic mode recalculates everything.  This eliminates the need of calling recalculating methods manually and improves the API usage.

What will happen to my Applications built on Legacy API? Your concerns are right. Since, the new API is totally revamped and is completely different from the old API, the old codes won’t work in almost all the cases. However, we will keep publishing the legacy as well as the revamped versions in parallel for three consecutive months. We’ll address the bug reports in the legacy API for these versions. However, new feature requests and enhancements will be incorporated in the new API only.
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.

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

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

IncrediBuild Accelerates Mobile & Cross-Platform Development for Developers Using Microsoft Visual Studio 2015 Preview

$
0
0
Tel Aviv, Israel – January 7, 2015 – IncrediBuild, the leading solution provider of software development and continuous delivery acceleration technology, today announces the availability of IncrediBuild 6.0, which fully supports Microsoft Visual Studio 2015 Preview.

Visual Studio 2015 is Microsoft’s newest version of Visual Studio, supporting cross-platform mobile development, web and cloud development, and offering IDE productivity enhancements.

“This release is only a taste of what is planned in 2015 to accelerate multi- and cross-platform development,” said Eyal Maor, CEO of IncrediBuild. “With the combination of IncrediBuild and Visual Studio 2015, continuous interoperability is possible across multiplatform development for Windows desktops and Windows and Android tablets and mobile devices.”

IncrediBuild allows builds to execute in parallel over the entire network and in the cloud, substantially increasing performance, speeding build time, and improving developer productivity. IncrediBuild ensures Android compilations are much faster by offering parallel compilation at the project level. For example, a standard build takes more than 3 minutes on an 8-core machine with 100 two-second Android compilation tasks. With IncrediBuild, the same task takes 12 seconds.

The latest version of IncrediBuild adds support for shared projects, allowing developers to build applications for Windows and Windows Phone simultaneously, sharing code, user controls, styles, strings, and other assets between the two projects in Visual Studio. Supporting cross-platform development, IncrediBuild offers additional productivity features such as build visualization, easy error detections, the ability to inspect build output per project, build management, and replays.

IncrediBuild’s new predictive mechanism highly optimizes Visual Studio’s MSBuild's throughput for both Android and Windows-target C++ builds. This means that cross-platform builds executed with IncrediBuild ensure maximum utilization of cores in single machine, multiple machines, or even remotely. IncrediBuild’s higher throughput increases distributed execution scalability especially when processing multiple projects with inter-dependencies.

In addition, with IncrediBuild FreeDev – IncrediBuild’s free offering – developers can enjoy multi-CPU support to accelerate local Android builds by a factor of 5-to-10. Scaling this with additional agents enables significantly more time reduction.

“At Microsoft, we recognize developers are working under tremendous pressure to release great products across multiple platforms,” said Tom Lindeman, Director of Partner and Channel Marketing at Microsoft Corp. “IncrediBuild’s technology further enhances the cross-platform offerings built into Visual Studio, helping developers quickly deliver high-quality applications to several of the most popular platforms.”

About IncrediBuild
IncrediBuild, developed by Xoreax Ltd., is a leading solution provider of software development and continuous delivery acceleration technology. Harnessing unutilized processing power across networks, IncrediBuild speeds the code build and other compute intensive processes as part of the overall continuous integration (CI) and application life cycle management (ALM) processes. With its unique process virtualization technology, IncrediBuild has become the de facto standard solution for development acceleration on the Windows platform. More than 100,000 users at over 2,000 companies and organizations depend on IncrediBuild, including 20 Fortune 100 companies.

Employment Tax and Payroll software ‘PaydayNY-2015’ for Windows® 7/8

$
0
0
Application software package PaydayNY™-2015 (Trial, Standard and Pro editions) for Microsoft Windows® version 7/8 has been released in Jan 2015 and is currently available for download at online store ShopDigit.com (link: PaydayNY-2015[^]).
 
PaydayNY™-2015 is a financial productivity software, which can simplify labor-intensive Employment Tax preparation and electronic Payroll records keeping. Powered by application’s internal database and proprietary computation engine developed by Infosoft International Inc (a New York Company), this Software provides employment tax estimates pertinent to salaried and hourly-paid employees on US Federal, New York State and Local levels. Calculated payroll data can be stored in application’s internal database and also exported to Microsoft Excel (the latter requires MS Office installed on User’s computer).
 
PaydayNY™ 2015 implements speech-enhanced Multi-Modal User Interface (MMUI) and can run on any PC hardware platform (Desktop/Notebook/Tablet) in a standard mouse-keyboard or touch-screen mode. Core functionality is partially listed below:
 
- Multiple Tax Years 2010-2015 (Pro edition)
- Fed Social Security and Medicare Tax
- Fed Income Tax Withholding
- NY State/City Withholding Tax
- Yonkers Withholding Tax
- Employee Net Pay
- Employer FICA
- Data Backup/Restore
- Paycheck Printing (Pro edition)
- Basic Tax Reports and Analytics (Pro edition)
 
The application software was originated as a free online Payroll Calculator (link: NY Payroll Tax Calculator[^]) and later amended with Desktop/Tablet version for MS Windows®, utilizing the leading edge Microsoft technology set (.NET, WPF, C# and SQL Server CE). The early-stage application was successfully submitted to Application Innovation Contest (AIC-2013, link: Intel AppInnovation Contest 2013[^] ) by Intel® Corporation via Codeproject.com and won a category mini-prize (link to the original submission made by Dr. Alexander Bell popular known to Codeproject community as DrABELL: PaydayUSA™ Employment Tax Calculator and Payroll Organizer[^], scored 15 votes of 5).
 
Free Trial version (90-days period) is available: please refer to the store link posted above. User Manual is also available online at: PaydayNY-2015 User Manual[^]. For more information, email your RFI to the Infosoft International Inc (NY, USA): info [at] infosoft.biz with ‘RFI: PaydayNY-2015’ added to the subject line.
 
Infosoft International Inc
NY, USA
Life is 2short 2remove USB safely

Engineering Calculator VOLTA-814

$
0
0
Electrical Engineering Calculator VOLTA-814 (Standard edition, v.14.2.0.3) for Windows 7/8 by Infosoft International Inc has been released in Jan-2015 and now is available for download at Company’s online store ShopDigit.com: (link: Engineering-Calculator-VOLTA-814[^]).
 
Calculator VOLTA-814 performs arithmetic, scientific and engineering functions, partially listed below:
-Standard Arithmetic Operations
-Scientific Functions
-Electrical Engineering Functions
-Standard E-Series table operations
-Best Fit RLC (single, parallel, series, ratio).
 
The application can run on any Desktop, Notebook and Tablet PC equipped with Microsoft Windows 7or 8 via standard keyboard/mouse or in touch-screen mode (on a touch-screen enabled hardware platforms).
 
The application is originated from the online version developed by Dr. Alexander Bell (a.k.a. member DrABELL on Codeproject) for both practical and didactic purposes, demonstrating the power of a breakthrough Web technology set, namely: HTML5/CSS3/jQuery; it was published and widely discussed on Codeproject (link: HTML5/CSS3 graphic enhancement: buttons, inputs[^]) and received very high ratings (4.9 out of 5 by 89 voters w/more than 209k total views). Later it was extended with desktop application software for Windows 7/8, utilizing leading edge Microsoft technology set (.NET 4.0, WPF/XAML, C#), submitted to Intel® Application Innovation Contest (AIC, link: Engineering Calculator VOLTA-814[^]). Fully-operational Trial Edition (90-days trial period) of this desktop app is available for download at aforementioned online store.
 
Infosoft International Inc team
NY, USA
Life is 2short 2remove USB safely

Educational software package Edumatter-814 for Win 7/8

$
0
0
Educational software package Edumatter-814 (V. 8.1.4.1) for Win 7/8 has been released in Dec 2014 and is currently available at online store ShopDigit.com (link: Edumatter-814[^]). Fully-operational Trial Edition (90-days period) is available for download free of charge.
 
Application software contains '5-in-1 Math Calculators and Equation Solvers' listed below:
- FC-12 Fraction Calculator
- PF-12 Prime Factoring Calculator
- LE-12 Linear Equation Solver
- SE-12 System of Linear Equation Solver
- QE-12 Quadratic Equation Solver
 
KEY FEATURES
-RUN ON WINDOWS™ 7/8 DESKTOP/TABLET PC/ULTRABOOK™
-SPEECH-ENHANCED USER INTERFACE (TTS)
-SUPPORT STANDARD KEYBOARD AND TOUCH-SCREEN OPERATIONS
-WORKS ON FRACTIONS, WHOLE AND DECIMAL NUMBERS
-CALCULATION HISTORY BOX w/FILE ‘SAVE/VIEW’ OPTION
-FAST PRIME-FACTORING PARALLEL ALGORITHM (UP TO 18-DIGIT)
-PROPRIETARY PERFORMANCE BENCHMARKS
-MULTIPLE STYLES: NORMAL, HIGH/LOW CONTRAST
 
Proprietary computation engine and other features developed by Dr. Alexander Bell have been discussed on Codeproject. The early-stage award-winning demo app (Intel's Application Innovation Contest: AIC-2012/2013) is partially described in submission articles on Codeproject: Edumatter-MT[^] and also: Edumatter-814: School Math Calculators and Equation Solvers[^].
 
Currently the application is available in 3 editions: Free Trial (90-days period), Standard (MSRP: $5.99) and Professional (by special order, w/bulk Licensing option). For more details, please email your RFI to info [@] infosoft.biz with 'Edumatter-814' in subject line.
 
Infosoft International Inc,
NY, USA
Life is 2short 2remove USB safely

Semantic Phone Number Converter Semaphon™ SP-300 for Win 7/8

$
0
0
Semantic Phone Number Converter Semaphon™ SP-300 for Win 7/8 has been released in the 4Q/2014 and is currently available at online store ShopDigit.com (link: Semaphon™ SP-300[^]). Fully-functional Trial editional (90-days trial period) is also available for download free of charge.
 
Application performs number-to-text "semantic" conversion, i.e. finding meaningful words that match the phone number corresponding to the standard phone alpha-numeric keypad (for example, the number 263-7422 corresponds to the word ‘AMERICA’; number: 367-8863 to the word ‘FORTUNE’, etc).
 
The early-stage demo software developed by Dr. Alexander Bell and submitted to Intel's Application Innovation Contest (AIC-2013) is partially described in submission article on Codeproject: Semaphon™ number-to-text converter and sweepstakes engine[^].
 
Application key features are listed below:
- Up to 7-digit phone number-to-text conversion
- PC mouse and touch-screen operations
- Speech-enhanced Multi-Modal User Interface (MMUI)
- User-selectable color themes
- Autonomous operations without Internet
Multilingual Dictionary w/more than 30,000 words in:
-English
-Spanish
-German
-Russian
 
Extended version of Semaphon™ SP-400 (>40,000 words in active dictionary) is scheduled for release in 2Q of 2015. For more information please email your RFI to: info[at]infosoft.biz with "Semaphon-RFI' in subject line.
 
Infosoft International Inc,
NY, USA
Life is 2short 2remove USB safely

OpenMandriva starts crowdfunding campaign

$
0
0

Free, easy and secure, advanced software for all!

 

For over two years we've created and supported a modern, free and easy to use OS without backdoors.

 

Overview

OpenMandriva is a non-profit association, a fully independent organization that manages, governs and develops its own Linux Distribution, it’s roots are in the Mandrake-Mandriva community. We have been developing this operating system for two years. Our contributors are all volunteers, who believe and invest in the world of free software which aims to produce software which is free of any backdoors (spyware). Our legal headquarters is in France, but our contributors and members come from 30 countries from all around the world.
 
We believe that operating system should be free for the user, adaptable to their needs, technically advanced but at the same time easy to use. We have already developed and supported the system, it is a real functional thing that you can install and use yourself right now, feel free to download OpenMandriva Lx 2014.1 from http://openmandriva.org/[^]

 

If it is here, why are we running a campaign? Our next release is scheduled for May 2015 and we need your help to support and further improve this high quality product.
 
The last two releases were downloaded dozens thousands times and the reviews we have been getting have encouraged us to continue. See for yourself!
 
Jesse Smith, Distrowatch says: “The operating system (OpenMandriva Lx 2014.1) is stable and the interface looks friendly. For the most part, the distribution worked very well for me. OpenMandriva has a sense of polish and friendliness about it which is hard to qualify, but is certainly there. The system installer, the Control Centre and the pretty (yet traditional) desktop environment all appear to be designed to be as newcomer friendly as possible. I was especially impressed by the systemd front end. <...> OpenMandriva did a beautiful job of smoothing over the details of systemd while presenting a functional front end.
 
<..> OpenMandriva 2014.1 is one of the best efforts I have seen to date to take back the “beginner friendly” crown. This distribution was easy to set up, easy to use, has a great control centre and should appeal to both novice users and power users alike. I was happy and a bit impressed with OpenMandriva 2014.1 and I recommend giving it a try.”
 
http://distrowatch.com/weekly.php?issue=20141110#feature[^]
 
Gaël Duval, Mandrake founder:"OpenMandriva Lx 2014.0 seems to be quite solid and finished. It’s a level of quality that can only be achieved when experienced developers and contributors are really engaged in a project. Most hardware devices are supported and configured by default. Certainly a very good root for the next releases.
 
Congrats to the OpenMandriva team for this release!”
 
http://www.indidea.org/gael/blog/?p=444[^]
 
Silviu Stahie, Softpedia: “(OpenMandriva Lx 2014.0 Beta) is a breath of Fresh Air with a KDE Soul”.
 

What We Need & What You Get

The effort needed to create these release is all done by volunteers drawn from all over the world. We need funds to support our infrastructure (primarily for hosting the servers), for occasionally buying development hardware when necessary (such as contemporary ARM boards) and to represent our work at some of the major Open Source events (for example FOSDEM, LinuxTag) , to exchange knowledge, promote our work and learn of new and upcoming innovations that we can incorporate in our system. The total amount needed to keep these activities going is $27, 500 USD for the year 2015.
 
For now we are running this campaign with a lower target of $15, 000 USD and hope that that we can call on your help to help reach the needed amount!
 
We do believe that thousands of our users and those who will become users, or those who simply support good Open Source products will make it happen. In case we do not reach full target, whatever the amount achieved it will be spent for the same purposes, we will just have money for smaller time period.
 

What do you get?
 
A friendly and easy to use, yet advanced operating system, that is user-oriented. We listen to the community, conduct regular user polls and align the development of the product most possible close to the users desires. We keep it free, open and welcome new contributors, who are eager to learn in a friendly and professional atmosphere. With your help we are building the bricks that will make the pavement of a free road.
 
We do our utmost to be in the vanguard of OpenSource innovation examples of which will be seen in our latest release where we have switched to LLVM/clang as our default compiler we will be one of the first notable distros to be offering this. Enjoy this and other fresh innovations with us!
 
http://www.phoronix.com/scan.php?page=news_item&px=MTgzMzI[^]
 

Risks & Challenges

What are the risks? That the development of the system is not completed is the only possible risk, which is at almost 0, since the community is continuing to grow with new contributors joining, this has been progressing for over 2 years now. There is no great risk for the project as long as we can raise the necessary fund to maintain our webservers and keep our infrastructure.
 

Other Ways You Can Help

If you cannot donate now, but would like to contribute, you can still help by:
 
  • getting the word out and making some noise about our campaign in your blog, telling your friends, sharing in social networks - everything will help!
  • using Indiegogo share tools to spread the word about us!
  • coming over and joining us! Programmers, translators, designers, infra or PR pros and learners - we grow and will be glad to welcome you! Just email few words about yourself to join@openmandriva.org!
 
See: https://www.indiegogo.com/projects/free-easy-and-secure-advanced-software-for-all/x/6752048#home[^]

Pericles™ TTS-14 text-to-speech converter for Win 7/8

$
0
0
Pericles™TTS-14 text-to-speech converter for Windows 7/8 has been released in 4Q of Y2014 and is currently available at online store ShopDigit (link: Pericles™TTS-14[^]). Fully-functional Trial edition (provides 90-days trial period) is available for download.
 
Pericles™TTS-14 app works on any English text providing the output either to audio device, or .wav file on User's computer. It implements intuitive User Interface with novel border-less window.Key features are partially listed below:
 
-English text-to-speech conversion
-PC mouse and touch-screen operations
-Speech-enhanced User Interface
-User-selectable color themes
-Speech options: Volume, Sampling Rate, Speech Rate, Voice Gender
-Fully autonomous operations without Internet connectivity
 
Developed solely by Dr. Alexander Bell (popular known to Codeproject.com community as member DrABELL), the app utilizes leading-edge Microsoft technology set (.NET/C#/WPF/XAML) and can run on any PC platform (Desktop/Notebook/Tablet) equipped with Win OS 7 or 8. As a practical use-case, the voice-over narration for the instructional video accompanying his award-winning submission HeMoSiBi™ (Intel's Application Innovation Contest AIC-2013, link to the submission article: HeMoSiBi™ [^]) was created by using this speech synthesizer application (video link: HeMoSiBi™ - Her Most Significant Bit™ NY-2013[^]).
 
For more details please email your RFI to: info [at] infosoft.biz.
 
Infosoft International Inc,
NY,USA
Life is 2short 2remove USB safely

SoftFluent announces release of CodeFluent Entities for Microsoft Visual Studio 2015 Preview

$
0
0
Paris, FR — January 12th, 2015 — SoftFluent announced today that CodeFluent Entities and its graphical editor supports Visual Studio 2015 Preview, which contains many new and exciting features to support cross-platform mobile development, web & cloud development and more.
 
CodeFluent Entities allows developers to generate components such as scripts (e.g., T-SQL, PL/SQL, MySQL, PgSQL), code (e.g., C#, VB), web services (e.g. WCF, JSON/REST) and UIs (e.g., Microsoft Windows 8.1, ASP.NET, SharePoint, WPF, Silverlight). The code generation process is ‘model-first’ and continuous: from your declarative model, a meta-model will be inferred which code generators will then translate into code. Over 20 code generators (a.k.a. ‘producers’) are provided ‘out of the box’ and that can be combined to obtain your own application following your desired architecture, using your desired technologies.  
Since your application development is driven from this model, your business logic is decoupled from the technology and allows you to absorb changes faster and smoother: apply changes in your model to update all your layers consistently or add/switch technology by changing your used code generators. CodeFluent Entities is designed for the .NET platform and empowers users to streamline developments on major Microsoft platforms and technologies such as SQL Server, C#, VB.NET, WCF, ASP.NET, WPF, Windows 8, SharePoint, Azure SQL Database, third-party databases and more.
 
"Aligning to Visual Studio 2015 Preview, as well as what we did for Visual Studio 2013, we are confirming our commitment to the Microsoft developer community to help them keep up with the quick innovation pace" said Daniel Cohen-Zardi, SoftFluent Chief Executive Officer. "CodeFluent Entities helps you generate .NET applications and dive into next-generation development tool."
"Microsoft is committed to helping developers be agile by giving them the tools they need to swiftly build great .NET applications, " said Mitra Azizirad, General Manager, Developer Tools Marketing and Sales, Microsoft Corp. "In combination with Visual Studio, SoftFluent’s technology gives developers more time to focus on the most critical pieces of their application."

DBI Adds Universal Support to Studio Controls

$
0
0
STUDIO CONTROLS for COM v1.4 RELEASED 
Industry Tested - Modern Windows UI Design and Scheduling
Component Software for COM Software Development   
 
January 14, 2015, Winnipeg, MB -  DBI Technologies Inc., the development community's award winning innovator of interface design and scheduling component software is pleased to announce the release of Studio Controls for COM v1.4.  This new release adds universal support and enhances the developer experience for enterprise application developers creating and supporting line of business applications with Microsoft Office, National Instruments LabVIEW as well, many of the industry's traditional development platforms. Studio Controls COM v1.4 offers developers a full suite of modern, Unicode Windows UI design and Scheduling reusable software components.
 
DBI Technologies Inc. continues to see an incredible interest for Scheduling and User Interface design component software for COM based ( ActiveX, OCX ) development. New releases of Microsoft Access (2013), VC++, LabVIEW and traditional development platforms including Visual FoxPro and Visual Basic continue to have enterprise relevance. "We're pleased to be able to respond to our current and new customer requests for additional enhancements that are now found in release 1.4 of Studio Controls for COM", said Craig Gluck, senior VP of product development. "Studio Controls COM now includes 78 royalty free ActiveX / OCX / COM software components for developing modern Windows user interface designs and Outlook style scheduling solutions." Studio Controls for COM adheres to industry standards delivering design and operational performance for advanced developer and end user experiences.
 
Value is more important than ever and the right value combination is a distinct competitive advantage that can be established quickly and economically. Studio Controls for COM clearly establishes that value proposition offering developers and their end-users modern design, performance, technical support and price. Value also includes being able to provide an outstanding developer experience, which is found in Studio Controls for COM v1.4 with its integrated product manager giving developers exactly what they need for fast, efficient development processes.
 
The release of Studio Controls for COM v1.4 continues DBI's long established market leading position and support for developers using COM / OCX / ActiveX based integrated development environments (IDE's) - including Visual Basic, Visual FoxPro, Microsoft Access, C++, LabVIEW, Visual Cobol, Visual RPG, Delphi and many others.
 
Each current license of a DBI component software product includes an annual maintenance and subscription service providing developers with the latest product upgrades, component updates, new component releases, direct access to technical support, plus online license management and software activations. DBI has made managing this complete set of third party component software easy via their integrated Product Manager console application that ships with each product. The Product Manager becomes a single point of access to all of the product's assets; components, help files, demo's and sample applications, licensing, online software activation, product updates and related news items are all available from a single double click.
 
A single developer's license of Studio Controls for COM starts at $824. Complete product details including samples with integrated PEM viewers in Visual Basic and Visual FoxPro formats can be found at: http://www.dbi-tech.com.
 
 
- ### -
 
 
About DBI Technologies Inc.
DBI Technologies Inc. is a commercial software development company focused on empowering application developers with the most flexible and respected, reusable commercial component software and services for Scheduling, Presentation layer, User Experience and Text Analytics application design. DBI is recognized for its award winning component products and its technical support for customers working in any Microsoft or .NET and OLE compliant development environment.
 
As an industry leader in the implementation of component-based application development, DBI provides creative solutions for its customers, incorporating current technologies built on commercially sound component-based architectures. http://www.dbi-tech.com.
 

For further information please contact:
Marketing |dbimarket [AT] dbi-tech.com
800.670.8045 | 204.985.5770 | 204.943.0738 (fax)
 
Product and company names mentioned herein are trademarks or trade names of their respective companies.

GdPicture.NET Document Imaging SDK V11 and DocuVieware HTML5 Viewer and Document Management Kit New Releases

$
0
0
ORPALIS is pleased to announce two simultaneous releases: the new major version of GdPicture.NET Document Imaging SDK (version 11) and the new HTML5 Viewer and Document Management Kit, DocuVieware. The offer now covers .NET WinForms, WPF, ASP.NET and COM/ActiveX UserControls, making ORPALIS the editor of the most complete imaging toolkit of the market.
 

GdPicture.NET version 11
 
This new major version includes various enhancements of the core engine, many interface changes and new features of the document imaging, PDF, thumbnails and printing domains.
New native WPF controls and an ASP.NET WebControl (called DocuVieware) are also available.
Below is a description of the major changes listed by domain.
 
General
 
The loading speed of images has been dramatically improved.
The redistribution for .NET version has been simplified: there is now a standalone .NET assembly and separated C++ runtimes.
Starting with Framework 4 edition, UserControls are multi-threaded.
 
Formats
 
The SVG image format is now supported.
 
Document Imaging
 
Several filters have been improved in terms of speed and accuracy: punch hole removal, blob removal.
The automatic text inversion filter has been created.
The auto deskew feature has been enhanced and a new method to delete black and non-uniform margins has been added.
 
OMR (Optical Mark Recognition)
 
The OMR engine has been enhanced in terms of speed and memory consumption.
 
PDF
 
New WPF rasterizer and Hybrid engines.
The text extraction feature and the digital signature support have been improved.
Text contrast is now better rendered on documents at low zoom levels.
Selected text can be copied to clipboard, in all viewers.
 
Color Detection
 
MRC (Mixed Raster Content) support has been added to improve image compression.
 
Printing
 
A new print size option is now available to fit the page size to the paper size.
 
Thumbnail
 
The rendering speed has been dramatically increased and support for asynchronous PDF page thumbnail generation has been added.
 
Annotations
 
GdPicture/XMP annotations are now rendered as native PDF annotation so they are visible under any PDF reader.
Responsiveness of the interactive annotation editing feature has been improved.
 
Barcoding
 
The accuracy of the 1D and 2D barcode recognition engines has been improved.
 
MICR
 
The MICR font reader engine has been enhanced.
The processing time is almost divided by two on checks and the accuracy has been increased on damaged documents.
 
COM/ActiveX
 
The COM/ActiveX edition is now based on the .NET Framework 4.0.
 
The full list of changes of the version 11 is available on its dedicated page (www.gdpicture.com/products/whats-new-in-version-11/) of the GdPicture website.
 
DocuVieware
 
DocuVieware is a fully-customizable, fully-featured and universal HTML5 viewer and document management kit (www.gdpicture.com/products/docuvieware/). Its purpose is to view, annotate and easily manage any document, on any device and any browser. It supports more than 90 file formats, including PDF, TIFF and SVG.
 
Universal
 
DocuVieware is compatible with ASP.NET Web Forms and ASP.NET MVC. As a HTML5/AJAX control, it is cross-platform and works on any browser. It is mobile-friendly thanks to various optimizations and its responsive design.
 
Fully-customizable
 
The user interface is entirely customizable (viewer, toolbars, thumbnails, search and annotations tools and more) via a convenient system of optional snap-ins.
 
Fully-featured
 
A wide range of built-in annotations and thumbnails options are offered. The document navigation, text search and text selection tools are very sophisticated, powerful and accurate. Image processing tools (deskew, despeckle, black borders removal, punch holes removal and more) are also available.
 
Zero-footprint
 
DocuVieware is a zero-footprint solution that works on any browser and any device. It doesn’t require any client-side installation.
 
Easy to use
 
The Integration is really easy within existing web applications. Actions made on the document in server-side is updated in real-time on the client-side.
 
Several demos (www.docuvieware.com/demo/) are available on the DocuVieware website to show the versatility of this product: annotations, gallery, image cleanup, standalone viewer, customizable viewer, custom toolbar, blog integration.
 
A developer license of DocuVieware is bundled with each GdPicture.NET Document Imaging SDK Ultimate Edition license. Server licenses are required for the deployment. Pricing is available on the GdPicture website order page (www.gdpicture.com/order/buy-gdpicture).
 

 

About ORPALIS
 
ORPALIS is creator, developer and owner of the comprehensive document imaging toolkit series released under the brand "GdPicture", which is now a worldwide known and respected leader in imaging technologies. More than 12,000 developers based in over 70 countries include GdPicture components in their applications. www.orpalis.com / www.gdpicture.com / www.docuvieware.com
 

Contact information
www.gdpicture.com/contact.php

UCanCode Releases Upgraded E-XD++ Visualization Enterprise Suite V20.01 -- 2015 Vol.1

$
0
0
UCanCode Releases Upgraded E-XD++ Visualization Enterprise Suite V20.01 -- 2015 Vol.1
 
--The most important "Main Release" with 100% VC++ / .NET Source Code!
 
("The only Visualization HMI and SCADA , UML, GIS, SVG, Vector Graphics Source Code Kits that provides full source code of components for .NET/VC++ and ActiveX in a single package!")
 
--------------------------------------------------------------------------------
http://www.code-home.com/Press%20Release/hmi-GIS-SCADA-Visualization-Report-Label-Print-vc-source-code.htm[^]
2015 (New Update)
For more information (press only) please contact:
Steven <steven@ucancode.net>
 
UCanCode Software, Inc.
 
Phone: (86) 28-8535-4545
Fax: (86) 28-8535-4645
 
01/2015, HongKong, UCanCode Software announces it's market leading Visualization VC++ / .NET source code kit - E-XD++ Visualization Enterprise Edition V20.01 with tons of new features. This is a maintenance release that includes many new features, new samples, bug fixes and more. With this release, we had updated all the advance solutions.
 
HongKong, 2015--UCanCode Software, Inc providing reusable software Visualization components and services that facilitate Visualization application development, today announced the release of E-XD++ Enterprise Edition V20.01, its world-leading line of Flow/Diagram, HMI, UML, GIS, CAD, Vector Graphics Drawing and Printing components for Microsoft Visual Studio .NET 2012 developers, it is full compatible with Visual Studio 2012, and it also supports Windows 64 bits. This is the long awaited release that contains many powerful new features from the last release! It is also the best release from UCanCode software!
 
Powerful, flexible, and easy to use Visualization Source Code Components.
Powerful and flexible enough to create any vector graphics based diagrams exactly the way you want them to appear. So easy to use that you will be able to prototype your application in just a few days.
 
Feature rich.
With features such as automatic layout, multiple layers, collapsible sub-graphs, snap-to connection points, XML, SVG, and more, Have the power and flexibility you need to create sophisticated diagrams, quickly and easily. Events such as click, double-click, hover, select, rubber-band select, copy, delete, resize and move are supported. Operations such as drag-and-drop, unlimited undo/redo, and clipboard operations are common and complex, and are expected by today's sophisticated users.
 
1. Tons of new Gauge Control has been added with this release (Full VC++/MFC Source Codes):
More than 15 kind of Gauge Control had been added with this release, and all of it's features can be full customized. If you need more styles, it will also be very easy to create a new one, as below:
 

 
With latest V2015, a set dialog is added, with this dialog, you can modify any features of any gauge and chart.
 
2. New updated HMI & SCADA Solution
 
This HMI & SCADA Solution is the flagship solution of E-XD++ Suite, this new release contains tons of new features, and fix a few bugs that exist with before release, a new sample is added. Now it will be the best choice for building your own HMI &SCADA Project. with this solution's VC++ Source Codes, it will saves you over 70%-80% time for building a very professional HMI and SCADA Application Platform:
 
1). Project creating and management.
 
2). Multiple screen creating and building.
 
3). it supports JavaScript and VBScript, a very professional script editor is added.
 
4). HMIBuilder and HMIPlayer, HMIBuilder is used to design any HMI screens and write scripts, HMIPlayer is used for application running.
 
5). It supports play Flash's SWF file.
 
6). It supports play Animate GIF file.
 
7)....
 

 
3. New updated MATLAB Visualization Solution (Full VC++/MFC Source Codes):
MATLAB Simulink® is an environment for multidomain simulation and Model-Based Design for dynamic and embedded systems. It provides an interactive graphical environment and a customizable set of block libraries that let you design, simulate, implement, and test a variety of time-varying systems, including communications, controls, signal processing, video processing, and image processing.
 
The MATLABDemo sample demonstrates how to use E-XD++ to build a matlab like diagramming application with complex diagram drawing and layout, as below. With matlabdemo, you build models by dragging and dropping blocks from the library browser onto the graphical editor and connecting them with lines that establish mathematical relationships between the blocks. You can arrange the model by using graphical editing functions, such as copy, paste, undo, align, distribute, and resize.
 
This is the first diagramming component that supports link to link line feature.
 

 
And new version of MatlabDemo will include sub - graph feature, as below:
 

 
4. New updated ETAP Electrical Power System Visualization Solution (With 100% VC++/MFC Source Codes):
ETAP is a fully integrated AC and DC electrical power system analysis tool. Engineers use ETAP in thousands of companies and electric utilities worldwide in the design, analysis, maintenance, and operation of electrical power systems.
 
The ETAPDemo sample demonstrates how to use E-XD++ to build a ETAP like electrical power system analysis tool application, as below. With ETAPDemo , you build models by dragging and dropping blocks from the library browser onto the graphical editor and connecting them with lines that establish mathematical relationships between the blocks. You can arrange the model by using graphical editing functions, such as copy, paste, undo, align, distribute, and resize, etc. Then you can simulate it.
 

 
You can use mouse to draw symbols multiple times, and when you right click mouse, this direction of this symbol will be switched.
 
5. New updated ShapeDesigner, with this new shapedesigner, tons of new features are added, it will be the best tool for creating any kind of shapes (HMI and SCADA Shapes, GIS Shapes, Flow Chart Shapes, Network diagram shapes etc), it supports Multiple status building, animate, path moving, SVG Importing ...:
 

 
6. New updated HMI and SCADA or GIS Diagram screen Editor, with this editor, it will helps you create any cool HMI screens, or diagrams, as below:
 

 
7. New updated Multisim Electronic Design and Simulation Solution:
 

 
8. New updated Advance CAD drawing and printing solution:
 

 
(Fix a few bugs and adding new features on selecting, by adding DXF loading and DXF Exporting features).
 
9. New updated Visio like sample with tons of new features:
 

 
10. New updated pipe simulation sample:
 

 
11. New updated weather sample:
 

 
12. New improved BPMN and Electric - Form Solution, it supports:
 
1). Place BPMN Workflow and E-Form within the same project.
 
2). It supports workflow diagram creating.
 
3). It supports electric - form design.
 
4). Each node of BPMN workflow can connect to an exist electric - form file.
 
5)...
 

 
13. New updated report and label design and print solution, it full supports database drag - drop and printing.
 

 
14. New updated electric power network diagram sample:
 

 
15. Tons of new shapes for creating and building HMI & SCADA Screens:
 

 
16. Grid and real - time line chart is added:
 
17. Any SVG file can be imported with E-XD++ now, as below:
 

 
And it also supports SVG Exporting.
 

 
18. Now E-XD++ supports XML Saving and Loading.

 
19. E-XD++ for WinCE is released, almost 90% features of Basic E-XD++ had been saved.
 

 

 

 
20. New .NET HMI & SCADA Solution:
 
The new HMI OCX C# Sample is shipped, this is the OCX Player of HMIBuilder project, you can use HMIBuilder to create HMI Project and then showing it with any .net project (C# Development) or web project, it can be used with any .NET platforms (You can find these samples within file folder: HMI_OCX):
 

 
21. New updated UML Solution, now it ships with UML Sequence Diagram Solution and UML Sequence Diagram OCX Solution, as below:
 

 
22. New added PLC programming Visualization Source Code Suite:
 

 
23. A new sample is added that showing how to use a BCGSoft' s Controlbar to works with E-XD++, as below:
 

24. A new sample is added on showing how to build flow chart application, this application can generate script code from flow chart, as below:
 

 
25. More than 40 new other features.
 
26. More than 30 bugs had been fixed from the old edition.
 
To learn more about this new release, please visit:
http://www.UCanCode.net/XDFeature/feature.htm
 
E-XD++ Visualization Source Code Kit Enterprise Edition is the world’s leading MFC/VC++ visualization component. Renowned for incredibly rich graphics, E-XD++ helps developers build applications that offer unparalleled functionality. Outstanding productivity lowers project risk and reduces maintenance headaches. With over 15 years of dedicated research and development, UCanCode leads the market for visualization technologies, providing outstanding customer support. with E-XD++ Enterprise you can easily build any HMI/SCADA/PLC/CAD/GIS like applications.
 
"To date, the reliability and performance of the E-XD++ Library have been tested through many kinds of Vector Graphics - related software of UCanCode customers around the World. The E-XD++ Library now are used in over 40 countries!"
 
Additional details about E-XD++ Enterprise Edition are available at:
http://www.UCanCode.net/Products/Form2/EXDEntprise.htm
 
A new product tour is also ready now, this is E-XD++ Product walkthrough. You can find it with:
http://www.UCanCode.net/XDFeature/feature.htm
 
Please contact sales for more information: sales@UCanCode.net
 
To order: http://www.UCanCode.net/Order/order.htm
 
More information at:
http://www.UCanCode.net
 
Details available about each product are available at:
http://www.UCanCode.net/Products/index.htm.
 
About UCanCode software, Inc.
 
We are UCanCode.Net Software, Inc., a software development company. We have been in business over 15 years developing C++ libraries. UCanCode.Net Software develops high quality software solutions that provide software developers with the most up to date tools available today. All source code is supplied and is 100% MFC compatible and extendable. Developers can easily create authentic Microsoft Visio, Adobe Illustrator, and CorelDRAW style applications within seconds. UCanCode Software can be reached at (86) 28-8535-4545 or by visiting their website at www.UCanCode.net.
 
All the complete (Without any saving) vc++ source codes will be shipped with full edition of E-XD++, order it now.
 
http://www.code-home.com/Press%20Release/hmi-GIS-SCADA-Visualization-Report-Label-Print-vc-source-code.htm[^]
 
Contact UCanCode Software
 
To buy the source code or learn more about with:
 
Product Inquiry
E-mail to (sales@UCanCode.net)
Or call us at: +86-28-8535-4545
Fax us at: +86-28-8535-4645
Technical support online with msn messager: UCanCode@hotmail.com
Download a trial solution

Devart Releases dbForge Stuido for Oracle v3.7 with MERGE Statement Support

$
0
0
Devart team announces the new release of dbForge Studio for Oracle, v3.7. The new version comes with a whole bunch on new features and improvements related to such fundamental features of the application, as code completion and formatting, data comparison and synchronization, data reporting. The list of new features and improvements includes:
* Code Formatting for MERGE Statements
* Enhanced Command-Line Interface. With the updated command-line interface, you can automate such routine tasks, as:
- SQL formatting
- Files encoding within the /execute and /restore command-line operations
- Report parameters setup
* Advanced Manipulation of Constraints and Indexes
* Improved data export and import. Data import and export functionalities were considerably reworked and boosted. New options include:
- Export to the Excel 2007 (XLSX) format
- Export of BLOB fields as TEXT to Excel, TXT, HTML, PDF, RTF, and CSV formats
- Import of dynamic values from Excel and Excel 2007
- Detecting column types when importing data from the CSV format
 
dbForge Studio for Oracle is an integrated development environment (IDE) which helps Oracle developers to increase PL/SQL coding speed, provides data editing tools for managing in-database and external data. This tool allows to synchronize data between different Oracle servers and automate schema change management process during development. It also adds lots of features wrapped into a management GUI consistent with Microsoft Visual Studio.
 
About Devart
 
Devart is a recognized vendor of database connectivity solutions for Microsoft .NET and Embarcadero Delphi development platforms as well as database development and management software.
 
Along with database oriented software Devart offers productivity tools for Visual Studio which help developers to be empowered, stay focused, and deliver their best all the time.
 
For additional information about Devart, visit http://www.devart.com

Devart Releases New Versions of Database Tools for Oracle and MySQL

$
0
0
Devart releases new versions of the database tools for Oracle and MySQL. Each tool has a variety of specific improvements, that were developed and implemented to make user experience with any of the applications yet more productive and comfortable. The list of the updated tools with new features includes:
 
* dbForge Schema Compare for Oracle v2.7
- Enhanced Data Editor
- Command-line interface for SQL formatting
 
* dbForge Data Compare for Oracle v3.7
- New options for Data Comparison
- Query execution pane
- Command-line interface for SQL formatting
 
* dbForge Schema Compare for MySQL v3.3
- Command-line interface for SQL formatting is added
- Enhanced Data Editor
 
* dbForge Data Compare for MySQL v4.3
- New options for Data Comparison and Sync
 
* dbForge Query Builder for MySQL v3.3
- Enhanced Database Explorer
- Export to the Excel 2007+ (XLSX) format
 
To learn more about new features and improvements visit http://www.devart.com/news/2015/dbforgeoraclemysqltools.html
 
About Devart
 
Devart is a recognized vendor of database connectivity solutions for Microsoft .NET and Embarcadero Delphi development platforms as well as database development and management software.
 
Along with database oriented software Devart offers productivity tools for Visual Studio which help developers to be empowered, stay focused, and deliver their best all the time.
 
For additional information about Devart, visit http://www.devart.com

Check Password to Modify Spreadsheets, Improved Worksheet & Workbook Printing

$
0
0

What’s new in this release?

We are pleased to announce the new release of Aspose.Cells for .NET 8.3.2.  It contains over 70 improvements, new features and bug fixes.  The most important new features includes support for Signature Line, check Password to modify and specify absolute PivotItem position. Users can assign Password to open and Password to modify while creating your spreadsheets in Microsoft Excel. This feature is useful when you need to check if the given password matches with the actual Password to modify programmatically. Aspose.Cells provides a method that developers can use to check if the given Password to modify is correct or not. Microsoft Excel provides the feature to add Signature Line in Excel spreadsheets by clicking the Insert tab and then selecting the Signature Line from the Text group. This feature allows adding the information about the person whose signatures are required on the document while supplying some key information such as name, designation, email address and so on. Aspose.Cells also provides this feature and has exposed the Picture.SignatureLine attribute and SignatureLine class for this purpose. Another worth mentioning feature is the support for Absolute Positioning of the PivotItem. Aspose.Cells for .NET 8.3.2 has provided this support by exposing a series of new attributes that can be used to specify the position of a PivotItem within a parent node and also in the complete collection. While using Microsoft Excel application, the user can specify the custom Decimal and Thousands separators instead of using the system’s predefined separators for a particular spreadsheet. This can be achieved using the Aspose.Cells for .NET API by using the newly exposed attributes. Aspose.Cells for .NET 8.3.2 has exposed two new overloads for the SheetRender.ToPrinter & same for the WorkbookRender.ToPrinter. One of the new overloads accept two integer parameters along with a string parameter for the printer name and prints a range of Worksheet & Workbook pages to the printer. Other overload accepts a string parameter to specify the printing job name along with the printer name. Charts can be of any type, where a few chart types such as all the variations of the Pie and Doughnut does not have any axis. Previously, it was not possible to retrieve the information about the particular axis of a given chart but with the release of Aspose.Cells for .NET 8.3.2, the API has exposed the Chart.HasAxis method to determine if the chart has a particular axis or not. It also enable the rendering of unsupported Unicode characters.In the new version, we have also provided some new enhancements such as render HTML for each sheet with the contents of the element only, Aspose.Cells increases the corresponding row height accordingly, Render smooth and curved at edges Chart lines, Copying a Range with PasteType.All also copies the Hyperlink and enhance exceptions while handling un-supported OOXML file formats. We have fixed a few exceptions that occurred while loading and opening Microsoft Excel file formats. We have also fixed the exceptions that occurred while calculating formulas in the spreadsheets. In this release, several important issues have been addressed. For example, issues around reading/ writing Microsoft Excel file formats, manipulating PivotTables, printing spreadsheets, manipulating ListObject/ tables, applying borders to the cells, rendering HTML file format, protecting spreadsheets, manipulating shapes, copying and pasting range of cells, rendering images from Excel worksheets, manipulating charts with formatting, rendering images files from charts and exporting Excel workbooks to PDF format have been resolved. We have also fixed some issues regarding Aspose.Cells formula calculation engine to enhance it further. This release includes several enhanced features and bug fixes as listed below

  • Ability to specify the absolute position for the PivotItem
  • support to format cell values automatically by Cells.ImportTwoDimensionArray()
  • Specify Custom Separators.
  • Printing range of pages
  • Change the font on just the specific unicode characters
  • OnePagePerSheet, PageIndex and PageCount properties for XpsSaveOptions
  • Implementation of Chart.HasAxis(axisType, axisGroup) method
  • Ability to add Signature Line at specified location
  • Ability to check "Password to modify"
  • Render HTML for each sheet with the contents of the element only
  • Importing a CSV file to an Excel XLSX file
  • Aspose.Cells does not increase the corresponding row height
  • Chart lines are not smooth and curved at edges
  • Copying a Range with PasteType.All does not copy the Hyperlink
  • Enhance exceptions while handling un-supported OOXML file formats
  • Ability to retrieve Signature Line information from a spreadsheet
  • Opening and saving the spreadsheet makes it corrupt
  • Second worksheet is not rendered fine in the output PDF
  • Methods of IStreamProvider are not called
  • PivotTable connections removed for the slicer when re-saving an XLSB file
  • PivotItem does not move to specified location while using PivotItem.Move
  • Some graphic elements are misplaced in the output HTML
  • Some graphic elements are misplaced in the output PDF
  • Chart data points appear below the image in the rendered HTML file format
  • Background color of the pivot table is set to black
  • Reading and saving an existing xls workbook causes corruption
  • Aspose.Cells does not convert dotted line to straight line
  • Images do not render while converting spreadsheet to PDF
  • Issue on Rendering Image
  • Layout is shrunk and the borders become thicker in the output PDF
  • Footer Alignment Problem
  • Merged cell content disappears when rows are filtered
  • Chart category axis is re-positioned after Workbook.Copy
  • Text above the chart area is moved slightly upwards
  • Vertical (Value) Axis Major Gridlines is no more selectable
  • Image rotation not used in the rendered PDF file format
  • Hebrew text is reversed in the chart
  • Chart image is not rendered correctly
  • Differences in rich text datalabels rendering in Excel and PDF
  • Missing Field Buttons in Pivot Chart
  • Chart.ToImage not rendering the date format conforming to the CultureInfo
  • Graph data labels are not shown when rendering to PDF
  • SheetRender.ToImage does not render the Chart correctly
  • Box on the chart showing the series information incorrectly moves and resizes
  • Datalabel is not correct
  • Excel found unreadable content error occurs
  • Copy Paste a range of cells without altering the destination column widths
  • Resultant spreadsheet looses text box
  • Legend font is changed from Arial to MS Gothic
  • The text attached to a shape is moved at the top-left position
  • ListObject.PutCellValue() does not initialize the VLookup formula
  • Setting CommentShape's Placement type to "Move"
  • Excel document opened in blocking Protected View
  • Setting Zoom for Chart type Worksheet does not take effect
  • UpdateLinkedDataSource is not retrieving new data from external workbook
  • Ansi Pound sign SpreadsheetML conversion issue
  • Applying borders to cells
  • Workbook.Settings.IsWriteProtected returns false
  • Enter space and indentation of bullets are not rendered fine
  • Resultant spreadsheet asks to download a converter
  • Worksheet's CodeName is changed
  • Workbook.SaveOptions.CreateDirectory does not work
  • Connect data points with line does not work
  • Textboxes are getting hidden behind the images

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.

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

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

Resize Images Proportionally & CAD Drawings to PNG BMP TIFF JPEG & GIF Conversion

$
0
0

What’s new in this release?

Aspose development team is pleased to announce the new release Aspose.Imaging for Java 2.6.0. This release contains many useful improvements, including the long awaited feature of AutoCAD drawings to raster image conversion. Aspose.Imaging for Java API now supports the conversion of CAD drawing formats such as DXF & DWG to raster image formats such as PNG, BMP, TIFF, JPEG and GIF. Aspose.Imaging for Java API has exposed the VectorRasterizationOptions and CadRasterizationOptions classes to the com.aspose.imaging.ImageOptions package that serve an efficient and easy to use interface for CAD to Raster Image Conversion. Aspose.Imaging APIs already support the feature of re-sizing existing images by passing the new height & width values as parameters to the Image.resize method but in that case the user had to calculate the aspect ratio himself. This is because when the width or height of an image is altered, the image either scales or shrinks to fill the new size. If the changes to the width and height of an image are not in proportion this could lead to stretched and distorted result. Aspose.Imaging for Java 2.6.0 has also exposed overload versions of the resizeWidthProportionally and resizeHeightProportionally methods that can accept ResizeType as second parameter to achieve desired results. An important point to note is that if you intend to get quality result after applying the re-size then it is suggested that you should always use ResizeType.LanczosResample because it will output highly qualitative results but may work slower than ResizeType.NearestNeighbourResample. On the other hand, ResizeType.NearestNeighbourResample algorithm is specifically used for fast re-sizing while compromising on the image quality. This method may be useful for thumbnail generation in real time or similar processes where performance is required. The main new and improved features added in this release are listed below

  • CAD to Raster Image Conversion
  • Resize Images Proportionally
  • EmfPen incorrectly renders line width
  • com.aspose.imaging.internal.Exceptions.ArgumentException: Value does not fall within the expected range at Image.rotateFlip for PNG format
  • IWmfMetafileImage throws java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0
  • Aspose.Metafiles ignore brush pattern in raster opperations (EMR_STRETCHDIBITS record)
  • Aspose.Metafiles ignore logical brushes (EMR_CREATEBRUSHINDIRECT record)
  • Aspose.Metafiles ignores the text quality value (EMR_EXTCREATEFONTINDIRECTW record)
  • Aspose.Metafiles ignore logical brushes (EMR_CREATEBRUSHINDIRECT record)
  • Application hangs while resizing a small Gif Image
  • ImageLoadException: Image loading failed at loading a Multi-Page Tiff
  • ImageLoadException: Image loading failed. Aspose.Imaging cannot load a Tiff generated with Aspose.Words for Java
  • Conversion from PNG to JPEG renders the transparent area to black
  • Setting the Brush Color does not seem to Take Effect when used to Draw String

Newly added documentation pages and articles

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

Overview:Aspose.Imaging for Java`

Aspose.Imaging for Java is an image processing & manipulation component that allows developers to create, edit, draw or convert images in their Java application. It allows developers to convert images to BMP, JPEG, TIFF, GIF, PNG & PSD formats. It draws images using advanced features like Graphics & GraphicsPath. The drawing feature is useful for adding shapes, building up new images or adding watermarks to images. It works well with both web & windows applications. It supports JDK 1.5 & above.

More about Aspose.Imaging for Java

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

Export Reports with Large Data Sets & Fit to Page While Exporting Excel Report

$
0
0

What’s new in this release?

The long awaited version of Aspose.Cells for Reporting Services 2.2.0 has been released. This release contains some useful enhancements. It contains over 40 fixes and other improvements, including Fit to Pages feature while rendering MS Excel reports. In this release, we have optimized the performance of Aspose.Cells for Reporting Services when rendering and exporting Microsoft Excel files. In this release, several important issues have been addressed. For example, issues around, saving and publishing reports, duplicate worksheets, missing contents, named ranges, encrypting files, grouping rows and columns, formatting cells, indentation and character spacing have been resolved. We have also enhanced the performance when exporting reports with large data sets. The new version includes some other important fixes against certain issues such as custom UI Runtime Error in Aspose.Cells.ReportingServices.Client.xlam, Aspose.Cells for RS gives Run-time error ’429′ on Excel 2013, Wrap Text not working using Aspose.Cells for Reporting, exporting a report fails – “Could not find any recognizable digits.” error occurred, wrap Text not working using Aspose.Cells for Reporting, export from SSRS is taking very long and returning an error, the header seems to be missing when setting HisOption as 2 and Row groupings are lost in the rendered XLSX file format. This release includes plenty of new and improved features as listed below

  • Fit to Page feature for exporting Excel report
  • Export from SSRS is taking very long and returning an error
  • Export to Excel Error - same worksheet name already exists
  • After setting HisOption as 2 then clicking the cell ignores the rs:Format parameter when opening the hyperlink into the browser
  • The header seems to be missing when setting HisOption as 2
  • Integrity Index by Demo: Text is cutting
  • Integrity Index by Demo: Top header row is missing
  • Action Plan Tracking Report: Indentation of text in first column is not coming
  • Action Plan Tracking Report: Placement of Column Header on Action Plan Tracking Report is incorrect for FY 15 and header for FY14 is missing
  • Integrity Index Report: Indentation of text in first column is not coming
  • Integrity Index Report: Header is not merging
  • Integrity Index Report: Text is not completely visible in the cells
  • Cover Page Report: Current Date is not displayed
  • Cover Page Report: Space between the first line and second line is very less
  • Cover Page Report: Image is distorted
  • Dashboard Report - Engagement Impact Area text should be in BOLD in the fourth quad
  • Dashboard Report - Special characters are being displayed incorrectly on Quad 1 of Dashboard. For eg: &quot; is being display instead of
  • Dashboard Engagement Score Report - Text not clearly visible in many reports.
  • Item Impact Analysis Report - Gray color background is appearing in first column.
  • Item Impact Analysis Report - Space on the top of report, between the title and table is more and spaces between the two headings on the top is less.
  • Integrity Index Report - Report is not getting export in XLSX, giving error : "An error occurred while exporting the report."
  • Dashboard Report - In the fourth quad there is a lot of space between the text and the improve, sustain & monitor categories.
  • Dashboard Report - Engagement score should be in BOLD in the third quad.
  • No Document Map in Aspose.Cells 2.1.0
  • Is it possible to auto create "defined names"?
  • Exception occurring on export - Additional non-parsable characters are at the end of the string.
  • Excel Encryption Issue
  • A lot of space being displayed between paragraph and table
  • Dashboard 4th quadrant height should be similar to 3rd quadrant
  • Wrapping issue - text are cutting
  • Excel unreadable content popup on the MDX_ItemImpactAnalysis RDL Export
  • Formatting issues in Dashboard RDL Export
  • Error rendering document map
  • "Excel found unreadable content..." popup occuring in the reports which are using sub reports
  • Visible grouped rows set hidden in the exported Excel file (XLSX)
  • 8) Row groupings are lost in the rendered XLSX file format
  • Exception occuring: Unknown image format:Parameter is not valid.
  • Wrap Text not working using Aspose.Cells for Reporting
  • Exporting a report fails - "Could not find any recognizable digits." error occured
  • Custom UI Runtime Error in Aspose.Cells.ReportingServices.Client.xlam
  • Aspose.Cells for RS gives Run-time error '429' on Excel 2013 (Windows 8)
  • Saving and Publishing Aspose Cells SSRS report fail

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.

Overview: Aspose.Cells for Reporting Services

Aspose.Cells for Reporting Services allows you to export native Excel reports in Microsoft SQL Server 2005 Reporting Services. Unlike the built-in renderer for Excel based reports, Aspose.Cells for Reporting Services provides an extended feature set and allows RDL reports to be converted to: Excel 97-2003 binary XLS format, SpreadsheetML or the Excel2007 XLSX format. With Aspose.Cells Report Designer tool, users can design & deliver reports into MS Excel directly without using Visual Studio IDE.

More about Aspose.Cells for Reporting Services

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

Viewing all 1163 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>