<?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: CodePlex project for Word Automation Services</title>
	<atom:link href="http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rss</link>
	<description>about .Net and application platform development</description>
	<lastBuildDate>Wed, 01 Feb 2012 17:07:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Kalona</title>
		<link>http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/comment-page-1/#comment-7500</link>
		<dc:creator>Kalona</dc:creator>
		<pubDate>Wed, 01 Feb 2012 17:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/#comment-7500</guid>
		<description>Hi

I&#039;ve installed from codeplex OK and I can see the workflow actions in the workflow list. But if I pick one nothing happens - doesn&#039;t appear in my workflow - any ideas? (using SP2010 Server Enterprise with one WFE and one APP Server)

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;ve installed from codeplex OK and I can see the workflow actions in the workflow list. But if I pick one nothing happens &#8211; doesn&#8217;t appear in my workflow &#8211; any ideas? (using SP2010 Server Enterprise with one WFE and one APP Server)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gerritsen</title>
		<link>http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/comment-page-1/#comment-7492</link>
		<dc:creator>Peter Gerritsen</dc:creator>
		<pubDate>Fri, 06 Jan 2012 08:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/#comment-7492</guid>
		<description>Hi Steph,

I haven&#039;t used the solution in a lot of production scenarios for very long, so I&#039;ve got no experiences with this happening.
My first guess would be that the code is somewhat buggy and might contain some memory leaks, which causes the workflow action to stop working.

