<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://openxmldeveloper.org/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Industry Solutions - Recent Threads</title><link>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23.aspx</link><description /><dc:language /><generator>Telligent Community 5.6.582.12783 (Build: 5.6.582.12783)</generator><item><title>parse and publish  aspx url</title><link>http://openxmldeveloper.org/thread/159816.aspx</link><pubDate>Mon, 19 Nov 2012 06:44:44 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159816</guid><dc:creator>sachinpawan</dc:creator><slash:comments>2</slash:comments><comments>http://openxmldeveloper.org/thread/159816.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/159816/rss.aspx</wfw:commentRss><description>&lt;p&gt;hi all,&lt;/p&gt;
&lt;p&gt;i am quite new to .net , i have one wordpress blog which is in php. from one company i got aspx url, which is to be published in my blog.&lt;/p&gt;
&lt;p&gt;i dont know how to parse it and publish in my blog....please help me in this regard&lt;/p&gt;
&lt;p&gt;url format follows...&lt;/p&gt;
&lt;p&gt;&lt;a href="http://195.39.170.241:8085/Default.aspx"&gt;http://195.39.xxx.xxx:8085/Default.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;with best regards&lt;/p&gt;
&lt;p&gt;pa1&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#c0c0c0;"&gt;&lt;strong&gt;(the guy from the company quoted that&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background-color:#c0c0c0;"&gt;&lt;strong&gt;&amp;quot;&lt;em&gt;This is a RSS feed [or] in other words this url writes an xml to the stream .You must be aware of http request and response , please the invoke the URL and capture the http response which is an xml , then parse it and display it on your website&lt;/em&gt;&amp;nbsp;&amp;quot;)&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Looking for a high level review of my OpenXML project to see if I am on a path that can get me there, and if so, how?</title><link>http://openxmldeveloper.org/thread/159612.aspx</link><pubDate>Tue, 02 Oct 2012 14:19:40 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:159612</guid><dc:creator>sblalock</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/159612.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/159612/rss.aspx</wfw:commentRss><description>&lt;p&gt;For the official moderators and those that like to play moderator, this post is looking for a high level review of my problem (platform, technologies, techniques, etc) and possible solutions. It is looking for recomentations on code samples, technuqies, whitepapers, etc. It is concerning a project using VB.Net (or C#), ASP.Net, IIS, Windows Server, Visual Studio, HTML, OpenXML, OpenXML-SDK, and MS-Excel. I am willing to consider, &amp;quot;this should be in whatever, whatever&amp;quot; but please make it relevant and not just &amp;quot;let&amp;#39;s get this out of our queue&amp;quot;. &lt;br /&gt; &lt;br /&gt;---------------------------------------------------------&lt;br /&gt; &lt;br /&gt;This is a design problem / brain teaser for all the Architect minded folks in the community. For those that expend the time to at least read this document, I thank you. For those that read, consider and share their opinions, I am humble by your dedication to helping others and I am most appreciative.&lt;br /&gt; &lt;br /&gt;I have a conversion project for a client that has painted me into a corner and I am hoping there is someone out there with the knowledge and expertise to help me.&lt;br /&gt; &lt;br /&gt;Should you choose to accept this assignment.... &amp;lt;cue music&amp;gt;&lt;br /&gt; &lt;br /&gt;The requirements are fixed, so the suggestion to just use a different language, web webserver, commercial component, etc will be considered, however will most likely be discounted as a no solution. Please do not misunderstand, I am open to new ideas and certainly open to any help you may be able to provide: code samples, white papers, articles, etc which relate, however part of the problem is meeting the clients requirements. Even I, the lowly programmer, most likely could solve this problem if I were allowed to change the requirements and the environment. Any changes to the requirements will need to be justified as &amp;quot;the only way to solve the problem.&amp;quot;&lt;br /&gt; &lt;br /&gt;Requirements/Goals:&lt;br /&gt; &lt;br /&gt;* Native code/components. No commercial components please. Solutions using open source components will be considered.&lt;br /&gt; * Thin Client / Browser based (IE is standard)&lt;br /&gt; * IIS WebServer running on Windows Server.&lt;br /&gt; * If submitting or referring to samples/solutions, VB.Net/Asp.Net preferred, however I can translate C#&lt;/p&gt;
&lt;p&gt;Problem:&lt;br /&gt; &lt;br /&gt;Convert a desktop vb6 client/server program using Office Automation to a ASP.Net thin client application. The program reads two Spreadsheets (one with static design elements, calculations and cells/text boxes which are populated with data from the DB and one with named ranges containing drawings) and merges all this onto a spreadsheet which is persisted to the Server HD for archive, and then needs to be displayed to the user. Of course in the client/server world, displaying was done with launching Excel, however in the websrver/browser world, the document needs to be rendered as HTML and sent back across the HTTP pipe to the clients browser (rendered as close to the spreadsheet as possible). EXCEL WILL NOT BE ON THE CLIENT MACHINE, so the output must come down to the browser as HTML.&lt;br /&gt; &lt;br /&gt;Notes:&lt;br /&gt; &lt;br /&gt;1). Excel is the preferred way of maintaining the templates with the design and calculations on it. Unless there is a significantly better option, Excel will continue to be used.&lt;br /&gt; &lt;br /&gt;2). Excel is the preferred way of maintaining the drawings, HOWEVER, if there is a significantly better option, we can flatten these drawings making them JPEGs/etc and use them as Images rather than Drawings.&lt;br /&gt; &lt;br /&gt;3). MS Web components 2010 ran out of support this year, so we wish to stay away from it. The notice on Technet says to use other technologies, however I did not see a suggestion as to what that may be.&lt;br /&gt; &lt;br /&gt;4). MS and most of the forums strongly suggest that we do not use Office Automation on the server side, so we would like to adhere to that.&lt;br /&gt; &lt;br /&gt;5). The information, samples, blogs, VCasts from Eric White is great stuff and he is working on great things to improve the area of OpenXML-SDK, however I do not think I have found any of his stuff which exacly helps me. I may be wrong. Along this vein, I have been working on these issues for a while. You doing a quick Google and pointing me to the first link in the top 10 that looks interesting, is not going to do it.&lt;br /&gt; &lt;br /&gt;Progress:&lt;br /&gt; &lt;br /&gt;Here is what I have done and here is where my problems have been:&lt;br /&gt; &lt;br /&gt;Effort: I started going down the path of converting the spreadsheets to OpenXML and using the OpenXML-SDK to merge the spreadsheets and to pull the data from he DB and populate certain cells and text boxes. This went well however...&lt;br /&gt; &lt;br /&gt;Roadblock: Copying the drawings from one spreadsheet to another using the OpenXML-SDK has turned into an issue which is out on 3-4 forums with no results. It is currently being considered my a MS Technician (for the last week) as a MSDN help ticket, but I do not have faith that this will go far as the technician has been very quiet so far. The OpenXML-SDK and the current sample code / articles in the community seems to be lacking when dealing with moving Drawing Components.&lt;br /&gt; &lt;br /&gt;Roadblock: Using OpenXml-SDK to convert the OpenXML to HTML to be sent back though the web server to the users browser has become a roadblock. Of course in the world where Office Automation is available, HTML and PDF are available as SaveAs types, however so far I have found the OpenXML-SDK, Samples code, Articles all to be lacking in this area as well. The OpenXML is a structured multi file format with style, pictures, data all intermingled in a fair involved way. Simply &amp;quot;sending the XML&amp;quot; across the wire is not an option. The OpenXML Document needs to be rendered into HTML with structure, style and data all encoded in the markup. Since design and structure is handled in the Excel Document, we do not with to have to change style and layout on the client side though CSS.&lt;/p&gt;
&lt;p&gt;Questions:&lt;br /&gt; &lt;br /&gt;1). So, is there a better approach?&lt;br /&gt; &lt;br /&gt;2). Am I missing some Components / Samples / Techniques / Articles which could help me get my current solution implemented (namely the copying of Drawings from one spreadsheet to another, AND the rendering of the OpenXML document as a HTML Document)?&lt;br /&gt; &lt;br /&gt;3). How would you do this?&lt;br /&gt; &lt;br /&gt;4). Am I the only one tired of American Politics and the election season?&lt;/p&gt;
&lt;p&gt;If you ave made it this far, thank you. You are obviously not the kind of person looking to just drop the quick &amp;quot;You should be able to...&amp;quot; type comment. I do appreciate your effort so far, and if you can help, I will be even more appreciative.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Aspose.Newsletter February 2012 Edition is out Now</title><link>http://openxmldeveloper.org/thread/158335.aspx</link><pubDate>Fri, 03 Feb 2012 03:57:54 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:158335</guid><dc:creator>aspose_seo</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/158335.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/158335/rss.aspx</wfw:commentRss><description>&lt;p class="style3"&gt;&lt;strong&gt;Aspose  Newsletter for February 2012&lt;/strong&gt; has now been published that highlights  all the newly supported features offered in the recent releases of its  JasperReports exporters, SQL Server rendering extensions, .NET, Java &amp;amp;  SharePoint components. This month&amp;rsquo;s technical article shows performing OCR with  Aspose.OCR for .NET &amp;amp; a migration tip for extracting messages from a PST  file with Aspose.Email for .NET. A video tutorial for creating Code3128 barcode  and set its background color using Aspose.BarCode.&lt;/p&gt;
&lt;p class="style3"&gt;In  December we ran a sweepstake on Facebook; in January we had a grand prize draw.  The winner of the sweepstake prize, an iPad 2, was Michael Sevast. He was much  surprised to find that he had won but also had kind words to say about Aspose: &amp;ldquo;We  have used the Apose.Total for .NET components, for several years now. These  tools greatly simplify our ability to interact with and export to known  Microsoft formats. The speed of these components saves us considerable time  over custom in-house solutions.&lt;/p&gt;
&lt;p class="style3"&gt;&lt;strong&gt;Supporting User  Groups &amp;ndash; How Can We Help?&lt;/strong&gt;&lt;/p&gt;
&lt;p class="style3"&gt;Aspose  value our developer community and do what we can to support over 150,000 users.  One way we support the community is by supporting user groups. User groups  bring developers from different industries and with different experience  together to learn from each other. We already sponsor several groups and  provide swag and free licenses for competitions. If you lead a user group, or  know of one that could benefit from our support, please &lt;a href="http://mce_host/discussions/open_xml_scenarios/f/23/p/addpost.aspx/user.groups@aspose.com"&gt;&lt;strong&gt;contact us&lt;/strong&gt;&lt;/a&gt;.  We&amp;rsquo;d love to hear from you.&lt;/p&gt;
&lt;p class="style3"&gt;&lt;strong&gt;Product Spotlight &amp;ndash; Aspose.Diagram for  .NET&lt;/strong&gt;&lt;/p&gt;
&lt;p class="style3"&gt;Aspose.Diagram is a class library for working  with MS Visio files &amp;amp; is a pure .NET alternate for MS Visio Object Model.It  enables developers to work with VSD &amp;amp; VDX files on ASP.NET web  applications, web services &amp;amp; Windows applications. It makes use of the  advanced functionality of Visio&amp;#39;s services to manipulate Visio docs on a  server. Developer can open files &amp;amp; manipulate the elements of the diagram,  from lines and fills, to more complex elements, and then export to native Visio  formats or XML. Click here to &lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.diagram-for-.net/default.aspx"&gt;&lt;strong&gt;download the latest release of Aspose.Diagram  for .NET&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p class="style3"&gt;&lt;strong&gt;Technical  Article &amp;ndash; Performing OCR with  Aspose.OCR for .NET&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;
&lt;span class="style3"&gt;Aspose.OCR for .NET (and Java, too) gives  software developers a tool for incorporating optical character recognition in  their applications. This article explains how to get started and performing OCR  on an image. For more links and information about Aspose.OCR, check out our &lt;a href="http://www.aspose.com/adtracker/?code=080541120120"&gt;Facebook fan page&lt;/a&gt;.  Every month, we&amp;rsquo;ll post links there that help you get more out of our products.  Click here to read the &lt;a href="http://docs.aspose.com/display/ocrnet/Perform+OCR+on+Image"&gt;&lt;strong&gt;complete article&lt;/strong&gt;&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p class="style3 style3 style3"&gt;&lt;strong&gt;Updates about new product releases&lt;/strong&gt;&lt;/p&gt;
&lt;ol class="style3 style3 style3 style3"&gt;
&lt;li&gt;&lt;a href="http://www.aspose.com/adtracker/?code=082843110621"&gt;&lt;strong&gt;Aspose.Total for .NET&lt;/strong&gt;&lt;/a&gt; &amp;ndash; a compilation of our latest .NET products.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/default.aspx"&gt;&lt;strong&gt;Aspose.Cells for .NET&lt;/strong&gt;&lt;/a&gt; 7.1.0 &amp;ndash;supports conditional formatting for pivot  tables, converting work sheets to SVG and introducing a number of enhancements.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.words-for-.net/default.aspx"&gt;&lt;strong&gt;Aspose.Words for .NET&lt;/strong&gt;&lt;/a&gt; &amp;ndash; our monthly Aspose.Words release.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.pdf-for-.net/default.aspx"&gt;&lt;strong&gt;Aspose.Pdf for .NET&lt;/strong&gt;&lt;/a&gt; 6.6.0 &amp;ndash;introduces PDf to PDF/A or PDF/A-1a conversion,  PDF portfolio, CGM to PDF conversion and a number of other enhancements.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.slides-for-.net/default.aspx"&gt;&lt;strong&gt;Aspose.Slides for .NET&lt;/strong&gt;&lt;/a&gt; 5.8.0 &amp;ndash;resolves a number of issues, from exceptions  when working with PPTX files to charts being excluded from PDF output.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.barcode-for-.net/default.aspx"&gt;Aspose.BarCode for .NET&lt;/a&gt;&lt;/strong&gt; 4.5.0  &amp;ndash; adds       support for Windows Phone 7, saving barcode to EMF stream and Singapore       Post 4-State barcode. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.tasks-for-.net/default.aspx"&gt;Aspose.Tasks for .NET&lt;/a&gt; &lt;/strong&gt;4.0.0:  &amp;ndash; supports       changing task progress and adds a number of other improvements. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.diagram-for-.net/default.aspx"&gt;Aspose.Diagram       for .NET&lt;/a&gt;&lt;/strong&gt; 1.8.0 &amp;ndash; allows you to set page size when rendering TIFFs  and ads layout shapes to compact tree and flowchart diagrams.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.imaging-for-.net/default.aspx"&gt;Aspose.Imaging for  .NET&lt;/a&gt; &lt;/strong&gt;1.3.0  &amp;ndash; allows you       to resize images. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.email-for-.net/default.aspx"&gt;Aspose.Email for .NET&lt;/a&gt;&lt;/strong&gt; 1.3.0  &amp;ndash; introduces       a number of new features, including auto-detecting email format and       support for EMLX. &lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.aspose.com/adtracker/?code=083632110621"&gt;&lt;strong&gt;Aspose.Total for Java&lt;/strong&gt;&lt;/a&gt; &amp;ndash; a compilation of our latest Java products.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/default.aspx"&gt;Aspose.Cells for Java&lt;/a&gt;&lt;/strong&gt; 7.1.0 &amp;ndash; adds a number of enhancements and fixes.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/72/java-components/aspose.words-for-java/default.aspx"&gt;Aspose.Words for Java&lt;/a&gt;&lt;/strong&gt; &amp;ndash; our monthly Aspose.Words release.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/categories/java-components/aspose.email-for-java/default.aspx"&gt;Aspose.Email for Java&lt;/a&gt; &lt;/strong&gt;1.2.0 &amp;ndash; improves       MSG to EML conversion, gives access to default folders and allows you to       remove an item from a PST file. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/72/java-components/aspose.ocr-for-java/default.aspx"&gt;Aspose.OCR for Java&lt;/a&gt; &lt;/strong&gt;1.1.0&amp;ndash; adds       support for more fonts.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.aspose.com/adtracker/?code=084210110621"&gt;&lt;strong&gt;Aspose.Total for SharePoint&lt;/strong&gt;&lt;/a&gt; &amp;ndash; a compilation of our latest SharePoint products.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.aspose.com/adtracker/?code=083834110621"&gt;&lt;strong&gt;Aspose.Total for Reporting Services&lt;/strong&gt;&lt;/a&gt; &amp;ndash; a compilation of our latest Reporting Services products.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.cells-for-reporting-services/default.aspx"&gt;Aspose.Cells       for SSRS &lt;/a&gt;&lt;/strong&gt;1.8.0:  - adds       support for protecting workbooks and worksheets as well as filters and       other optimizations and fixes. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.slides-for-reporting-services/default.aspx"&gt;Aspose.Slides       for Reporting Services&lt;/a&gt; &lt;/strong&gt;4.0.0- improves       performance and adds another few fixes. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/default.aspx"&gt;Aspose.BarCode       for Reporting Services&lt;/a&gt; &lt;/strong&gt;4.5.0  - adds support for Singapore Post 4-State barcodes and fixes an issue with licenses.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.aspose.com/adtracker/?code=083927110621"&gt;&lt;strong&gt;Aspose.Total for JasperReports&lt;/strong&gt;&lt;/a&gt; &amp;ndash; a compilation of our latest JasperReports products.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/67/jasperreports-exporters/aspose.cells-for-jasperreports/default.aspx"&gt;Aspose.Cells for JasperReports&lt;/a&gt; &lt;/strong&gt;1.1.1&amp;nbsp;&amp;ndash;       hotfix       that fixes a couple of issues.&lt;/li&gt;
&lt;/ol&gt;
&lt;p class="style3 style3 style3"&gt;&lt;strong&gt;Tutorial Video &amp;ndash;Using Aspose.BarCode  for Java&lt;/strong&gt;&lt;/p&gt;
&lt;p class="style3"&gt;SAspose.BarCode for Java makes it easy to read  and create barcodes in Java applications. Many aspects of the barcode can be  controlled. This tutorial shows how to create a Code3128 barcode and set the  foreground, background and code text colors as well as other attributes. The  video is just under 5 minutes long. Click below to watch the Video about &lt;a href="http://www.youtube.com/watch?v=6g3JJNmgFlQ&amp;amp;list=PLCDEAFF32E32C2CF3&amp;amp;index=2&amp;amp;feature=plpp_video"&gt;&lt;strong&gt;creating a Code3128 barcode&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p class="style3"&gt;&lt;strong&gt;Migration Tip &amp;ndash;Extracting messages  from a PST file with Aspose.Email for .NET&lt;/strong&gt;&lt;/p&gt;
&lt;p class="style3"&gt;&amp;nbsp;One way of extracting messages from PST files in  Microsoft Outlook is to use Microsoft Automation. For it to work, you need  Outlook installed on the machine that the code runs on and you need to  reference Microsoft Office Interop for Outlook. The other way is to use  Aspose.Email for .NET.&amp;nbsp;You can find the complete details &lt;a href="http://docs.aspose.com/display/emailnet/Extract+Messages+from+Outlook+PST+file+and+save+them+to+Disk+in+MSG+format"&gt;&lt;strong&gt;here&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p class="style3 style3 style3 style3"&gt;  &lt;strong&gt;Collect your copy of Aspose Newsletter,&lt;span class="style2"&gt; October &lt;/span&gt;2012 edition&lt;/strong&gt;&lt;/p&gt;
&lt;ul class="style3 style3 style3 style3"&gt;
&lt;li&gt;Collect the  &lt;strong&gt;&lt;a href="http://www.aspose.com/blogs/aspose-business/customer-newsletters/archive/2012/01/01/aspose-newsletter-january-2012.html"&gt;English version&lt;/a&gt;&lt;/strong&gt; of this newsletter&lt;/li&gt;
&lt;li&gt;Collect the &lt;strong&gt;&lt;a href="http://www.aspose.com/blogs/aspose-business/customer-newsletters/archive/2012/02/01/aspose-???????-2012?-2?.html"&gt;Japanese version&lt;/a&gt;&lt;/strong&gt; of this newsletter&lt;/li&gt;
&lt;/ul&gt;
&lt;p class="style3 style3 style3 style3"&gt;&lt;b&gt;Keep in Touch &lt;/b&gt;&lt;br /&gt;
  &lt;br /&gt;
