Tagged Questions
0
votes
0answers
51 views
Creating Word document with tables from template
I found this blogpost about automatically creating Word documents from a list item using workflows in SP2010.
...
1
vote
1answer
63 views
Update existing word document from SharePoint via code
I'd like to insert a line of text into an existing Word document that is stored in a document library. Would this be possible to do through an event or workflow? If so, how would I go about ...
1
vote
2answers
457 views
Display Word document in browser as read only
I don't really know where to put out this question. Because it touches several subjects.
We've got a Sharepoint 2010 site where we're trying to build a document Library for thousands of documents. ...
0
votes
2answers
273 views
How can i insert a header and footer to word documents in sharepoint
We have some word docs in Sharepoint and would like to add images to the header and text to the footer.
So maybe users can select what they want to insert the text and images.
Not sure if its possible ...
0
votes
1answer
272 views
Why do I get the error in MS Word 2007 “Word cannot create a new, blank form” when I try to start a Collect Signatures workflow?
The rest of the error message is: "One or more required custom controls in this form cannot be created".
I also get this message when clicking the Edit This Task button on the Workflow Task toolbar ...
1
vote
1answer
382 views
Workflow initiation form after publish from Word does not open in web browser
I developed a custom workflow in VS2010 with a custom aspx initiation form (<Workflow InstantiationUrl="" /> is defined). Moreover this workflow has InitiationType OnMajorCheckIn. So if I ...