Peter</description>
		<content:encoded><![CDATA[<p>Hi Steph,</p>
<p>I haven&#8217;t used the solution in a lot of production scenarios for very long, so I&#8217;ve got no experiences with this happening.<br />
My first guess would be that the code is somewhat buggy and might contain some memory leaks, which causes the workflow action to stop working.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steph</title>
		<link>http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/comment-page-1/#comment-7491</link>
		<dc:creator>Steph</dc:creator>
		<pubDate>Thu, 05 Jan 2012 22:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/#comment-7491</guid>
		<description>Hi Peter, 
Overall your solution has worked for me.  However, I&#039;ve run into a couple scenarios (2 server environments out of 5) where the solution suddenly stops working and i have to go into the workflow and remove then readd the line to &quot;Convert Current Document...&quot;.  Then it works again.  Have you experienced this issue and do you have any advice for what might be happening?  There were no changes to Word Automation services and no Sharepoint updates applied when it happened.
thanks!</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
Overall your solution has worked for me.  However, I&#8217;ve run into a couple scenarios (2 server environments out of 5) where the solution suddenly stops working and i have to go into the workflow and remove then readd the line to &#8220;Convert Current Document&#8230;&#8221;.  Then it works again.  Have you experienced this issue and do you have any advice for what might be happening?  There were no changes to Word Automation services and no Sharepoint updates applied when it happened.<br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/comment-page-1/#comment-7470</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 09 Sep 2011 14:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/#comment-7470</guid>
		<description>This is great, thanks. Though, I&#039;m running into a workflow issue. I&#039;m using your activity in a workflow in library A to convert a doc to a pdf which lands in library B. I have another workflow in library B that is set to start for every new item. This workflow generates a &quot;failed on start message&quot; for the inbound pdfs. To be clear:

1. manually running the workflow in library B: works fine
2. uploading a doc (which therefore triggers the workflow) in library B: works fine
3. Using word automation services via your activity to generate a pdf in library B: The workflow in library B throws an error. (failed on start)

The workflow in library B has one action: log to history list.

Any thoughts?</description>
		<content:encoded><![CDATA[<p>This is great, thanks. Though, I&#8217;m running into a workflow issue. I&#8217;m using your activity in a workflow in library A to convert a doc to a pdf which lands in library B. I have another workflow in library B that is set to start for every new item. This workflow generates a &#8220;failed on start message&#8221; for the inbound pdfs. To be clear:</p>
<p>1. manually running the workflow in library B: works fine<br />
2. uploading a doc (which therefore triggers the workflow) in library B: works fine<br />
3. Using word automation services via your activity to generate a pdf in library B: The workflow in library B throws an error. (failed on start)</p>
<p>The workflow in library B has one action: log to history list.</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Miller</title>
		<link>http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/comment-page-1/#comment-7465</link>
		<dc:creator>Chris Miller</dc:creator>
		<pubDate>Wed, 10 Aug 2011 15:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/#comment-7465</guid>
		<description>Hi Peter,
I was wondering if you have a copy list item activity that will use &quot;append to version history...&quot;.
I have the need for it, my situation is: Document needs to be moved/copied from one list to another, but append to version history. then the document needs to be deleted. the OOTB has a copy, which overwrites everything, I just need it append to the version history.
If you have it, please let me know.
Thanks in advance
Chris.</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
I was wondering if you have a copy list item activity that will use &#8220;append to version history&#8230;&#8221;.<br />
I have the need for it, my situation is: Document needs to be moved/copied from one list to another, but append to version history. then the document needs to be deleted. the OOTB has a copy, which overwrites everything, I just need it append to the version history.<br />
If you have it, please let me know.<br />
Thanks in advance<br />
Chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Fleming</title>
		<link>http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/comment-page-1/#comment-5780</link>
		<dc:creator>Dave Fleming</dc:creator>
		<pubDate>Tue, 29 Mar 2011 23:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/#comment-5780</guid>
		<description>I cannot get this to activate unless I activate the &quot;Microsoft SharePoint Foundation Sandboxed Code Service&quot;.  When I do that, it gives me the same error as above.  What services do I need active to activate this solution?  FYI - I&#039;m a newbie</description>
		<content:encoded><![CDATA[<p>I cannot get this to activate unless I activate the &#8220;Microsoft SharePoint Foundation Sandboxed Code Service&#8221;.  When I do that, it gives me the same error as above.  What services do I need active to activate this solution?  FYI &#8211; I&#8217;m a newbie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sapukai</title>
		<link>http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/comment-page-1/#comment-5192</link>
		<dc:creator>Sapukai</dc:creator>
		<pubDate>Thu, 10 Mar 2011 14:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/#comment-5192</guid>
		<description>Hi, sorry, but, I download de .wsp file, but how I can use it? I don´t known how import it to my Sharepoint Server, or how to use this file, please, help me with some tips. Thanks and great work Peter!</description>
		<content:encoded><![CDATA[<p>Hi, sorry, but, I download de .wsp file, but how I can use it? I don´t known how import it to my Sharepoint Server, or how to use this file, please, help me with some tips. Thanks and great work Peter!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nirav</title>
		<link>http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/comment-page-1/#comment-3823</link>
		<dc:creator>Nirav</dc:creator>
		<pubDate>Tue, 25 Jan 2011 15:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/#comment-3823</guid>
		<description>Peter,

Thanks for that. Do you have any option where I can do research for this requirment.

Thanks,
Nirav.</description>
		<content:encoded><![CDATA[<p>Peter,</p>
<p>Thanks for that. Do you have any option where I can do research for this requirment.</p>
<p>Thanks,<br />
Nirav.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gerritsen</title>
		<link>http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/comment-page-1/#comment-3821</link>
		<dc:creator>Peter Gerritsen</dc:creator>
		<pubDate>Tue, 25 Jan 2011 14:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/#comment-3821</guid>
		<description>InfoPath is not a valid input format for Word Automation services. You can see this in the list in the top of this post.

Peter</description>
		<content:encoded><![CDATA[<p>InfoPath is not a valid input format for Word Automation services. You can see this in the list in the top of this post.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nirav</title>
		<link>http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/comment-page-1/#comment-3819</link>
		<dc:creator>Nirav</dc:creator>
		<pubDate>Tue, 25 Jan 2011 13:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.petergerritsen.nl/2010/01/13/codeplex-project-for-word-automation-services/#comment-3819</guid>
		<description>Hi Guys,

I am trying to convert infopath form into pdf format.

I think I have done everything but still not getting the output file. For you understanding, I will put the steps I have done:
1) I have used SP2010WordAutomation.Workflow.wsp.
2) I published infopath form to a forms library in SP 2010 site
3) I opened up my sharepoint 2010 designer and created a reusable workflow with content type.
4) I used following action from SP 2010 designer, 
Convert documents in library with url http://servername/formlib, using outputformat PDF, store the documents in library with url http://servername/pdflib and place the job id in variable: conversion job id3; if the document already exists &quot;Always overwrite&quot;
5) Once this is done I publish the workflow....
6) Then I go to library http://servername/formlib where my infopath forms can be added using &quot;Add Document&quot;. 
7) When I add one form document - The status of the workflow column changes to &quot;In Progress&quot; then after some time it changes to &quot;Completed&quot;.
8) On clicking the workflow status to check workflow information to check whats happening, it  shows 
Conversion Job with Id= some id started. Under outcome heaer there is nothing 
9) But when I go to library http://servername/pdflib, I dont get the converted file.

Can somebody please tell me what am I missing. 

Thanks for you valuable time.

Thanks,
Nirav.
niravsakhi@hotmail.com</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>I am trying to convert infopath form into pdf format.</p>
<p>I think I have done everything but still not getting the output file. For you understanding, I will put the steps I have done:<br />
1) I have used SP2010WordAutomation.Workflow.wsp.<br />
2) I published infopath form to a forms library in SP 2010 site<br />
3) I opened up my sharepoint 2010 designer and created a reusable workflow with content type.<br />
4) I used following action from SP 2010 designer,<br />
Convert documents in library with url <a  href="http://servername/formlib" rel="nofollow">http://servername/formlib</a>, using outputformat PDF, store the documents in library with url <a  href="http://servername/pdflib" rel="nofollow">http://servername/pdflib</a> and place the job id in variable: conversion job id3; if the document already exists &#8220;Always overwrite&#8221;<br />
5) Once this is done I publish the workflow&#8230;.<br />
6) Then I go to library <a  href="http://servername/formlib" rel="nofollow">http://servername/formlib</a> where my infopath forms can be added using &#8220;Add Document&#8221;.<br />
7) When I add one form document &#8211; The status of the workflow column changes to &#8220;In Progress&#8221; then after some time it changes to &#8220;Completed&#8221;.<br />
 <img src='http://blog.petergerritsen.nl/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> On clicking the workflow status to check workflow information to check whats happening, it  shows<br />
Conversion Job with Id= some id started. Under outcome heaer there is nothing<br />
9) But when I go to library <a  href="http://servername/pdflib" rel="nofollow">http://servername/pdflib</a>, I dont get the converted file.</p>
<p>Can somebody please tell me what am I missing. </p>
<p>Thanks for you valuable time.</p>
<p>Thanks,<br />
Nirav.<br />
<a  href="mailto:niravsakhi@hotmail.com">niravsakhi@hotmail.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