There are several ways for you to keep in touch with us. The monthly newsletter 
is a way for us to keep in touch with you, but we are always interested in 
hearing from you.&lt;br /&gt;
&lt;br /&gt;
- Post a question on our &lt;b&gt;
&lt;a rel="nofollow" href="http://www.aspose.com/community/forums/default.aspx"&gt;
forums &lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
- Connect with us on Post a question on our &lt;b&gt;
&lt;a rel="nofollow" href="http://www.facebook.com/pages/Aspose/21217093093"&gt;
Facebook &lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;
&lt;span class="style3 style3 style3 style3"&gt;&lt;strong&gt;Contact Information&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="style3 style3 style3 style3"&gt;Aspose Pty Ltd
Suite 163,&lt;/p&gt;
&lt;p class="style3 style3 style3 style3"&gt;&amp;nbsp;79 Longueville Road
Lane Cove, &lt;/p&gt;
&lt;p class="style3 style3 style3 style3"&gt;NSW, 2066
Australia&lt;/p&gt;
&lt;p class="style3 style3 style3 style3"&gt;&amp;nbsp;&lt;strong&gt;&lt;a href="http://www.aspose.com/"&gt;&lt;strong&gt;Aspose - Your File Format Experts&lt;/strong&gt;&lt;/a&gt;
&lt;/strong&gt; &lt;/p&gt;
&lt;p class="style3 style3 style3 style3"&gt;&lt;strong&gt;
&lt;a href="mailto:sales@aspose.com"&gt;sales@aspose.com&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p class="style3 style3 style3 style3"&gt;Phone: 888.277.6734&lt;/p&gt;
&lt;p class="style3 style3 style3 style3"&gt;&amp;nbsp;Fax: 866.810.9465&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Generate Reports Easily Using Templater Library for .Net and Java</title><link>http://openxmldeveloper.org/thread/158313.aspx</link><pubDate>Wed, 25 Jan 2012 16:00:54 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:158313</guid><dc:creator>Askade</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/158313.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/158313/rss.aspx</wfw:commentRss><description>&lt;h2&gt;Description:&lt;/h2&gt;
&lt;p&gt;&lt;a title="Templater" href="http://templater.info"&gt;Templater&lt;/a&gt; is a library that facilitates creating reports. Main advantage of &lt;a href="http://templater.info" title="Templater"&gt;Templater&lt;/a&gt;&amp;nbsp;is that report templates are documents created using Office-like editor.&lt;/p&gt;
&lt;h2&gt;Main features:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;Report templates are documents &amp;ndash; create and design report templates using your favorite editor (e.g. Word, Excel etc.) and add tags as text, e.g. [[NAME_SURNAME]], [[MONTHLY_SALE]].&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;Tags will be replaced with actual data during runtime through .Net/Java. &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#000000;"&gt;
NO additional plug-ins are required!&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;One method API is easily mastered in matter of minutes.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;Templater supports various data types as well property/method navigation &amp;ndash; navigate fields and invoke methods without arguments and use dot operator to select object properties.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;Reasonable price.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img title="Templater - Excel Report" style="display:block;margin-left:auto;margin-right:auto;border:0px initial initial;" alt="Example of using Templater for creating report in MS Excel" src="http://openxmldeveloper.org/resized-image.ashx/__size/550x0/__key/communityserver-discussions-components-files/23/8737.excel_2D00_merge.jpg" /&gt;&lt;/p&gt;
&lt;h2&gt;Usage:&lt;/h2&gt;
&lt;p&gt;Video demonstration can be found on &lt;a title="Templater Homepage" href="http://templater.info"&gt;templater.info&lt;/a&gt; website or by following link &lt;a title="Templater Video Tutorial" href="http://youtu.be/V1QuEm5UaFo"&gt;youtu.be/V1QuEm5UaFo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a title="Templater" href="http://templater.info/"&gt;Templater&lt;/a&gt; is not a mere mail-merge library, but can be used to create both simple and complex reports. Although it is not a substitute for OfficeOpenXml SDK or other similar tools, it is more than sufficient for creating complete reports in most cases:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Generating reports and document&lt;/li&gt;
&lt;li&gt;Generating invoices, proposals etc.&lt;/li&gt;
&lt;li&gt;Aggregating data in Excel for later analysis&lt;/li&gt;
&lt;li&gt;Filling out forms.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img title="Templater - Word Sales Order" style="display:block;margin-left:auto;margin-right:auto;border:0px initial initial;" src="http://openxmldeveloper.org/resized-image.ashx/__size/550x0/__key/communityserver-discussions-components-files/23/6215.word_2D00_final.png" alt="Example of creating sales order using Templater" /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;/ul&gt;
&lt;p&gt;There are three license versions available:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Free&lt;/li&gt;
&lt;li&gt;Standard&lt;/li&gt;
&lt;li&gt;Enterprise.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you have any questions regarding &lt;a title="Templater" href="http://templater.info/"&gt;Templater&lt;/a&gt; feel free to contact us via &lt;a title="Email us" href="mailto:info@templater.info?Inquiry%20About%20Templater"&gt;info@templater.info&lt;/a&gt; or comment below. We&amp;rsquo;re looking forward to hearing from you.&lt;/p&gt;
&lt;h2&gt;Useful links:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://templater.info" title="Templater"&gt;Templater&lt;/a&gt;&amp;nbsp;homepage: &lt;a title="Templater Homepage" href="http://templater.info"&gt;templater.info&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Usage examples: &lt;a title="Usage Examples" href="http://templater.info/documents"&gt;templater.info/documents&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Download and samples: &lt;a title="Downloads and Samples" href="http://templater.info/downloads"&gt;templater.info/downloads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Purchase: &lt;a title="Purchase" href="http://templater.info/buy"&gt;templater.info/buy&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Docentric - The Document Generation and Reporting toolkit for .NET</title><link>http://openxmldeveloper.org/thread/158077.aspx</link><pubDate>Thu, 24 Nov 2011 16:41:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:158077</guid><dc:creator>Jure.L</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/158077.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/158077/rss.aspx</wfw:commentRss><description>&lt;h1 class="island_title"&gt;A powerful and easy to use MS Word Document Generation toolkit for .NET applications&lt;/h1&gt;
&lt;p&gt;Docentric is an MS Word document generation and reporting toolkit for .NET applications. It allows the .NET developers to incorporate MS Word document creation capabilities into any type of a .NET application without the need of Microsoft Word being installed on a machine running the application.&lt;/p&gt;
&lt;p&gt;In the heart of the toolkit lies the Docentric&amp;nbsp;&lt;b&gt;Report Engine&lt;/b&gt;&amp;nbsp;in the form of a 100% managed .NET library and based on &lt;strong&gt;Open XML&lt;/strong&gt;. But the toolkit also features a powerful, logical and simple to use&amp;nbsp;&lt;b&gt;Add-In&lt;/b&gt;&amp;nbsp;for MS Word used to design report templates. The templates are later processed and merged with data using the Docentric Report Engine from a .NET application.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://www.docentric.com/Images/Diagram.jpg" width="600px" alt="Templated document" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Create reports in the form of MS Word document&lt;/li&gt;
&lt;li&gt;Report engine is completely independent of MS Word&lt;/li&gt;
&lt;li&gt;100% .NET native, no COM&lt;/li&gt;
&lt;li&gt;Design report templates in MS Word with the help of Docentric&amp;#39;s Add-In&lt;/li&gt;
&lt;li&gt;.NET Report engine for generating MS Word documents&lt;/li&gt;
&lt;li&gt;Use .Net Objects or XML as data sources&lt;/li&gt;
&lt;li&gt;Multi-Pass Report Generation&lt;/li&gt;
&lt;li&gt;Templates can be also authored by non-developers&lt;/li&gt;
&lt;li&gt;Report templating supports multiple sections, headers and footers, nested tables, charts and much more&lt;/li&gt;
&lt;li&gt;Can be used in any type of .NET application, on client or server side&lt;/li&gt;
&lt;li&gt;Royalty free&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In case you want to learn more about the product:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Visit our web site: &lt;a href="http://www.Docentric.com"&gt;www.Docentric.com&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Watch the &lt;a href="http://www.docentric.com/videosscreenshots"&gt;introductory video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;See &lt;a href="http://www.Docentric.com"&gt;Product Overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Read &lt;a href="http://www.docentric.com/documentation/index.htm"&gt;documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.docentric.com/download"&gt;Download Free Trial&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://www.docentric.com/Images/TemplateToReport.jpg"&gt;&lt;img src="http://www.docentric.com/Images/TemplateToReport.jpg" width="600px" alt="From Template to Report" /&gt;&amp;nbsp;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Aspose.Newsletter February 2011 Edition is out now</title><link>http://openxmldeveloper.org/thread/114189.aspx</link><pubDate>Fri, 04 Feb 2011 08:07:19 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:114189</guid><dc:creator>sherazam</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/114189.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/114189/rss.aspx</wfw:commentRss><description>&lt;br /&gt;&lt;p&gt;&lt;strong&gt;Aspose Newsletter for February 2011&lt;/strong&gt; has  now been published that highlights all the newly supported features offered in  the recent releases of its JasperReports exporters, SQL Server rendering  extensions, .NET, Java &amp;amp;amp; SharePoint components. This month&amp;amp;rsquo;s technical article  explains how to work with email messages from within SharePoint application.&amp;amp;nbsp; Also a demo for configuring Aspose.Pdf for  JasperReports with JasperServer &amp;amp;amp; how to produce  charts in Excel programmatically, in the technical tip section.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;Product  Spotlight &amp;amp;ndash; Aspose.Network for SharePoint&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;We are proud to announce a brand new product in our  SharePoint family. Aspose.Network for SharePoint brings Aspose's powerful email  conversion and synchronization features to the SharePoint platform. Use  Aspose.Network for SharePoint to import EML and MSG files and export to message  or text formats. Or use it to sync emails from SharePoint's custom list of emails with POP3, IMAP or  Microsoft Exchange Server. Other features like; extraction of attachments from  email, and FTP servers with SSL are also supported.  &lt;a href="http://www.aspose.com/community/files/73/sharepoint-components/aspose.network-for-sharepoint/default.aspx"&gt;&lt;strong&gt;Download Free Trial of Aspose.Network for SharePoin&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;Technical  Article &amp;amp;ndash; Synchronizing emails with Gmail using Aspose.Network for SharePoint&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;Aspose.Network for SharePoint&lt;/strong&gt; is a new product which allows you  to work with email messages from within your own SharePoint applications. To  illustrate its synchronization features, this article walks you through how to  synchronize emails from Gmail with SharePoint's custom list of emails. &amp;amp;nbsp;Click below to &lt;a href="http://www.aspose.com/documentation/sharepoint-components/aspose.network-for-sharepoint/synchronize-emails-with-gmail.html"&gt;&lt;strong&gt;read the complete article&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;Updates  about new product releases&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.total-for-.net/default.aspx"&gt;Aspose.Total for .NET&lt;/a&gt;&lt;/strong&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.total-for-.net/default.aspx"&gt;&lt;strong&gt; 5.2.2&lt;/strong&gt;&lt;/a&gt; -  a compilation of our latest .NET products. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.words-for-.net/default.aspx"&gt;Aspose.Words       for .NET&lt;/a&gt;&lt;/strong&gt; 9.6.0 &amp;amp;ndash; adds text-wrapping around shapes, new export to SWF features and a host       of fixes and features. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.cells-for-.net/default.aspx"&gt;Aspose.Cells for .NET&lt;/a&gt;&lt;/strong&gt; 5.2.2 &amp;amp;ndash; supports exporting table styles to PDF, enhances ODS file management and       includes a number of fixes. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.pdf-for-.net/default.aspx"&gt;Aspose.Pdf for .NET&lt;/a&gt;&lt;/strong&gt; 4.9.0  &amp;amp;ndash; adds vertical text for graph notes, different repeating row styles,       validation, custom calculation and more. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.pdf.kit-for-.net/default.aspx"&gt;Aspose.Pdf.Kit for .NET&lt;/a&gt;&lt;/strong&gt; 5.2.0  &amp;amp;ndash; improved image rendering and extraction, text replacement, form filling       and more. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.network-for-.net/default.aspx"&gt;Aspose.Network       for .NET&lt;/a&gt;&lt;/strong&gt; 6.0.0  &amp;amp;ndash; adds SFTP support and improves a couple of properties and classes. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.flash-for-.net/default.aspx"&gt;Aspose.Flash       for .NET&lt;/a&gt;&lt;/strong&gt; 3.5.0 &amp;amp;ndash; fixes a number of SWF to image rendering issues. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/51/.net-components/aspose.report-for-.net/default.aspx"&gt;Aspose.Report       for .NET&lt;/a&gt;&lt;/strong&gt; 3.3.0 &amp;amp;ndash; adds support for setting the       width and height of the rules list box in CSS. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/72/java-components/aspose.total-for-java/default.aspx"&gt;Aspose.Total       for Java&lt;/a&gt;&lt;/strong&gt; &amp;amp;ndash; a compilation of the latest of our Java products. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/default.aspx"&gt;Aspose.Cells       for Java&lt;/a&gt;&lt;/strong&gt; 2.5.0  &amp;amp;ndash; adds support for XLSB files and a number of improvements and       enhancements. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/72/java-components/aspose.pdf.kit-for-java/default.aspx"&gt;Aspose.Pdf.Kit for Java&lt;/a&gt;&lt;/strong&gt; 3.7.0  &amp;amp;ndash; adds feature to replace text in a rectangle and some fixes. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.total-for-reporting-services/default.aspx"&gt;Aspose.Total       for Reporting Services&lt;/a&gt;&lt;/strong&gt; &amp;amp;ndash; a compilation of our latest Reporting Services products. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.words-for-reporting-services/default.aspx"&gt;Aspose.Words       for Reporting Services&lt;/a&gt;&lt;/strong&gt; 3.4.0 &amp;amp;ndash; adds support for MS SQL Server 2008 R2 RS and the Gauge item. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/67/jasperreports-exporters/aspose-total-for-jasperreports/default.aspx"&gt;Aspose.Total       for JasperReports&lt;/a&gt;&lt;/strong&gt; &amp;amp;ndash; a compilation of our latest JasperReports products. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/67/jasperreports-exporters/aspose.cells-for-jasperreports/default.aspx"&gt;Aspose.Cells       for JasperReports&lt;/a&gt;&lt;/strong&gt; 1.1.1 &amp;amp;ndash; contains a couple of fixes. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/67/jasperreports-exporters/aspose.barcode-for-jasperreports/default.aspx"&gt;Aspose.BarCode       for JasperReports&lt;/a&gt;&lt;/strong&gt; 1.4.0 &amp;amp;ndash; adds full support for UCC/EAN14 (SCC-14) barcodes, word wrap for       captions and VIN barcode generation. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/67/jasperreports-exporters/aspose.pdf-for-jasperreports/default.aspx"&gt;Aspose.Pdf for       JasperReports&lt;/a&gt;&lt;/strong&gt; 1.0.0: &amp;amp;ndash; welcome our latest product in our JasperReports family! Export editable       and high-fidelity PDF documents from JasperReports. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/73/sharepoint-components/aspose.total-for-sharepoint/default.aspx"&gt;Aspose.Total       for SharePoint&lt;/a&gt;&lt;/strong&gt; &amp;amp;ndash; welcome our new Aspose.Total product, a compilation of our latest       SharePoint products. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/73/sharepoint-components/aspose.words-for-sharepoint/default.aspx"&gt;Aspose.Words       for SharePoint&lt;/a&gt;&lt;/strong&gt; 2.1.0 :&amp;amp;ndash; adds improvements our customers have asked for and a number of fixes. &lt;/li&gt;&lt;br /&gt;  &lt;li&gt;&lt;strong&gt;&lt;a href="http://www.aspose.com/community/files/73/sharepoint-components/aspose.network-for-sharepoint/default.aspx"&gt;Aspose.Network for SharePoint&lt;/a&gt;&lt;/strong&gt; 1.0.0: &amp;amp;ndash; welcome a new product to our SharePoint family! Aspose.Network adds       email synchronization and SSL support for IMAP, POP3 and MS Exchange       server. &lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;Tutorial Video &amp;amp;ndash;  Configuring Aspose.Pdf for JasperReports for use with JasperServer&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;This  tutorial video shows how to configure the brand new product Aspose.Pdf for  JasperReports for use with JasperServer by editing XML files on the  JasperServer server. It also shows how to apply  the Aspose.Pdf for JasperReports licence file. Finally, the video shows how to  export a report using Aspose.Pdf for JasperReports. The video is just under 10  minutes long. Click below to &lt;a href="http://www.aspose.com/documentation/jasperreports-exporters/aspose.pdf-for-jasperreports/getting-started-with-aspose-pdf-for-jasperreports.html"&gt;&lt;strong&gt;watch Video&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;Migration Tip &amp;amp;ndash; Creating  a Pie Chart with Aspose.Cells for .NET&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;Do you need to produce charts in Excel programmatically? There  is more than one way to achieve this task: you can use VSTO or you can use  Aspose.Cells. This migration tip shows both methods using C# and VB. The  scenario creates a file, populates it with data and then adds a chart to the  workbook. The same process can be used for other chart types too.  Read the &lt;a href="http://www.aspose.com/documentation/.net-components/aspose.slides-for-.net/adding-picture-frame-with-animation.html"&gt;&lt;strong&gt;migration tip&lt;/strong&gt;&lt;/a&gt; here.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;strong&gt;Collect  your copy of Aspose Newsletter, November 2011 edition&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;ul&gt;&lt;br /&gt;  &lt;li&gt;Collect the &lt;strong&gt;&lt;a href="http://www.aspose.com/community/blogs/customer.newsletters/archive/2011/02/01/aspose-newsletter-february-2011.aspx"&gt;English version&lt;/a&gt;&lt;/strong&gt; of this  newsletter&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;br /&gt;&lt;p&gt;&lt;u&gt;&lt;strong&gt;Contact Information&lt;/strong&gt;&lt;/u&gt;&lt;b&gt; &lt;br&gt;&lt;br /&gt;  &lt;/b&gt;Aspose  Pty Ltd&lt;br&gt;&lt;br /&gt;  Suite  163, 79 Longueville Road&lt;br&gt;&lt;br /&gt;  Lane  Cove, NSW, 2066&lt;br&gt;&lt;br /&gt;  Australia&lt;br&gt;&lt;br /&gt;  &lt;strong&gt;&lt;a href="http://www.aspose.com/"&gt;Aspose - &lt;/a&gt;&lt;/strong&gt;&lt;a href="http://www.aspose.com/"&gt;&lt;strong&gt;Your File Format Experts &lt;/strong&gt;&lt;/a&gt;&lt;b&gt;&lt;br&gt;&lt;br /&gt;  &lt;a href="mailto:sales@aspose.com"&gt;sales@aspose.com&lt;/a&gt;&lt;/b&gt;&lt;br&gt;&lt;br /&gt;  Phone: 888.277.6734&lt;br&gt;&lt;br /&gt;  Fax: 866.810.94651 &lt;/p&gt;&lt;br /&gt;</description></item><item><title>Document automation without coding - TDIWiz 1.2 released</title><link>http://openxmldeveloper.org/thread/37559.aspx</link><pubDate>Tue, 31 Aug 2010 14:17:47 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:37559</guid><dc:creator>friedrichsklenar</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/37559.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/37559/rss.aspx</wfw:commentRss><description>TDIWiz is a tool which enables to get even demanding document automation solutions within hours instead of days or weeks without coding.&lt;br /&gt;&lt;br /&gt;Documents are created by populating predefined templates with current data. Design and test of templates occur in the familiar environment and with the functionality of MS Word.&lt;br /&gt;&lt;br /&gt;The essential new functionalities of version 1.2:&lt;br /&gt;&lt;br /&gt;&gt;  Text modules&lt;br /&gt;&gt;  New Administration AddIn&lt;br /&gt;&gt;  WordprocessingDocument object may be specified directly as template for TDIWiz processing&lt;br /&gt;&lt;br /&gt;www.tdiwiz.com</description></item><item><title>Automate document creation without coding</title><link>http://openxmldeveloper.org/thread/7736.aspx</link><pubDate>Thu, 05 Nov 2009 15:34:38 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:7736</guid><dc:creator>friedrichsklenar</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/7736.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/7736/rss.aspx</wfw:commentRss><description>&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;&lt;STRONG&gt;TDIWiz&lt;/STRONG&gt; (Text-Data-Integration-Wizard) offers surely the easiest, fastest and most affordable way to create Word documents without utilizing&amp;nbsp;Word and without the need of programming. New documents or emails are created by populating templates with current data. &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;The templates may be designed under assistance of TDIWiz administration in the familiar enviroment and with the functionality of MS Word.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;Document creation is based on 4 major functionalities:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;Automatic mapping of input data&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;Repeating document ranges to map multiple data (may be nested to map even hierarchical data automatically)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;Conditional document ranges enable to define various document variants in only one template&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;“Programmed” contents via procedures to cover even special tasks (e.g. calculations)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;The&amp;nbsp;recently released TDIWiz 1.1 is characterized especially by a new, extended licensing system:&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;With the new Developer license you may “sign” templates in order to deploy them for license-free use! And TDIWiz LITE provides the opportunity to use TDIWiz with reduced functionality free of charge (e.g. server-side creation of serial letters).&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;Get to know the essential functionalities of&amp;nbsp;TDIWiz by viewing our &lt;A href="http://www.tdiwiz.com/demos.aspx?content=DEMO"&gt;demo videos&lt;/A&gt;.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;Friedrich Sklenar&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;A href="http://www.tdiwiz.com/"&gt;&lt;FONT face=Calibri&gt;www.tdiwiz.com&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;A href="mailto:info@tdiwiz.com"&gt;&lt;FONT color=#0000ff face=Calibri&gt;info@tdiwiz.com&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Exporting SWF &amp; FLV format reports in SSRS 2005 and 2008</title><link>http://openxmldeveloper.org/thread/7593.aspx</link><pubDate>Mon, 28 Sep 2009 23:07:57 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:7593</guid><dc:creator>aspose_seo</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/7593.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/7593/rss.aspx</wfw:commentRss><description>&lt;P align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;What’s new in this new product release?&lt;/B&gt;&lt;BR&gt;&lt;BR&gt;Aspose.Flash for Reporting Services is a &lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.flash-product-family/archive/2009/09/17/aspose-flash-for-reporting-services-first-version-is-now-available.aspx"&gt;new product&lt;/A&gt;&lt;/B&gt; added in its reporting services products family. It enables you to export Flash SWF and FLV format reports in Microsoft SQL Server 2005 and 2008 Reporting Services.&lt;BR&gt;&lt;BR&gt;&lt;B&gt;More about Aspose.Flash for Reporting Services&lt;/B&gt;&lt;BR&gt;&lt;BR&gt;Aspose.Flash for Reporting Services is a robust .NET solution allowing you to export Flash SWF and FLV format reports in Microsoft SQL Server 2005 and 2008 Reporting Services. It can also be integrated with Microsoft Report Viewer control. Aspose.Flash for Reporting Services is the ideal product for anyone looking to generate SWF and FLV reports in Microsoft SQL Server Reporting Services.&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;B&gt;&lt;FONT face=Arial&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.flash-for-reporting-services/integrate-with-microsoft-report-viewer-in-local-mode.html"&gt;Integrating Aspose.Flash for Reporting Services with Microsoft Report Viewer&lt;/A&gt;.&lt;/FONT&gt;&lt;/B&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.flash-for-reporting-services/features.html"&gt;Features overview&lt;/A&gt;&lt;/B&gt; of Aspose.Flash for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/categories/ssrs-rendering-extensions/aspose.flash-for-reporting-services/default.aspx"&gt;Homepage&lt;/A&gt;&lt;/B&gt; of Aspose.Flash for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.flash-for-reporting-services/default.aspx"&gt;Download&lt;/A&gt;&lt;/B&gt; Aspose.Flash for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/demos/ssrs-rendering-extensions/aspose.flash/demo.aspx"&gt;Demos&lt;/A&gt;&lt;/B&gt; of Aspose.Flash for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.flash-for-reporting-services/index.html"&gt;Online documentation&lt;/A&gt;&lt;/B&gt; of Aspose.Flash for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;Post your technical questions/queries to &lt;B&gt;&lt;A href="http://www.aspose.com/community/forums/aspose.flash-product-family/224/showforum.aspx"&gt;Aspose.Flash for Reporting Services Forum&lt;/A&gt;.&lt;/B&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.flash-product-family/default.aspx"&gt;Receive notifications about latest news and supported features&lt;/A&gt;&lt;/B&gt; by subscribing to Aspose.Flash for Reporting Services blog.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;U&gt;Contact Information&lt;/U&gt;&lt;BR&gt;&lt;/B&gt;Suite 119, 272 Victoria Avenue&lt;BR&gt;Chatswood, NSW, 2067&lt;BR&gt;Australia&lt;BR&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/"&gt;Aspose - The .NET and Java component publisher&lt;/A&gt;&lt;BR&gt;&lt;A href="mailto:sales@aspose.com"&gt;sales@aspose.com&lt;/A&gt;&lt;/B&gt;&lt;BR&gt;Phone: 888.277.6734&lt;BR&gt;Fax: 866.810.94651&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Windward Reports is the solution for Open XML document generation and reporting</title><link>http://openxmldeveloper.org/thread/7567.aspx</link><pubDate>Wed, 23 Sep 2009 22:06:18 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:7567</guid><dc:creator>adamm</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/7567.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/7567/rss.aspx</wfw:commentRss><description>&lt;h1&gt;Windward Reports: Utilizing the Power  of Java and .NET&lt;/h1&gt; &lt;br /&gt;&lt;h2&gt;Overview&lt;/h2&gt; &lt;br /&gt;&lt;p&gt; You don't need expensive software or complicated layout  tools for business reporting and document generation. With Windward Reports'  robust, &lt;a href="http://www.windwardreports.com/java.htm?source=pday909&amp;amp;campaign=pday909&amp;amp;utm_source=everyr&amp;amp;utm_medium=post&amp;amp;utm_campaign=pday909&amp;amp;id=210"&gt;enterprise-level Java/J2EE and .NET reporting engine&lt;/a&gt;, your company can produce reports  and documents that convey critical, up-to-date business information in a  visually impressive format. &lt;/p&gt; &lt;br /&gt;&lt;h3&gt;Target Users&lt;/h3&gt; &lt;br /&gt;&lt;p&gt; Companies producing vital reports, documents, mail merge  files and other business intelligence need a secure, powerful way to access  their data. &lt;br /&gt; &lt;br /&gt;  Use cases include:&lt;/p&gt; &lt;br /&gt;&lt;ul&gt; &lt;br /&gt;  &lt;li&gt;Full-featured reporting with sophisticated  scheduling&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Robust document generation, content management  and document production&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Simple-to-use mail merge centered on the Microsoft  Word user interface&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Powerful dashboards that non-programmers can  create effortlessly&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Effective business intelligence that increases  company efficiency&lt;/li&gt; &lt;br /&gt;&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;What The Windward  Reports Engine Enables:&lt;/h2&gt; &lt;br /&gt;&lt;h3&gt;A Complete  Reporting System&lt;/h3&gt; &lt;br /&gt;&lt;p&gt;A reporting system encompasses the  processes of designing, generating and distributing reports. Reports are  simply ways to present data and include items such as invoices, inventory  tallies, financial statements, insurance policies, customer account summaries, product  usage reports, and even certificates and letters. &lt;strong&gt;&lt;/strong&gt;&lt;br /&gt; &lt;br /&gt;  Reporting Functionality&lt;/p&gt; &lt;br /&gt;&lt;ul&gt; &lt;br /&gt;  &lt;li&gt;Design&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Generation&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Sharing&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Automation&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Scheduling&lt;/li&gt; &lt;br /&gt;&lt;/ul&gt; &lt;br /&gt;&lt;p&gt;Reporting Uses&lt;/p&gt; &lt;br /&gt;&lt;ul&gt; &lt;br /&gt;  &lt;li&gt;Create up-to-date reports without taxing IT  resources &lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Automatically save multiple versions of  templates and auto-generated reports &lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Merge data from multiple formats and in  multiple, disparate data sources&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Access, update and view reports and templates &lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Schedule reports to be generated at specific  times and tasks to be emailed at specific times &lt;/li&gt; &lt;br /&gt;&lt;/ul&gt; &lt;br /&gt;&lt;h3&gt;A Comprehensive Document Generation and Mail Merge System&lt;/h3&gt; &lt;br /&gt;&lt;p&gt;&lt;a href="http://www.windwardreports.com/java.htm?source=pday909&amp;amp;campaign=pday909&amp;amp;utm_source=everyr&amp;amp;utm_medium=post&amp;amp;utm_campaign=pday909&amp;amp;id=211"&gt;Document generation&lt;/a&gt; is an automated way of producing (i.e. generating  and distributing) a document. The user creates a template; when the document is  generated, specific information populates the template. Examples of documents  generated include letters, forms, and contracts. Document generation also  encompasses mail merge. &lt;br /&gt; &lt;br /&gt;  The Windward Reports' design tools AutoTag and AutoTag Max connect  a template created in Microsoft Word document with data from your database or  other data source and generate documents in a wide variety of formats.&lt;br /&gt; &lt;br /&gt;  Document Generation Functionality&lt;/p&gt; &lt;br /&gt;&lt;ul&gt; &lt;br /&gt;  &lt;li&gt;Design&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Generation&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Automation&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Scheduling&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Sharing&lt;/li&gt; &lt;br /&gt;&lt;/ul&gt; &lt;br /&gt;&lt;p&gt;Document Generation Uses&lt;/p&gt; &lt;br /&gt;&lt;ul&gt; &lt;br /&gt;  &lt;li&gt;Make documents easier to find, create and distribute&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Generate documents in a wide range of formats,  including DOCX, XLSX, PPTX, PDF, XML, HTML and even printed hard copies.&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Access, update and view &amp;amp;nbsp;all documents &lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Automatically save multiple versions of documents &lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Schedule reports to be generated at specific  times and tasks to be emailed at specific times &lt;/li&gt; &lt;br /&gt;&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt; The Windward Engine &lt;/h2&gt; &lt;br /&gt;&lt;p&gt;The Windward Engine is similar in functionality and capabilities to Crystal  Reports, SSRS, etc., plus some significant additional functionality. The  Windward Engine generally runs on one or more servers as part of your server-based  application and can easily produce hundreds of thousands of reports per day on  a single server.&amp;amp;nbsp; The server is a pure  Java product (also available as pure .NET) and does not use Microsoft Office.&lt;/p&gt; &lt;br /&gt;&lt;p&gt; When used in conjunction with AutoTag or AutoTag Max, the  Windward Reports Engine immediately begins to save you money. One of the  biggest expenses in the report creation process correlates to the design tool's  ease-of-use. AutoTag and AutoTag Max enables users to&lt;a href="http://www.windwardreports.com/autotag.htm?source=pday909&amp;amp;campaign=pday909&amp;amp;utm_source=everyr&amp;amp;utm_medium=post&amp;amp;utm_campaign=pday909&amp;amp;id=212"&gt; design templates in Microsoft Office&lt;/a&gt;, and because most professionals already  know how to use Office, there's little learning curve. Windward customers  report that creating and revising reports is at least 10 times faster than with  other reporting systems.&lt;/p&gt; &lt;br /&gt;&lt;p&gt; Plus, Windward Reports makes data layout and source mapping  trivial. Users don't need to learn complicated code, because wizards and  drag-and-drop functionality from within Microsoft Word make it easy to put  tags, or data placeholders, into templates. The Windward Engine handles a  variety of data sources, including SQL databases, XML files, and Excel  spreadsheets. Users can run reports with the click of a button, and they can  produce documents in a wide array of outputs. &lt;/p&gt; &lt;br /&gt;&lt;p&gt; With the Windward Reports Engine and AutoTag or AutoTag Max,  you get:&lt;/p&gt; &lt;br /&gt;&lt;table&gt; &lt;br /&gt;  &lt;tr&gt; &lt;br /&gt;    &lt;td&gt;&lt;p&gt;&lt;strong&gt;Report Design&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt; &lt;br /&gt;    &lt;td&gt;&lt;p&gt;&lt;strong&gt;Data Layout&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt; &lt;br /&gt;    &lt;td&gt;&lt;p&gt;&lt;strong&gt;Report Generation&lt;/strong&gt;&lt;/p&gt;&lt;/td&gt; &lt;br /&gt;  &lt;/tr&gt; &lt;br /&gt;  &lt;tr&gt; &lt;br /&gt;    &lt;td&gt;&lt;ul&gt; &lt;br /&gt;        &lt;li&gt;&lt;a href="http://www.windwardreports.com/autotag.htm?source=pday909&amp;amp;campaign=pday909&amp;amp;utm_source=everyr&amp;amp;utm_medium=post&amp;amp;utm_campaign=pday909&amp;amp;id=213"&gt;Report design in Microsoft Word, Excel, &amp;amp;amp; PowerPoint&lt;/a&gt;, with all of    Office's available design features &lt;/li&gt; &lt;br /&gt;        &lt;li&gt;Full-featured charts, graphs, and other    visuals&lt;/li&gt; &lt;br /&gt;        &lt;li&gt;Business professionals edit templates without    relying on IT staff, which means increased company productivity &lt;/li&gt; &lt;br /&gt;      &lt;/ul&gt;&lt;/td&gt; &lt;br /&gt;    &lt;td&gt;&lt;ul&gt; &lt;br /&gt;        &lt;li&gt;Easy access to data for non-programmers&lt;/li&gt; &lt;br /&gt;        &lt;li&gt;Capable of handling data from a wide range of    sources, including Excel spreadsheets, XML files and SQL databases&lt;/li&gt; &lt;br /&gt;        &lt;li&gt;Preserves security features of existing    database provisions&gt;&lt;/li&gt; &lt;br /&gt;      &lt;/ul&gt;&lt;/td&gt; &lt;br /&gt;    &lt;td&gt;&lt;ul&gt; &lt;br /&gt;        &lt;li&gt;Reports run at the click of a button from    within Microsoft Word&lt;/li&gt; &lt;br /&gt;        &lt;li&gt;A powerful and flexible automated report    scheduler (AutoTag Max)&lt;/li&gt; &lt;br /&gt;        &lt;li&gt;A&amp;amp;nbsp; wide    array of available outputs, including DOCX, PDF, RTF, HTML, XLSX and PPT&lt;/li&gt; &lt;br /&gt;      &lt;/ul&gt;&lt;/td&gt; &lt;br /&gt;  &lt;/tr&gt; &lt;br /&gt;&lt;/table&gt; &lt;br /&gt;&lt;h3&gt;Additional Key Features:&lt;/h3&gt; &lt;br /&gt;&lt;ul&gt; &lt;br /&gt;  &lt;li&gt;The Windward Engine can handle multiple data  sources in a single template&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;All input and output with the Windward Engine is  via streams, so files can be easily used but are not required&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;You can write your own data source class to  access any data in a report&lt;/li&gt; &lt;br /&gt;&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;Related Products&lt;/h2&gt; &lt;br /&gt;&lt;h3&gt;Arrow For  SharePoint&lt;/h3&gt; &lt;br /&gt;&lt;p&gt; Windward &lt;a href="http://www.windwardreports.com/arrow.htm?source=pday909&amp;amp;campaign=pday909&amp;amp;utm_source=everyr&amp;amp;utm_medium=post&amp;amp;utm_campaign=pday909&amp;amp;id=214"&gt;Arrow extends SharePoint&lt;/a&gt; to deliver a complete enterprise  reporting, document management, dashboard and business intelligence system. Users  design reports in Microsoft Office and use SharePoint enhancements to connect  templates to data and to run and schedule reports. Arrow for SharePoint  lets a community of users produce critical business documents &amp;amp;ndash; easily and  securely. &lt;/p&gt; &lt;br /&gt;&lt;h3&gt;AutoTag &lt;/h3&gt; &lt;br /&gt;&lt;p&gt; &lt;a href="http://www.windwardreports.com/autotag.htm?source=pday909&amp;amp;campaign=pday909&amp;amp;utm_source=everyr&amp;amp;utm_medium=post&amp;amp;utm_campaign=pday909&amp;amp;id=215"&gt;AutoTag allows users to design templates in Microsoft Word,  Excel or PowerPoint&lt;/a&gt;. Template creators can utilize all of MS Office's design  features, including fonts, styles, lists, tables, illustrations, headers,  footers, tables of contents and more.&lt;/p&gt; &lt;br /&gt;&lt;h3&gt;AutoTag Max&lt;/h3&gt; &lt;br /&gt;&lt;p&gt; An enhanced version of AutoTag, AutoTag Max does everything AutoTag does. It  also lets users:&lt;/p&gt; &lt;br /&gt;&lt;ul&gt; &lt;br /&gt;  &lt;li&gt;&lt;a href="http://www.windwardreports.com/autotag_max.htm?source=pday909&amp;amp;campaign=pday909&amp;amp;utm_source=everyr&amp;amp;utm_medium=post&amp;amp;utm_campaign=pday909&amp;amp;id=216"&gt;Schedule reports to be run automatically and on your       timetable&lt;/a&gt;&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Email up-to-date reports to customers, clients and       colleagues&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;Save unlimited iterations of a report, automatically &lt;strong&gt;&lt;br /&gt; &lt;br /&gt;    &lt;/strong&gt; &lt;/li&gt; &lt;br /&gt;&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;About Windward&lt;/h2&gt; &lt;br /&gt;&lt;p&gt; Windward Reports was created by Windward Studios and both  companies were named for founder David Thielen&amp;amp;rsquo;s childhood home on the windward  side of Oahu, Hawaii. It is headquartered in beautiful Boulder, Colorado. In  1994, Windward Studios was an innovative game development studio. Its first  product was the popular and highly-rated real-time strategy game &lt;a href="http://www.enemynations.com/"&gt;Enemy Nations&lt;/a&gt;,  which is now offered for free. The Windward Reports' suite of reporting  software programs was released in 2002.&lt;br /&gt; &lt;br /&gt;  &lt;br /&gt; &lt;br /&gt;  Windward Reports' user group now spans 65 countries and all continents except  Antarctica. It has more than 500 customers whose applications include financial  statements, inventory reports, product-usage reports, purchase orders,  invoices, training certificates, timesheets, and licenses.&lt;br /&gt; &lt;br /&gt;  &lt;br /&gt; &lt;br /&gt;  You can learn more about Windward at our &lt;a href="http://blogs.windwardreports.com/?source=pday909&amp;amp;campaign=pday909&amp;amp;utm_source=everyr&amp;amp;utm_medium=post&amp;amp;utm_campaign=pday909&amp;amp;id=217"&gt; Reporting Blogs&lt;/a&gt;.&lt;/p&gt; &lt;br /&gt;&lt;h2&gt;External Links &lt;/h2&gt; &lt;br /&gt;&lt;ul&gt; &lt;br /&gt;  &lt;li&gt;&lt;a href="http://www.businessweek.com/magazine/content/07_36/b4048441.htm"&gt;Business Week - Make Some Noise&lt;/a&gt;&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;&lt;a href="http://www.javareports.info/word_as_the_design_tool.htm"&gt;Java Reports - Report Writing Simplified&lt;/a&gt;&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;&lt;a href="http://www.eweek.com/c/a/Database/Windward-Aces-Reports/"&gt;eWeek - Windward Aces Reports&lt;/a&gt;&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;&lt;a href="http://www.devsource.com/c/a/Add-Ons/Windward-Reports-40-Simplifies-Your-Apps-Reporting/"&gt;DevSource - Windward Reports Simplifies Your  App's Reporting&lt;/a&gt;&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;&lt;a href="http://bcbr.com/enews.asp?date=5/10/2007"&gt;BCBR - Windward #3 In Fastest Growing Small Companies&lt;/a&gt;&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;&lt;a href="http://www.youtube.com/watch?v=8RBPvX9FadU"&gt;YouTube - Cubicle War video&lt;/a&gt;&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;&lt;a href="http://www.windwardreports.com/?source=pday909&amp;amp;campaign=pday909&amp;amp;utm_source=everyr&amp;amp;utm_medium=post&amp;amp;utm_campaign=pday909&amp;amp;id=218"&gt;Windward Reports&lt;/a&gt;&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;&lt;a href="http://www.windwardreports.com/java.htm?source=pday909&amp;amp;campaign=pday909&amp;amp;utm_source=everyr&amp;amp;utm_medium=post&amp;amp;utm_campaign=pday909&amp;amp;id=219"&gt;The Windward Java Report Engine&lt;/a&gt;&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;&lt;a href="http://ideas.windwardreports.com/"&gt;AutoTag &amp;amp;amp; Engine Ideas &amp;amp;amp; Suggestions&lt;/a&gt;&lt;/li&gt; &lt;br /&gt;  &lt;li&gt;&lt;a href="http://helpdesk.windwardreports.com/forums/"&gt;Windward Support Forums&lt;/a&gt;&lt;/li&gt; &lt;br /&gt;&lt;/ul&gt;</description></item><item><title>Generate PowerPoint 2007 PPTX reports in Microsoft SQL Server</title><link>http://openxmldeveloper.org/thread/7403.aspx</link><pubDate>Tue, 18 Aug 2009 18:11:01 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:7403</guid><dc:creator>aspose_seo</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/7403.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/7403/rss.aspx</wfw:commentRss><description>&lt;p align="justify"&gt;&lt;font face="Arial"&gt;&lt;b&gt;What’s new in this release?&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
This major release of Aspose.Slides for Reporting Services &lt;b&gt;
&lt;a href="http://www.aspose.com/community/blogs/aspose.slides-for-.net-java-reporting-services-and-jasperreports/archive/2009/07/21/aspose-slides-for-reporting-services-3-2-0.aspx"&gt;
version 3.2.0&lt;/a&gt;&lt;/b&gt; announces a new export format. Now you can &lt;b&gt;generate 
reports in Microsoft PowerPoint 2007 PPTX format&lt;/b&gt;. Aspose.Slides for 
Reporting Services already supports exporting reports in PPT and PPS formats as 
well.&lt;/font&gt;&lt;/p&gt;

