<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using ColdFusion to Generate Multiple Word Documents (Batch Creation)</title>
	<atom:link href="http://www.jensbits.com/2009/07/08/using-coldfusion-to-generate-multiple-word-documents-batch-creation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jensbits.com/2009/07/08/using-coldfusion-to-generate-multiple-word-documents-batch-creation/</link>
	<description>my code snips</description>
	<lastBuildDate>Thu, 02 Feb 2012 01:32:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jen</title>
		<link>http://www.jensbits.com/2009/07/08/using-coldfusion-to-generate-multiple-word-documents-batch-creation/comment-page-1/#comment-1751</link>
		<dc:creator>jen</dc:creator>
		<pubDate>Fri, 10 Sep 2010 12:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.jensbits.com/?p=257#comment-1751</guid>
		<description>@Jim
Not possible that I know of. Coldfusion and Word is a difficult combination. They don&apos;t play nice.</description>
		<content:encoded><![CDATA[<p>@Jim<br />
Not possible that I know of. Coldfusion and Word is a difficult combination. They don&apos;t play nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.jensbits.com/2009/07/08/using-coldfusion-to-generate-multiple-word-documents-batch-creation/comment-page-1/#comment-1718</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 23 Aug 2010 13:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.jensbits.com/?p=257#comment-1718</guid>
		<description>Hey Jen,

This works great. One question, is it possible to have these open directly in Word, rather than writing the files? Since I am working in a Corporate environment the servers are pretty well locked down and I am not able to dynamically create new files on the server. Ideally, I would like my code to loop through and open a document in Word for each record in my loop. Thanks in advance for any help.

Jim</description>
		<content:encoded><![CDATA[<p>Hey Jen,</p>
<p>This works great. One question, is it possible to have these open directly in Word, rather than writing the files? Since I am working in a Corporate environment the servers are pretty well locked down and I am not able to dynamically create new files on the server. Ideally, I would like my code to loop through and open a document in Word for each record in my loop. Thanks in advance for any help.</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jen</title>
		<link>http://www.jensbits.com/2009/07/08/using-coldfusion-to-generate-multiple-word-documents-batch-creation/comment-page-1/#comment-1283</link>
		<dc:creator>jen</dc:creator>
		<pubDate>Mon, 10 May 2010 17:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jensbits.com/?p=257#comment-1283</guid>
		<description>@Ebud
ColdFusion and Word is kind of kludge all by itself. So, no, I don&apos;t know how to combine the docs or use the page numbering. Wish I could help.</description>
		<content:encoded><![CDATA[<p>@Ebud<br />
ColdFusion and Word is kind of kludge all by itself. So, no, I don&apos;t know how to combine the docs or use the page numbering. Wish I could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ebud</title>
		<link>http://www.jensbits.com/2009/07/08/using-coldfusion-to-generate-multiple-word-documents-batch-creation/comment-page-1/#comment-1282</link>
		<dc:creator>Ebud</dc:creator>
		<pubDate>Mon, 10 May 2010 17:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.jensbits.com/?p=257#comment-1282</guid>
		<description>Hi Jen,

I have been playing with your Word/CF code and have it working locally...thanks!

Curious how you would combine 2 multi-page documents into 1.  Also do you know if it would handle the page numbering?</description>
		<content:encoded><![CDATA[<p>Hi Jen,</p>
<p>I have been playing with your Word/CF code and have it working locally&#8230;thanks!</p>
<p>Curious how you would combine 2 multi-page documents into 1.  Also do you know if it would handle the page numbering?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Bingham</title>
		<link>http://www.jensbits.com/2009/07/08/using-coldfusion-to-generate-multiple-word-documents-batch-creation/comment-page-1/#comment-301</link>
		<dc:creator>Simon Bingham</dc:creator>
		<pubDate>Thu, 09 Jul 2009 08:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jensbits.com/?p=257#comment-301</guid>
		<description>Hi Jen,

Thank you very much for the code and all your help! Much appreciated.

Simon</description>
		<content:encoded><![CDATA[<p>Hi Jen,</p>
<p>Thank you very much for the code and all your help! Much appreciated.</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using ColdFusion to Generate Multiple Word Documents (Batch Creation) &#124; Adobe Tutorials</title>
		<link>http://www.jensbits.com/2009/07/08/using-coldfusion-to-generate-multiple-word-documents-batch-creation/comment-page-1/#comment-299</link>
		<dc:creator>Using ColdFusion to Generate Multiple Word Documents (Batch Creation) &#124; Adobe Tutorials</dc:creator>
		<pubDate>Thu, 09 Jul 2009 00:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jensbits.com/?p=257#comment-299</guid>
		<description>[...] As a continuation (and request from Simon) to the Using ColdFusion to Generate a Custom Word Document post, here is an example of creating multiple Word documents in a batch-like manner. Create the Word template as an RTF (.rtf) document with placeholders in the same manner as the previous post .  Original post: Using ColdFusion to Generate Multiple Word Documents (Batch Creation) [...]</description>
		<content:encoded><![CDATA[<p>[...] As a continuation (and request from Simon) to the Using ColdFusion to Generate a Custom Word Document post, here is an example of creating multiple Word documents in a batch-like manner. Create the Word template as an RTF (.rtf) document with placeholders in the same manner as the previous post .  Original post: Using ColdFusion to Generate Multiple Word Documents (Batch Creation) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

