<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Martin W Smith</title>
	<atom:link href="http://martinwsmith.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://martinwsmith.wordpress.com</link>
	<description>A Personal Blog</description>
	<lastBuildDate>Tue, 06 Dec 2011 18:35:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='martinwsmith.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Martin W Smith</title>
		<link>http://martinwsmith.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://martinwsmith.wordpress.com/osd.xml" title="Martin W Smith" />
	<atom:link rel='hub' href='http://martinwsmith.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Moved..</title>
		<link>http://martinwsmith.wordpress.com/2009/10/24/moved/</link>
		<comments>http://martinwsmith.wordpress.com/2009/10/24/moved/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 22:02:05 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://martinwsmith.wordpress.com/?p=34</guid>
		<description><![CDATA[This blog has now moved to http://blog.martinwsmith.co.uk Posted in Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martinwsmith.wordpress.com&amp;blog=9976989&amp;post=34&amp;subd=martinwsmith&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This blog has now moved to <a href="http://blog.martinwsmith.co.uk">http://blog.martinwsmith.co.uk</a></p>
<br />Posted in Uncategorized  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martinwsmith.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martinwsmith.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martinwsmith.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martinwsmith.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martinwsmith.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martinwsmith.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martinwsmith.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martinwsmith.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martinwsmith.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martinwsmith.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martinwsmith.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martinwsmith.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martinwsmith.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martinwsmith.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martinwsmith.wordpress.com&amp;blog=9976989&amp;post=34&amp;subd=martinwsmith&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martinwsmith.wordpress.com/2009/10/24/moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e651c94019f0fe9426a14893a3a3eb8?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">westen30</media:title>
		</media:content>
	</item>
		<item>
		<title>Visio and Tiff to PDF</title>
		<link>http://martinwsmith.wordpress.com/2009/10/21/visio-and-tiff-to-pdf/</link>
		<comments>http://martinwsmith.wordpress.com/2009/10/21/visio-and-tiff-to-pdf/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 19:10:13 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[acrobat]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://martinwsmith.wordpress.com/?p=23</guid>
		<description><![CDATA[I&#8217;m currently working on a project that requires the automatic rendering of files to PDF, MS Office files work ok but there&#8217;s a problem with Visio and Tiff files  so I wrote this simple console app in VB.NET. Module Module1 Sub Main(ByVal args As String()) OpenFileWithAcrobat(args(0), args(1)) End Sub Private Sub OpenFileWithAcrobat(ByVal InputFile As String, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martinwsmith.wordpress.com&amp;blog=9976989&amp;post=23&amp;subd=martinwsmith&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently working on a project that requires the automatic rendering of files to PDF, MS Office files work ok but there&#8217;s a problem with Visio and Tiff files  so I wrote this simple console app in VB.NET.</p>
<blockquote><p>Module Module1</p>
<p>Sub Main(ByVal args As String())<br />
OpenFileWithAcrobat(args(0), args(1))<br />
End Sub</p>
<p>Private Sub OpenFileWithAcrobat(ByVal InputFile As String, ByVal OutPutFile As String)<br />
Dim AcroAVDoc As Object<br />
Dim AcroPDDoc As Object<br />
Dim b As Boolean</p>
<p>AcroAVDoc = CreateObject(&#8220;AcroExch.AVDoc&#8221;)<br />
b = AcroAVDoc.Open(InputFile, &#8220;Temp&#8221;)</p>
<p>If AcroAVDoc.IsValid Then<br />
AcroPDDoc = AcroAVDoc.GetPDDoc()<br />
AcroPDDoc.SetInfo(&#8220;Title&#8221;, &#8220;&#8221;)</p>
<p>If AcroPDDoc.Save(1 Or 4 Or 32, OutPutFile) &lt;&gt; True Then<br />
Debug.Print(&#8220;Error&#8221;)<br />
End If</p>
<p>AcroPDDoc.Close()<br />
End If</p>
<p>AcroAVDoc.Close(0)<br />
AcroPDDoc = Nothing<br />
AcroAVDoc = Nothing</p>
<p>End Sub</p>
<p>End Module</p></blockquote>
<p>The app uses Acrobat Proffessional 9 and takes as its parameters the path of the file to be rendered to PDF format and the path of where the file should be saved to.  eg. renderer.exe &#8220;c:\temp\file.tif&#8221; &#8220;c:\temp\file.pdf&#8221;</p>
<p>It works really well as it maintains page sizes and orientation.  It will needs some error handling adding before it goes into production, but for now it works ok.</p>
<br />Posted in Programming Tagged: acrobat, Programming, vb.net <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martinwsmith.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martinwsmith.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martinwsmith.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martinwsmith.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martinwsmith.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martinwsmith.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martinwsmith.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martinwsmith.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martinwsmith.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martinwsmith.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martinwsmith.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martinwsmith.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martinwsmith.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martinwsmith.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martinwsmith.wordpress.com&amp;blog=9976989&amp;post=23&amp;subd=martinwsmith&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martinwsmith.wordpress.com/2009/10/21/visio-and-tiff-to-pdf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e651c94019f0fe9426a14893a3a3eb8?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">westen30</media:title>
		</media:content>
	</item>
		<item>
		<title>Social Media</title>
		<link>http://martinwsmith.wordpress.com/2009/10/18/social-media/</link>
		<comments>http://martinwsmith.wordpress.com/2009/10/18/social-media/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 13:26:07 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://martinwsmith.wordpress.com/?p=15</guid>
		<description><![CDATA[I&#8217;ve been experimenting with various Social Media sites for a little while and I&#8217;ve met some interesting people, I even got some help with a presentation I was working on.  I thought I would add some links to my Social Media profiles: Twitter Friend Feed Facebook Google Profile LinkedInGoogle Reader Posted in Social Media<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martinwsmith.wordpress.com&amp;blog=9976989&amp;post=15&amp;subd=martinwsmith&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been experimenting with various Social Media sites for a little while and I&#8217;ve met some interesting people, I even got some help with a presentation I was working on.  I thought I would add some links to  my Social Media profiles:</p>
<p><a href="http://twitter.com/westen30" target="_blank">Twitter<br />
</a><a href="http://friendfeed.com/martinwsmith" target="_blank">Friend Feed</a> <a href="http://www.facebook.com/martinwsmith76" target="_blank"><br />
Facebook<br />
</a><a href="http://www.google.com/profiles/westen30" target="_blank">Google Profile<br />
</a><a href="http://www.linkedin.com/in/martinsmithplm" target="_blank">LinkedIn</a><a href="http://www.google.com/profiles/westen30" target="_blank"></a><br /><a href="http://www.google.com/reader/shared/westen30" target="_blank">Google Reader</a></p>
<br />Posted in Social Media  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martinwsmith.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martinwsmith.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martinwsmith.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martinwsmith.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martinwsmith.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martinwsmith.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martinwsmith.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martinwsmith.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martinwsmith.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martinwsmith.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martinwsmith.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martinwsmith.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martinwsmith.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martinwsmith.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martinwsmith.wordpress.com&amp;blog=9976989&amp;post=15&amp;subd=martinwsmith&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martinwsmith.wordpress.com/2009/10/18/social-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e651c94019f0fe9426a14893a3a3eb8?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">westen30</media:title>
		</media:content>
	</item>
		<item>
		<title>My New Blog</title>
		<link>http://martinwsmith.wordpress.com/2009/10/17/my-new-blog/</link>
		<comments>http://martinwsmith.wordpress.com/2009/10/17/my-new-blog/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 07:08:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://martinwsmith.wordpress.com/?p=3</guid>
		<description><![CDATA[Welcome to my new personal blog, this blog will be a dumping ground for ideas, thoughts, code excerpts, tips, links and anything else that pops into my head. Posted in General<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martinwsmith.wordpress.com&amp;blog=9976989&amp;post=3&amp;subd=martinwsmith&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to my new personal blog, this blog will be a dumping ground for ideas, thoughts, code excerpts, tips, links and anything else that pops into my head.</p>
<br />Posted in General  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martinwsmith.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martinwsmith.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martinwsmith.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martinwsmith.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/martinwsmith.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/martinwsmith.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/martinwsmith.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/martinwsmith.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martinwsmith.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martinwsmith.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martinwsmith.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martinwsmith.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martinwsmith.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martinwsmith.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martinwsmith.wordpress.com&amp;blog=9976989&amp;post=3&amp;subd=martinwsmith&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://martinwsmith.wordpress.com/2009/10/17/my-new-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7e651c94019f0fe9426a14893a3a3eb8?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">westen30</media:title>
		</media:content>
	</item>
	</channel>
</rss>