&lt;p align="justify"&gt;&lt;font face="Arial"&gt;
&lt;b&gt;More about Aspose.Slides for Reporting Services&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p align="justify"&gt;&lt;font face="Arial"&gt;Aspose.Slides for Reporting Services is a 
rendering extension for Microsoft SQL Server 2000, 2005 &amp;amp; 2008 Reporting 
Services (x86 and x64) to generate reports in Microsoft PowerPoint PPT, PPS and 
PPTX 
formats. All RDL report features including tables, matrices, charts, images, 
sub reports, groups, lists are converted with the highest degree of precision to 
PowerPoint presentations or slide shows.&lt;/font&gt;&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;
  &lt;p align="justify"&gt;&lt;font face="Arial"&gt;&lt;b&gt;
  &lt;a href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.slides-for-reporting-services/ppt-pptx-and-pps-export.html"&gt;
  Export SQL Server reports in PPT, PPS and PPTX formats&lt;/a&gt;&lt;/b&gt;.&lt;/font&gt;&lt;/li&gt;
  &lt;li&gt;
  &lt;p align="justify"&gt;&lt;font face="Arial"&gt;&lt;b&gt;
  &lt;a href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.slides-for-reporting-services/features.html"&gt;
  Features&lt;/a&gt;&lt;/b&gt; supported by Aspose.Slides for Reporting Services.&lt;/font&gt;&lt;/li&gt;
  &lt;li&gt;
  &lt;p align="justify"&gt;&lt;font face="Arial"&gt;&lt;b&gt;
  &lt;a href="http://www.aspose.com/categories/ssrs-rendering-extensions/aspose.slides-for-reporting-services/default.aspx"&gt;
  Homepage&lt;/a&gt;&lt;/b&gt; of Aspose.Slides for Reporting Services.&lt;/font&gt;&lt;/li&gt;
  &lt;li&gt;
  &lt;p align="justify"&gt;&lt;font face="Arial"&gt;&lt;b&gt;
  &lt;a href="http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.slides-for-reporting-services/default.aspx"&gt;
  Download&lt;/a&gt;&lt;/b&gt; Aspose.Slides for Reporting Services.&lt;/font&gt;&lt;/li&gt;
  &lt;li&gt;
  &lt;p align="justify"&gt;&lt;font face="Arial"&gt;&lt;b&gt;
  &lt;a href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.slides-for-reporting-services/index.html"&gt;Online 
  documentation&lt;/a&gt;&lt;/b&gt; of Aspose.Slides for Reporting Services.&lt;/font&gt;&lt;/li&gt;
  &lt;li&gt;
  &lt;p align="justify"&gt;&lt;font face="Arial"&gt;&lt;b&gt;
  &lt;a href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.slides-for-reporting-services/sample-reports-gallery.html"&gt;Sample Reports Gallery&lt;/a&gt;&lt;/b&gt; of Aspose.Slides for Reporting Services.&lt;/font&gt;&lt;/li&gt;
  &lt;li&gt;
  &lt;p align="justify"&gt;&lt;font face="Arial"&gt;Post your technical questions/queries to &lt;b&gt;
  &lt;a href="http://www.aspose.com/community/forums/aspose.slides-for-.net-java-reporting-services-and-jasperreports/109/showforum.aspx"&gt;Aspose.Slides for Reporting Services Forum&lt;/a&gt;&lt;/b&gt;.&lt;/font&gt;&lt;/li&gt;
  &lt;li&gt;
  &lt;p align="justify"&gt;&lt;font face="Arial"&gt;&lt;b&gt;
  &lt;a href="http://www.aspose.com/community/blogs/aspose.slides-for-.net-java-reporting-services-and-jasperreports/default.aspx"&gt;Receive notifications about latest news and supported features&lt;/a&gt;&lt;/b&gt; by 
  subscribing to Aspose.Slides for Reporting Services blog.&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p align="justify"&gt;&lt;font face="Arial"&gt;&lt;b&gt;&lt;u&gt;Contact Information&lt;/u&gt;&lt;br&gt;
