<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://openxmldeveloper.com/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>OpenXML Developer : Java</title><link>http://openxmldeveloper.com/archive/category/1008.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2.0 (Build: 60526.2668)</generator><item><title>Open XML development videos</title><link>http://openxmldeveloper.com/archive/2007/03/19/1334.aspx</link><pubDate>Mon, 19 Mar 2007 19:14:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:1334</guid><dc:creator>dmahugh</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.com/comments/1334.aspx</comments><wfw:commentRss>http://openxmldeveloper.com/commentrss.aspx?PostID=1334</wfw:commentRss><description>&lt;P&gt;Several of the most active contributors to OpenXmlDeveloper were in Redmond last week for the MVP Summit and an Open XML workshop, so Doug Mahugh interviewed them on some Open XML development topics. The videos are up on Channel 9 at the links included below.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://channel9.msdn.com/ShowPost.aspx?PostID=292715"&gt;Open-source Open XML API for Java&lt;/A&gt;&lt;BR&gt;Julien Chable demonstrates his OPENXML4J project, which is a continuation of the work described in his article on OpenXmlDeveloper &lt;A HREF="/articles/OpenXMLandJava.aspx"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://channel9.msdn.com/ShowPost.aspx?PostID=292735"&gt;Package Explorer for Open XML&lt;/A&gt;&lt;BR&gt;Wouter Van Vugt talks about the latest release of his Package Explorer tool, which was originally covered on OpenXmlDeveloper &lt;A HREF="/articles/261.aspx"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://channel9.msdn.com/ShowPost.aspx?PostID=292752"&gt;Linux/Java interoperability with Open XML&lt;/A&gt;&lt;BR&gt;Sanjay Kumar and Datta Kulkarni of Sonata Software describe how Open XML can be used from a Linux environment, building on the techniques covered on OpenXmlDeveloper &lt;A HREF="/articles/JavaWordProcessingML.aspx"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://openxmldeveloper.com/aggbug.aspx?PostID=1334" width="1" height="1"&gt;</description><category domain="http://openxmldeveloper.com/archive/category/1002.aspx">Open Packaging Convention</category><category domain="http://openxmldeveloper.com/archive/category/1003.aspx">WordProcessingML</category><category domain="http://openxmldeveloper.com/archive/category/1007.aspx">.NET (C#, VB, J#, C++/CLI)</category><category domain="http://openxmldeveloper.com/archive/category/1008.aspx">Java</category></item><item><title>Two New Articles</title><link>http://openxmldeveloper.com/archive/2006/04/12/TwoNewArticles041206.aspx</link><pubDate>Wed, 12 Apr 2006 21:09:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:156</guid><dc:creator>dmahugh</dc:creator><slash:comments>0</slash:comments><comments>http://openxmldeveloper.com/comments/156.aspx</comments><wfw:commentRss>http://openxmldeveloper.com/commentrss.aspx?PostID=156</wfw:commentRss><description>&lt;P&gt;We have two new articles on the site today, both from Sanjay Kumar Madhva. Each covers a slightly different task related to Open XML programming, and each is implemented on a different development platform.&lt;/P&gt;
&lt;P&gt;&lt;A HREF="/articles/ImageConversion.aspx"&gt;"Open XML Document Image Conversion"&lt;/A&gt; is the 3rd article in Sanjay's series on working with Open XML Formats in Java. It shows how to extract a large BMP image from a word processing document, convert it to a smaller PNG, and replace the larger image with the smaller one.&lt;/P&gt;
&lt;P&gt;The original intent of this article was to demonstrate a technique for compressing a large document that is bloated with embedded BMPs, but to Sanjay's surprise he found that the ZIP compression of a typical BMP screen shot in an Open XML package is so good that there's not really any room for improvement via this technique. Nonetheless, this article is a good example of how to replace embedded media in an Open XML document for those working in Java environments.&lt;/P&gt;
&lt;P&gt;The second article, "&lt;A HREF="/articles/OpenXMLDocFromDotNet.aspx"&gt;Creating an Open XML Document in .NET&lt;/A&gt;," takes a look at how to write user-entered text into a newly created Open XML document. It's a very simple starting point for such applications, showing the basics of how to generate an Open XML document from scratch using the new WinFX packaging API. Logical future extensions to this application would include using an RTF control and capturing more complex formatting, and implementing the same concepts in a web application.&lt;/P&gt;&lt;img src="http://openxmldeveloper.com/aggbug.aspx?PostID=156" width="1" height="1"&gt;</description><category domain="http://openxmldeveloper.com/archive/category/1002.aspx">Open Packaging Convention</category><category domain="http://openxmldeveloper.com/archive/category/1003.aspx">WordProcessingML</category><category domain="http://openxmldeveloper.com/archive/category/1007.aspx">.NET (C#, VB, J#, C++/CLI)</category><category domain="http://openxmldeveloper.com/archive/category/1008.aspx">Java</category></item><item><title>Java code for common document management tasks</title><link>http://openxmldeveloper.com/archive/2006/03/26/94.aspx</link><pubDate>Mon, 27 Mar 2006 01:49:00 GMT</pubDate><guid isPermaLink="false">1ff61f26-0981-41c7-ad52-ff725e9b1da8:94</guid><dc:creator>dmahugh</dc:creator><slash:comments>2</slash:comments><comments>http://openxmldeveloper.com/comments/94.aspx</comments><wfw:commentRss>http://openxmldeveloper.com/commentrss.aspx?PostID=94</wfw:commentRss><description>&lt;P&gt;The guys at Sonata have submitted another instructive Java code sample. This one shows how to do some basic document management chores such as adding or removing parts from the Open XML Format package. It's packaged as a simple utility. &lt;A HREF="/articles/JavaDocumentUtility.aspx"&gt;Click here for the article and source code.&lt;/A&gt;&lt;/P&gt;&lt;img src="http://openxmldeveloper.com/aggbug.aspx?PostID=94" width="1" height="1"&gt;</description><category domain="http://openxmldeveloper.com/archive/category/1002.aspx">Open Packaging Convention</category><category domain="http://openxmldeveloper.com/archive/category/1008.aspx">Java</category><category domain="http://openxmldeveloper.com/archive/category/1011.aspx">Linux/Unix/Solaris</category></item></channel></rss>