&lt;/b&gt;Suite 119, 272 Victoria Avenue&lt;br&gt;
Chatswood, NSW, 2067&lt;br&gt;
Australia&lt;br&gt;
&lt;b&gt;&lt;a href="http://www.aspose.com/"&gt;Aspose - The .NET and Java component 
publisher&lt;/a&gt;&lt;br&gt;
&lt;/b&gt;
&lt;a href="mailto:sales@aspose.com"&gt;sales@aspose.com&lt;/a&gt;&lt;br&gt;
Phone: 888.277.6734&lt;br&gt;
Fax: 866.810.94651&lt;/font&gt;&lt;/p&gt;

&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Using a browser to verify a signed OpenXML  </title><link>http://openxmldeveloper.org/thread/7088.aspx</link><pubDate>Mon, 29 Jun 2009 15:22:10 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:7088</guid><dc:creator>asfreeman</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/7088.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/7088/rss.aspx</wfw:commentRss><description>HI, I am new to OpenXml and was wondering how I would handle a certain issue.&amp;nbsp; If I have a signed XPS file and drop it in Internet Explorer it will verify the signature.&amp;nbsp; Is there any way to extend this capability to and openXML based file type that has a digital signature?&amp;nbsp; How would I configure something like that?&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Using XML to populate Preview Print Information in Content Controls</title><link>http://openxmldeveloper.org/thread/4450.aspx</link><pubDate>Tue, 07 Apr 2009 10:44:39 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:4450</guid><dc:creator>BrolinkMan</dc:creator><slash:comments>1</slash:comments><comments>http://openxmldeveloper.org/thread/4450.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/4450/rss.aspx</wfw:commentRss><description>&lt;font size="4" color="#000000" face="Arial"&gt;Hi there,&lt;br&gt;&lt;br&gt;I am not sure if this question can be answered here or if it's in the right section but this is my problem. &lt;br&gt;&lt;br&gt;I am currently using the Word 2007 Content Control Toolkit to add content controls to a Word 2007 document. These controls are then replaced later by XML that is received by a Windows Service. This all works wonderfully. &lt;br&gt;&lt;br&gt;The problem I encounter is creating new documents can become cumbersome as they have to create a document, add tags, upload to a remote server and then generate a document using a external system. All these steps can be removed from the design process by having a Print Preview option that actually replaces the data as it would on my Windows service. &lt;br&gt;&lt;br&gt;Does anybody know how I can accomplish this? Do I need to write VB script or is there a way to “place” the xml over the controls? &lt;br&gt;&lt;br&gt;Any help in this regard would be appreciated.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Johan&lt;/font&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Read and Save Excel 2007 XLSM, XLTX, XLTM files using Aspose.Cells</title><link>http://openxmldeveloper.org/thread/4003.aspx</link><pubDate>Thu, 22 Jan 2009 00:04:22 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:4003</guid><dc:creator>aspose_seo</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/4003.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/4003/rss.aspx</wfw:commentRss><description>&lt;P class=MsoNormal&gt;&lt;B&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;What’s new in this release?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;This major release of &lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.cells/archive/2008/11/17/aspose-cells-for-java-v2-0-0-released.aspx"&gt;Aspose.Cells for Java v2.0.0&lt;/A&gt;&lt;/B&gt; announces enhanced support for Excel 2007 file format. Now you can easily &lt;B&gt;&lt;A href="http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/opening-files.html"&gt;read&lt;/A&gt;&lt;/B&gt; and &lt;B&gt;&lt;A href="http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/saving-files.html"&gt;save Excel 2007 XLSM, XLTX, XLTM files&lt;/A&gt;&lt;/B&gt;, manipulate charts in Excel 97-2003 template files and process &lt;B&gt;&lt;A href="http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/working-with-controls.html"&gt;drawing objects such as Shapes, Charts etc. in Excel 2007 format&lt;/A&gt;&lt;/B&gt;.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;B&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;More about Aspose.Cells for Java&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;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 and all file formats from Excel 97 to Excel 2007. It is compatible with Windows, Linux &amp;amp; Unix and further supports all advanced features of data management, formatting, worksheet, charting and graphics.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;How to &lt;B&gt;&lt;A href="http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/converting-to-pdf-file.html"&gt;Converting Excel to PDF file&lt;/A&gt;&lt;/B&gt;.&lt;/FONT&gt;&lt;/SPAN&gt; 
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;How to &lt;A href="http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/adding-borders-to-cells.html"&gt;&lt;B&gt;Add borders to Cells&lt;/B&gt;&lt;/A&gt;.&lt;/FONT&gt;&lt;/SPAN&gt; 
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;How to &lt;A href="http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/managing-ole-objects.html"&gt;&lt;B&gt;Insert or extract OLE Objects to and from Worksheet&lt;/B&gt;&lt;/A&gt;.&lt;/FONT&gt;&lt;/SPAN&gt; 
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;How to &lt;A href="http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/copying-and-moving-worksheets.html"&gt;&lt;B&gt;Copy and move worksheets&lt;/B&gt;&lt;/A&gt;.&lt;/FONT&gt;&lt;/SPAN&gt; 
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/supported-formulas-functions.html"&gt;List of supported formulas and functions&lt;/A&gt;&lt;/B&gt; by Aspose.Cells.&lt;/FONT&gt;&lt;/SPAN&gt; 
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/categories/file-format-components/aspose.cells-for-.net-and-java/default.aspx"&gt;Homepage&lt;/A&gt;&lt;/B&gt; of Aspose.Cells for Java.&lt;/FONT&gt;&lt;/SPAN&gt; 
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/files/51/file-format-components/aspose.cells/default.aspx"&gt;Download evaluation version&lt;/A&gt;&lt;/B&gt; of Aspose.Cells for Java.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/documentation/file-format-components/aspose.cells-for-.net-and-java/index.html"&gt;Read online documentation&lt;/A&gt;&lt;/B&gt; of Aspose.Cells for Java.&lt;/FONT&gt;&lt;/SPAN&gt; 
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;View &lt;B&gt;&lt;A href="http://www.aspose.com/demos/file-format-components/aspose.cells/default.aspx"&gt;demos&lt;/A&gt;&lt;/B&gt; of Aspose.Cells for Java.&lt;/FONT&gt;&lt;/SPAN&gt; 
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;Post your technical questions/queries to &lt;B&gt;&lt;A href="http://www.aspose.com/community/forums/aspose.cells-for-.net-java-and-reporting-services/19/showforum.aspx"&gt;Aspose.Cells for Java Forum&lt;/A&gt;.&lt;/B&gt;&lt;/FONT&gt;&lt;/SPAN&gt; 
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT size=3&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.cells/default.aspx"&gt;Receive notifications about latest news and supported features&lt;/A&gt;&lt;/B&gt; by subscribing to Aspose.Cells for Java blog.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;U&gt;Contact Information&lt;BR&gt;&lt;/U&gt;&amp;nbsp;&lt;/STRONG&gt;Suite 119, 272 Victoria Avenue&lt;BR&gt;&amp;nbsp;Chatswood, NSW, 2067&lt;BR&gt;&amp;nbsp;Australia&lt;BR&gt;&amp;nbsp;&lt;B&gt;&lt;A href="http://www.aspose.com/"&gt;Aspose - The .NET and Java component publisher&lt;/A&gt;&lt;BR&gt;&amp;nbsp;&lt;A href="mailto:sales@aspose.com"&gt;sales@aspose.com&lt;/A&gt;&lt;/B&gt;&lt;BR&gt;&amp;nbsp;Phone: 888.277.6734&lt;BR&gt;&amp;nbsp;Fax: 866.810.94651&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Aspose.Total for Reporting Services Q3 2008 Released</title><link>http://openxmldeveloper.org/thread/3772.aspx</link><pubDate>Wed, 08 Oct 2008 09:48:16 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:3772</guid><dc:creator>aspose_seo</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/3772.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/3772/rss.aspx</wfw:commentRss><description>&lt;P align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.total/archive/2008/09/19/aspose-total-for-reporting-services-q3-2008.aspx"&gt;Aspose.Total for Reporting Services Q3 2008&lt;/A&gt;&lt;/B&gt; release includes many new and improved features in this suite of Microsoft SQL Server Reporting Services Rendering Extensions. Now you can export RDL reports to multiple file formats like DOC, DOCX, HTML, RTF, WordML, PDF, PPT, PPS, XLS, XLSX and SpreadsheetML. You can also add 29 linear and 2D barcode symbologies to the exported documents by using Aspose.BarCode for Reporting Services.&lt;BR&gt;&lt;BR&gt;&lt;B&gt;More about Aspose.Total for Reporting Services&lt;/B&gt;&lt;BR&gt;&lt;BR&gt;Aspose.Total for Reporting Services is a suite of 5 unique rendering extensions for Microsoft SQL Server Reporting Services. Using these rendering extensions, SQL Server developers can easily export their RDL reports to Word, Excel, PowerPoint and PDF documents. Moreover, it is also possible to add Barcodes to the exported documents with support of almost all RDL reporting elements like Charts, Footers, Headers, Images, Lines, Lists, Matrices, Page, Sections, Styles, Subreports and Tables.&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.total/archive/2008/09/19/aspose-total-for-reporting-services-q3-2008.aspx"&gt;What’s new&lt;/A&gt;&lt;/B&gt; in Aspose.Total for Reporting Services Q3 2008.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/categories/product-suites/aspose.total-for-reporting-services/default.aspx"&gt;Homepage&lt;/A&gt;&lt;/B&gt; of Aspose.Total for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/files/50/product-suites/aspose.total.reporting.services/default.aspx"&gt;Download&lt;/A&gt;&lt;/B&gt; Aspose.Total for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/documentation/product-suites/aspose.total-for-reporting-services/index.html"&gt;Read Online Documentation&lt;/A&gt;&lt;/B&gt; of Aspose.Total for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;View &lt;B&gt;&lt;A href="http://www.aspose.com/documentation/product-suites/aspose.total-for-reporting-services/samples.html"&gt;Sample Reports Gallery&lt;/A&gt;&lt;/B&gt; of Aspose.Total for Reporting Services. &lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;Post your technical questions/queries to &lt;B&gt;&lt;A href="http://www.aspose.com/community/forums/aspose.total-for-.net-java-reporting-services-and-jasperreports/442/showforum.aspx"&gt;Aspose.Total for Reporting Services Forum&lt;/A&gt;&lt;/B&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.total/default.aspx"&gt;Receive notifications about latest news and supported features&lt;/A&gt;&lt;/B&gt; by subscribing to Aspose.Total for Reporting Services blog.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;U&gt;Contact Information&lt;/U&gt;&lt;BR&gt;&lt;/B&gt;Suite 119, 272 Victoria Avenue&lt;BR&gt;Chatswood, NSW, 2067&lt;BR&gt;Australia&lt;BR&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/"&gt;Aspose - The .NET and Java component publisher&lt;/A&gt;&lt;BR&gt;&lt;A href="mailto:sales@aspose.com"&gt;sales@aspose.com&lt;/A&gt;&lt;/B&gt;&lt;BR&gt;Phone: 888.277.6734&lt;BR&gt;Fax: 866.810.94651&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Create documents automatically without programming any line of code</title><link>http://openxmldeveloper.org/thread/3659.aspx</link><pubDate>Sun, 07 Sep 2008 00:08:39 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:3659</guid><dc:creator>friedrichsklenar</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/3659.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/3659/rss.aspx</wfw:commentRss><description>&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;The latest release of TDIWiz (Text-Data-Integration-Wizard) includes additional functionalities (e.g. datasets as input data; input forms for variables) as well as less limitations for the free version.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;TDIWiz is now an add-on to MS Word (from version 2003), which enables to use document automation &lt;STRONG&gt;free of charge&lt;/STRONG&gt; and &lt;STRONG&gt;without&amp;nbsp;any programming&lt;/STRONG&gt;! New documents or e-mails can be created automatically by populating predefined templates with application data.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;As MS Word is not necessary for document creation, TDIWiz may also be executed server-side and can be integrated into any workflow process.&lt;/SPAN&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt;You can accomplish even very demanding tasks with a minimum of effort and in a fraction of time needed in the past!&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;SPAN&gt;More information:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal dir=ltr&gt;&lt;FONT face=Calibri color=#0000ff&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="http://www.tdiwiz.com/Uploads/TDIWiz%20Overview.pdf"&gt;&lt;SPAN&gt;&lt;FONT color=#0000ff&gt;O&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;verview&lt;/FONT&gt;&lt;FONT color=#0000ff&gt;.pdf&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;A href="http://www.tdiwiz.com/Uploads/TDIWiz%20Überblick.pdf"&gt;&lt;SPAN&gt;&lt;FONT face=Calibri color=#0000ff&gt;Überblick.pdf&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT face=Calibri&gt; (deutsche Version)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;SPAN&gt;Homepage:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;SPAN&gt;&lt;A href="http://www.tdiwiz.com/"&gt;&lt;FONT color=#0000ff&gt;www.tdiwiz.com&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Calibri&gt;&lt;SPAN&gt;Download:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;FONT face=Calibri color=#0000ff&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;A href="http://www.tdiwiz.com/Uploads/TDIWizSetup.zip"&gt;&lt;FONT color=#0000ff&gt;TDIWIZ Installation Files - Version&lt;/FONT&gt; &lt;FONT color=#0000ff&gt;1.0&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;A href="http://www.tdiwiz.com/Uploads/TDIWizSetup_deu.zip"&gt;&lt;FONT color=#0000ff&gt;TDIWIZ Installation Dateien - Version 1.0&lt;/FONT&gt;&lt;/A&gt; (deutsche Version)&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Export PPT and PPS reports in SQL Server 2008 Reporting Services</title><link>http://openxmldeveloper.org/thread/3642.aspx</link><pubDate>Wed, 03 Sep 2008 15:42:52 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:3642</guid><dc:creator>aspose_seo</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/3642.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/3642/rss.aspx</wfw:commentRss><description>&lt;P align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;What’s new in this release?&lt;/B&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P align=justify&gt;&lt;FONT face=Arial&gt;Aspose.Slides for Reporting Services v2.0.0.0 now allows you to &lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.slides/archive/2008/08/06/aspose-slides-for-reporting-services-2-0-0-0-release.aspx"&gt;export Microsoft PowerPoint PPT and PPS reports in SQL server 2008&lt;/A&gt;&lt;/B&gt; also. The improved rendering engine makes it possible generating reports with nested tables, groups and lists.&lt;/FONT&gt;&lt;/P&gt;
&lt;P align=justify&gt;&lt;B&gt;&lt;FONT face=Arial&gt;More about Aspose.Slides for Reporting Services&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;P align=justify&gt;&lt;FONT face=Arial&gt;Aspose.Slides for Reporting Services is a rendering extension for Microsoft SQL Server 2000, 2005 &amp;amp; 2008 Reporting Services (x86 and x64) to generate reports in Microsoft PowerPoint PPT and PPS formats. All RDL report features including tables, matrices, charts, images, subreports, groups, lists are converted with the highest degree of precision to PowerPoint presentations or slide shows.&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/categories/ssrs-rendering-extensions/aspose.slides-for-reporting-services/default.aspx"&gt;Homepage&lt;/A&gt;&lt;/B&gt; of Aspose.Slides for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.slides.reporting.services/default.aspx"&gt;Download Evaluation Version&lt;/A&gt;&lt;/B&gt; of Aspose.Slides for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.slides-for-reporting-services/index.html"&gt;Online Documentation&lt;/A&gt;&lt;/B&gt; of Aspose.Slides for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.slides-for-reporting-services/sample-reports-gallery.html"&gt;Sample Reports Gallery&lt;/A&gt;&lt;/B&gt; of Aspose.Slides for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;Post your technical questions/queries to &lt;B&gt;&lt;A href="http://www.aspose.com/community/forums/aspose.slides-for-.net-java-reporting-services-and-jasperreports/109/showforum.aspx"&gt;Aspose.Slides for Reporting Services Forum&lt;/A&gt;&lt;/B&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.slides/default.aspx"&gt;Receive notifications about latest news and supported features&lt;/A&gt;&lt;/B&gt; by subscribing to Aspose.Slides for Reporting Services blog.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;U&gt;Contact Information&lt;/U&gt;&lt;BR&gt;&lt;/B&gt;Suite 119, 272 Victoria Avenue&lt;BR&gt;Chatswood, NSW, 2067&lt;BR&gt;Australia&lt;BR&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/"&gt;Aspose - The .NET and Java component publisher&lt;/A&gt;&lt;BR&gt;&lt;/B&gt;&lt;A href="mailto:sales@aspose.com"&gt;sales@aspose.com&lt;/A&gt;&lt;BR&gt;Phone: 888.277.6734&lt;BR&gt;Fax: 866.810.94651&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Using Australia post barcode in SQL Server Reporting Services</title><link>http://openxmldeveloper.org/thread/3559.aspx</link><pubDate>Tue, 12 Aug 2008 11:13:28 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:3559</guid><dc:creator>aspose_seo</dc:creator><slash:comments>1</slash:comments><comments>http://openxmldeveloper.org/thread/3559.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/3559/rss.aspx</wfw:commentRss><description>&lt;P align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;What’s new in this release?&lt;/B&gt;&lt;BR&gt;&lt;BR&gt;This new release of Aspose.BarCode for Reporting Services v1.5 announces the support for &lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.barcode/archive/2008/07/31/aspose-barcode-for-reporting-services-v1-5-is-ready.aspx"&gt;Australia Post Barcode in SQL Server 2005 &amp;amp; 2008 Reporting Services&lt;/A&gt;&lt;/B&gt;. It now allows rendering of more than 29 barcode standards in SQL Server Reporting Services.&lt;BR&gt;&lt;BR&gt;&lt;B&gt;More about Aspose.BarCode for Reporting Services&lt;/B&gt;&lt;BR&gt;&lt;BR&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/categories/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/default.aspx"&gt;Aspose.BarCode for Reporting Services&lt;/A&gt;&lt;/B&gt; is a .NET solution for the rendering of barcode images in Microsoft SQL Server 2000, 2005 &amp;amp; 2008 Reporting Services and Visual Studio 2008 IDE. It supports 29+ linear (1D) and 2D barcode symbologies including MacroPdf417, Australia Post, OneCode, Code128, Code39, PDF417, UPCA, Codabar, Datamatrix, MSI and QR etc. Also render barcode images on reports in BMP, JPG, PNG and GIF formats. Other features include DPI resolution settings, barcode size and location adjustments.&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/categories/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/default.aspx"&gt;Homepage&lt;/A&gt;&lt;/B&gt; of Aspose.BarCode for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.barcode.reporting.services/default.aspx"&gt;Download Evaluation Version&lt;/A&gt;&lt;/B&gt; of &lt;/FONT&gt;&lt;SPAN&gt;Aspose.BarCode for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/index.html"&gt;Online Documentation&lt;/A&gt;&lt;/B&gt; of &lt;/FONT&gt;&lt;SPAN&gt;Aspose.BarCode for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;SPAN&gt;View &lt;B&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/sample-reports-gallery.html"&gt;Sample Reports Gallery&lt;/A&gt;&lt;/B&gt; of Aspose.BarCode for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;Post your technical questions/queries to &lt;/FONT&gt;&lt;SPAN&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/sample-reports-gallery.html"&gt;Aspose.BarCode for Reporting Services Forum&lt;/A&gt;&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.barcode/default.aspx"&gt;Receive notifications about latest news and supported features&lt;/A&gt;&lt;/B&gt; by subscribing to &lt;/FONT&gt;&lt;SPAN&gt;Aspose.BarCode for Reporting Services blog&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;U&gt;Contact Information&lt;/U&gt;&lt;BR&gt;&lt;/B&gt;Suite 119, 272 Victoria Avenue&lt;BR&gt;Chatswood, NSW, 2067&lt;BR&gt;Australia&lt;BR&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/"&gt;Aspose - The .NET and Java component publisher&lt;/A&gt;&lt;BR&gt;&lt;A href="mailto:sales@aspose.com"&gt;sales@aspose.com&lt;/A&gt;&lt;/B&gt;&lt;BR&gt;Phone: 888.277.6734&lt;BR&gt;Fax: 866.810.94651&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Barcode rendering in SQL Server 2008 &amp; Visual Studio 2008 IDE</title><link>http://openxmldeveloper.org/thread/3447.aspx</link><pubDate>Wed, 09 Jul 2008 11:30:28 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:3447</guid><dc:creator>aspose_seo</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/3447.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/3447/rss.aspx</wfw:commentRss><description>&lt;P align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/categories/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/default.aspx"&gt;Aspose.BarCode for Reporting Services&lt;/A&gt;&lt;/B&gt; is a .NET solution for the &lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.barcode/archive/2008/06/24/aspose-barcode-for-reporting-services-v1-4-0-0-supports-sql-server-2008.aspx"&gt;rendering of barcode images in Microsoft SQL Server &lt;/A&gt;&lt;/B&gt;2000, 2005 &amp;amp; 2008 Reporting Services and Visual Studio 2008 IDE. It supports 25 linear (1D) and 2D barcode symbologies including MacroPdf417, OneCode, Code128, Code39, EAN13, PDF417, UPCA, Codabar, MSI and QR etc. Also render barcode images on reports in BMP, JPG, PNG and GIF formats. Other features include DPI resolution settings, barcode size and location adjustments.&lt;/FONT&gt;&lt;/P&gt;
&lt;P align=justify&gt;&lt;B&gt;&lt;FONT face=Arial&gt;More about Aspose.BarCode for Reporting Services&lt;/FONT&gt;&lt;/B&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/categories/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/default.aspx"&gt;Homepage&lt;/A&gt;&lt;/B&gt; of Aspose.BarCode for Reporting Services&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.barcode.reporting.services/default.aspx"&gt;Download Evaluation Version&lt;/A&gt;&lt;/B&gt; of &lt;/FONT&gt;&lt;SPAN&gt;Aspose.BarCode for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/index.html"&gt;Online Documentation&lt;/A&gt;&lt;/B&gt; of &lt;/FONT&gt;&lt;SPAN&gt;Aspose.BarCode for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;SPAN&gt;View &lt;B&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/sample-reports-gallery.html"&gt;Sample Reports Gallery&lt;/A&gt;&lt;/B&gt; of Aspose.BarCode for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;Post your technical questions/queries to &lt;/FONT&gt;&lt;SPAN&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/sample-reports-gallery.html"&gt;Aspose.BarCode for Reporting Services Forum&lt;/A&gt;&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.barcode/default.aspx"&gt;Receive notifications about latest news and supported features&lt;/A&gt;&lt;/B&gt; by subscribing to &lt;/FONT&gt;&lt;SPAN&gt;Aspose.BarCode for Reporting Services blog&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;U&gt;Contact Information&lt;/U&gt;&lt;BR&gt;&lt;/B&gt;Suite 119, 272 Victoria Avenue&lt;BR&gt;Chatswood, NSW, 2067&lt;BR&gt;Australia&lt;BR&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/"&gt;Aspose - The .NET and Java component publisher&lt;/A&gt;&lt;BR&gt;&lt;A href="mailto:sales@aspose.com"&gt;sales@aspose.com&lt;/A&gt;&lt;/B&gt;&lt;BR&gt;Phone: 888.277.6734&lt;BR&gt;Fax: 866.810.94651&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Add custom embedded font, XMP metadata to PDF report in SQL Server</title><link>http://openxmldeveloper.org/thread/3332.aspx</link><pubDate>Tue, 10 Jun 2008 09:21:35 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:3332</guid><dc:creator>aspose_seo</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/3332.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/3332/rss.aspx</wfw:commentRss><description>&lt;P align=justify&gt;&lt;FONT face="Times New Roman"&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/categories/ssrs-rendering-extensions/aspose.pdf-for-reporting-services/default.aspx"&gt;Aspose.Pdf for Reporting Services&lt;/A&gt;&lt;/B&gt; makes it possible generating PDF reports in Microsoft SQL Server 2000 and 2005 Reporting Services. Some advanced features like &lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.pdf/archive/2008/05/02/aspose-pdf-for-reporting-services-v1-3-0-0-released.aspx"&gt;XMP metadata, custom embedded font&lt;/A&gt;&lt;/B&gt; and rendering watermark for pages are now supported. All RDL report features including sections, images, charts, tables, matrices, headers and footers are converted with the highest degree of precision to PDF. It also enables you creating Pdf documents on the server without using Adobe PDF Library SDK.&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal align=justify&gt;&lt;FONT face="Times New Roman"&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.pdf.reporting.services/default.aspx"&gt;Download evaluation version&lt;/A&gt;&lt;/B&gt; of Aspose.Pdf for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal align=justify&gt;&lt;FONT face="Times New Roman"&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.pdf-for-reporting-services/index.html"&gt;Read online documentation&lt;/A&gt;&lt;/B&gt; of Aspose.Pdf for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal align=justify&gt;&lt;FONT face="Times New Roman"&gt;View &lt;B&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.pdf-for-reporting-services/sample-reports-gallery.html"&gt;Sample Reports Gallery&lt;/A&gt;&lt;/B&gt; of Aspose.Pdf for Reporting Services.&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;SPAN&gt;Post your technical questions/queries to &lt;B&gt;&lt;A href="http://www.aspose.com/community/forums/aspose.pdf-for-.net-java-and-reporting-services/20/showforum.aspx"&gt;Aspose.Pdf for Reporting Services Forum&lt;/A&gt;&lt;/B&gt;.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P align=justify&gt;&lt;FONT face="Times New Roman"&gt;&lt;B&gt;&lt;U&gt;Contact Information&lt;/U&gt;&lt;BR&gt;&lt;/B&gt;Suite 119, 272 Victoria Avenue&lt;BR&gt;Chatswood, NSW, 2067&lt;BR&gt;Australia&lt;BR&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/"&gt;Aspose - The .NET and Java component publisher&lt;/A&gt;&lt;BR&gt;&lt;/B&gt;&lt;A href="mailto:sales@aspose.com"&gt;sales@aspose.com&lt;/A&gt;&lt;BR&gt;Phone: 888.277.6734&lt;BR&gt;Fax: 866.810.94651&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Using WordML/Word 2007 exported to PDF</title><link>http://openxmldeveloper.org/thread/3225.aspx</link><pubDate>Tue, 20 May 2008 23:19:11 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:3225</guid><dc:creator>fredo3000</dc:creator><slash:comments>1</slash:comments><comments>http://openxmldeveloper.org/thread/3225.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/3225/rss.aspx</wfw:commentRss><description>Hi, &lt;br&gt;&lt;br&gt;I have this scenario very particular and i had been researching the web and kind of don't find an easy solution or someone that has done it before.&lt;br&gt;&lt;br&gt;We are trying to use Word 2007 to create document templates for the creation of documents such as reports or forms to be printed. This template should be managed by a custom application where it will be managing the mapping of the data an execution to create the document.The word template should be stored in a web folder where the application by parameters should invoke the template, fill the available nodes on the document and render it for the user. And make a render to PDF. &lt;br&gt;&lt;br&gt;I have tried 2 implementations of this mechanism and doesn't seems to be easy to manage or implement. &lt;br&gt;&lt;br&gt;1st we used word executable to be invoked by lets say a Windows service, which listens for requests by a client app, the service receives the path of the template document and the data, which then the service uses this information to invoke the Word, store the template in the instance of word 2007 &lt;br&gt;merge it with the data and do a saveas PDF, this method worked using the plug-in SaveAsXPS-PDF provided by MS. The problem was that to make the mappings from the data to the docuement, and XSD had to be created mapped to the word template, plus because we used Word 2007 ActiveX object it was not so stable and in many times it failed.&lt;br&gt;&lt;br&gt;2nd we used the new Packaging namespace of .NET 3.0 to created the wordml and using content control to make the mapping to created the documents but since we are not using word 2007 to create the PDF there is no easy way to convert this WordML to PDF and the mappings and creation of the templates was not so easy to create. &lt;br&gt;&lt;br&gt;The best options to create PDF documents programmatically at this moments had been using ActiveReports .NET since it's designer is like a Access Reports designer, drag and drop some controls and set the data source. but this work its not for end-user.&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm open to suggestions and research. Any one had seen this scenario before&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Export RDL reports to DOCX, DOC, RTF, HTML, WordML and TXT with Aspose.Words for Reporting Services</title><link>http://openxmldeveloper.org/thread/3187.aspx</link><pubDate>Tue, 13 May 2008 16:42:29 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:3187</guid><dc:creator>aspose_seo</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/3187.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/3187/rss.aspx</wfw:commentRss><description>&lt;P align=justify&gt;&lt;SPAN&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/categories/ssrs-rendering-extensions/aspose.words-for-reporting-services/default.aspx"&gt;Aspose.Words for Reporting Services&lt;/A&gt;&lt;/B&gt; is a rendering extension for &lt;B&gt;Microsoft SQL Server 2000&lt;/B&gt;, &lt;B&gt;2005&lt;/B&gt; and &lt;B&gt;2008 Reporting Services&lt;/B&gt; (32 bit &amp;amp; 64 bit). It allows you to export your RDL reports to flow layout documents and provides comprehensive support for exporting them to &lt;B&gt;DOCX, DOC, RTF, HTML, TXT&lt;/B&gt; and &lt;B&gt;WordprocessingML formats&lt;/B&gt;. All RDL report features including tables, report columns, matrices, charts, textboxes, lists and images are converted with the highest degree of precision to Microsoft Word documents.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=justify&gt;&lt;SPAN&gt;In this new release, Aspose.Words for Reporting Services has announced the support of the following new features.&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;Added the hypertext markup language &lt;B&gt;(HTML) export format&lt;/B&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;Added the plain text &lt;B&gt;(TXT) export format&lt;/B&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;Implemented full &lt;B&gt;support for bookmarks, labels and actions&lt;/B&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;Improved export of some global e&lt;B&gt;xpressions such as PageNumber and TotalPages&lt;/B&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;Product documentation updated&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P align=justify&gt;&lt;FONT face=Arial&gt;- &lt;B&gt;&lt;A href="http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.words.reporting.services/default.aspx"&gt;Download Evaluation Version&lt;/A&gt;&lt;/B&gt; of &lt;/FONT&gt;&lt;SPAN&gt;Aspose.Words for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;BR&gt;- &lt;B&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.words-for-reporting-services/index.html"&gt;Online Documentation&lt;/A&gt;&lt;/B&gt; of &lt;/FONT&gt;&lt;SPAN&gt;Aspose.Words for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;BR&gt;- &lt;/FONT&gt;&lt;SPAN&gt;View &lt;B&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.words-for-reporting-services/sample-reports-gallery.html"&gt;Sample Reports Gallery&lt;/A&gt;&lt;/B&gt; of Aspose.Words for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;BR&gt;- Post your technical questions/queries to &lt;/FONT&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/forums/aspose.words-for-.net-java-and-reporting-services/75/showforum.aspx"&gt;&lt;SPAN&gt;Aspose.Words for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt; Forum&lt;/FONT&gt;&lt;/A&gt;&lt;/B&gt;&lt;FONT face=Arial&gt;.&lt;BR&gt;- &lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.words/default.aspx"&gt;Receive notifications about latest news and supported features&lt;/A&gt;&lt;/B&gt; by subscribing to &lt;/FONT&gt;&lt;SPAN&gt;Aspose.Words for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt; blog.&lt;/FONT&gt;&lt;/P&gt;
&lt;P align=justify&gt;&lt;FONT face=Arial&gt;&lt;B&gt;&lt;U&gt;Contact Information:&lt;/U&gt;&lt;BR&gt;&lt;/B&gt;Suite 119, 272 Victoria Avenue&lt;BR&gt;Chatswood, NSW, 2067&lt;BR&gt;Australia&lt;BR&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/"&gt;Aspose - The .NET and Java component publisher&lt;/A&gt;&lt;BR&gt;&lt;/B&gt;&lt;A href="mailto:sales@aspose.com"&gt;sales@aspose.com&lt;/A&gt;&lt;BR&gt;Phone: 888.277.6734&lt;BR&gt;Fax: 866.810.94651&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Add dynamic tables, matrix &amp; report columns in SSRS Word documents</title><link>http://openxmldeveloper.org/thread/2880.aspx</link><pubDate>Sun, 16 Mar 2008 20:09:04 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:2880</guid><dc:creator>aspose_seo</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/2880.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/2880/rss.aspx</wfw:commentRss><description>&lt;P align=justify&gt;&lt;SPAN&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/categories/ssrs-rendering-extensions/aspose.words-for-reporting-services/default.aspx"&gt;Aspose.Words for Reporting Services&lt;/A&gt;&lt;/B&gt; is a rendering extension for &lt;B&gt;Microsoft SQL Server 2000&lt;/B&gt;, &lt;B&gt;2005&lt;/B&gt; and &lt;B&gt;2008 Reporting Services&lt;/B&gt; (32 bit &amp;amp; 64 bit). It allows you to export your RDL reports to flow layout documents and provides comprehensive support for exporting them to &lt;B&gt;DOCX, DOC, RTF&lt;/B&gt; and &lt;B&gt;WordprocessingML formats&lt;/B&gt;. All RDL report features including tables, report columns, matrices, charts, textboxes, lists and images are converted with the highest degree of precision to Microsoft Word documents.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P align=justify&gt;&lt;SPAN&gt;In this new release, Aspose.Words for Reporting Services has announced the support of the following new features.&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;Added support for dynamic table/matrix columns&lt;/FONT&gt; &lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;Added support for report columns&lt;/FONT&gt; &lt;/DIV&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV align=justify&gt;&lt;FONT face=Arial&gt;Added support for header/footer background images&lt;/FONT&gt; &lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P align=justify&gt;&lt;FONT face=Arial&gt;- &lt;B&gt;&lt;A href="http://www.aspose.com/community/files/52/ssrs-rendering-extensions/aspose.words.reporting.services/default.aspx"&gt;Download Evaluation Version&lt;/A&gt;&lt;/B&gt; of &lt;/FONT&gt;&lt;SPAN&gt;Aspose.Words for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;BR&gt;- &lt;B&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.words-for-reporting-services/index.html"&gt;Online Documentation&lt;/A&gt;&lt;/B&gt; of &lt;/FONT&gt;&lt;SPAN&gt;Aspose.Words for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;BR&gt;- &lt;/FONT&gt;&lt;SPAN&gt;View &lt;B&gt;&lt;A href="http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.words-for-reporting-services/sample-reports-gallery.html"&gt;Sample Reports Gallery&lt;/A&gt;&lt;/B&gt; of Aspose.Words for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt;.&lt;BR&gt;- Post your technical questions/queries to &lt;/FONT&gt;&lt;B&gt;&lt;A href="http://www.aspose.com/community/forums/aspose.words-for-.net-java-and-reporting-services/75/showforum.aspx"&gt;&lt;SPAN&gt;Aspose.Words for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt; Forum&lt;/FONT&gt;&lt;/A&gt;&lt;/B&gt;&lt;FONT face=Arial&gt;.&lt;BR&gt;- &lt;B&gt;&lt;A href="http://www.aspose.com/community/blogs/aspose.words/default.aspx"&gt;Receive notifications about latest news and supported features&lt;/A&gt;&lt;/B&gt; by subscribing to &lt;/FONT&gt;&lt;SPAN&gt;Aspose.Words for Reporting Services&lt;/SPAN&gt;&lt;FONT face=Arial&gt; blog.&lt;/FONT&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Creating Documents from Template</title><link>http://openxmldeveloper.org/thread/2815.aspx</link><pubDate>Wed, 05 Mar 2008 06:33:03 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:2815</guid><dc:creator>Reny</dc:creator><slash:comments>3</slash:comments><comments>http://openxmldeveloper.org/thread/2815.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/2815/rss.aspx</wfw:commentRss><description>I am trying to create Documents(.docx) in Open XML from Templates(.dotx).&lt;br&gt;&lt;br&gt;Is there a better way to generate Dotx in to docx.&lt;br&gt;

&lt;p class="MsoNormal"&gt;But problem is &lt;span&gt;ContentType&lt;/span&gt;&lt;span&gt; is readonly&lt;/span&gt;&lt;/p&gt;



&lt;p class="MsoNormal"&gt;&lt;span&gt;Uri&lt;/span&gt;&lt;span&gt; partUriDocument = &lt;span&gt;PackUriHelper&lt;/span&gt;.CreatePartUri(&lt;span&gt;new&lt;/span&gt; &lt;span&gt;Uri&lt;/span&gt;(&lt;span&gt;"word//document.xml"&lt;/span&gt;, &lt;span&gt;UriKind&lt;/span&gt;.Relative));&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;span&gt;PackagePart&lt;/span&gt; DocPart =
DocumentPackage.GetPart(partUriDocument);&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;span&gt;DocPart.ContentType&lt;/span&gt;
=
"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml";&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;DocPart.ContentType&lt;/span&gt;&lt;span&gt; is readonly.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;For
template its value is &lt;span&gt;application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;For
documents it should be &amp;nbsp;&lt;span&gt;application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;span&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;I had tried removing a Part and adding a new Part but this
was causing some other error during opening the document from word and also the package was increasing in file size.&lt;br&gt;&lt;/p&gt;



&lt;br&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Create programmatically documents in OpenXML or WordprocessingML format</title><link>http://openxmldeveloper.org/thread/2487.aspx</link><pubDate>Mon, 10 Dec 2007 17:49:36 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:2487</guid><dc:creator>friedrichsklenar</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.org/thread/2487.aspx</comments><wfw:commentRss>http://openxmldeveloper.org/discussions/open_xml_scenarios/f/23/t/2487/rss.aspx</wfw:commentRss><description>&lt;FONT face=Arial&gt;&lt;SPAN&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;TDIWiz (&lt;B&gt;T&lt;/B&gt;ext-&lt;B&gt;D&lt;/B&gt;ata-&lt;B&gt;I&lt;/B&gt;ntegration-&lt;B&gt;Wiz&lt;/B&gt;ard) offers the easiest way to create programmatically – online or server-side as part of a workflow – documents or mails by populating templates with XML data.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;SPAN&gt;By designing the sample documents you can identify the following:&lt;/SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;&lt;SPAN&gt;Which XML data fields are to be imported to which positions of the template.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;&lt;SPAN&gt;Which document ranges are to be allocated to multiple XML nodes and duplicated depending on their number. Hierarchical data structures may be very easily reproduced by nesting such areas!&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;&lt;SPAN&gt;Which document areas appear only conditionally in the resulting document. This feature makes it possible to specify different text variants in the sample document and to activate/deactivate them depending on current data contents.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;LI&gt;
&lt;DIV class=MsoNormal&gt;&lt;SPAN&gt;Sometimes, it would be very time-consuming to supply all variable data to be inserted in the required form to the XML data. In particular, this would also often entail an excessive orientation to the respective “document logic” and prevent that users limit themselves to “lean” generally usable XML data.To solve this problem, TDIWiz additionally offers the possibility to “program” the content of bookmarks in an easy script language.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;
&lt;P class=MsoListParagraph&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;FONT face=Arial&gt;Creation, design and test of sample documents occurs in the familiar MS Word environment and is extremely easy and comfortable.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;FONT face=Arial&gt;TDIWiz solutions can be created with a minimum of effort. However, very demanding problems may also be covered with TDIWiz!&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph&gt;&lt;SPAN&gt;&lt;FONT face=Arial&gt;As&amp;nbsp;document creation is executed without using Microsoft Word®,&amp;nbsp;it is characterised by high speed!&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph&gt;&lt;SPAN&gt;&lt;FONT face=Arial&gt;With serial letters or e-mails you can - in contrast to the usual MS Word mail merge functionality - define even complex logical conditions very easily! You are able to integrate structured data into your documents, too! So much more individualization can be reached without great effort!&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph&gt;&lt;SPAN&gt;&lt;FONT face=Arial&gt;&lt;SPAN&gt;&lt;FONT face=Arial&gt;As design and test of templates is supported by the license-free administration add-in, administrators and developers don’t need an own license. With this component, all TDWiz functions may be tried and also used in everyday practice free of charge! There is only a number limitation for serial letters and when sending e-mails (together max. 100 per processing cyc&lt;/FONT&gt;le).&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Arial size=2&gt;For further information and to download TDIWiz: &lt;/FONT&gt;&lt;A href="http://www.tdiwiz.com/"&gt;&lt;FONT face=Arial&gt;www.tdiwiz.com&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;o:p&gt;&lt;FONT face=Arial size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal&gt;&lt;SPAN&gt;&lt;FONT face=Arial&gt;&lt;FONT size=2&gt;To contact us:&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;A href="mailto:info@tdiwiz.com"&gt;&lt;FONT face=Arial size=2&gt;info@tdiwiz.com&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>