0
votes
0answers
21 views

Uploading signed Word document to SharePoint library

I´m trying to upload a signed Word document to a SharePoint library. When I open the document from The library, the signature is broken. Any ideas how to upload a signed document and retain the ...
0
votes
1answer
49 views

Word Documents in Library Erroring and Unable to Overwrite

I have a document library and a number of times I have experienced an issue where, upon trying to open a document in Word for editing, it throws an error The file filename.docx cannot be opened ...
0
votes
0answers
91 views

Create document library word file and init metadata fields from list item properties

I have got custom content type <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <!-- Parent ContentType: Contract (PkbInfo.SP\Contract) ...
0
votes
0answers
43 views

Integrate Rich Text Content in Document Library with MS Word 2010 using Quick Parts

I created custom rich text content type in my document library. When i tried to map the created custom content type in MS word 2010 using quick parts, i am getting html tags instead of formatted text. ...
0
votes
0answers
166 views

Word template in a document library in SharePoint 2010

I am using the document libary as word template in sharepoint 2010 but when we open the new word template and fill in the data, we cannot save into the library of the site ? I check it the probelm ...
0
votes
1answer
163 views

Quick Part problem

I've got a group of users who have added a quick part into their Word documents in one of their document libraries in MOSS 2007 Enterprise. This quick part pulls in the FilePath. The library only has ...
0
votes
0answers
131 views

Error of wordViewer.aspx in Sharepoint 2010

I created document library for Microsoft word documents. When I open a document in my browser I get this JavaScript error: Line: 2 Error: Object doesn't support property or method 'selectSingleNode' ...
1
vote
1answer
274 views

Inserting SharePoint content type field into Word document

How can I dynamically add a SharePoint content type field into a Word document with OpenXML SDK? Thanks
0
votes
2answers
628 views

Is it possible to link a chart in a Word document with an Excel Spreadsheet in SP 2010?

I have a word document which contains some charts based on data in an Excel spreadsheet. I update the word document frequently (it is as status report) by editing some of the supporting data in the ...
1
vote
2answers
1k views

Reading meta data stored in Word templates on SharePoint

I have a doc library on SharePoint for my work templates (DOTX). The doc library has a column called "Template ID". Each template has an ID stored in that column. I want to use VBA to loop through ...
0
votes
1answer
723 views

Uploading docx files programmatically corrupt?

Does anyone know why my programmatically uploaded Docx files arrive corrupted? I've seen more messages of this problem all over the internet without a solution. Would it be possible for someone to ...
3
votes
2answers
1k views

How do I configure a document library to create a new document using a custom template?

So I'm absolutely new to SharePoint 2010, and have been given a task as part of my internship and I'm stuck. When I click 'new document' in Document Library, I need to give option of selecting 1 of ...
0
votes
1answer
370 views

share data between Word and SharePoint

I'm trying to connect SP and Word. The Microsoft tutorial on this issue does this: ClientContext clientContext = new ClientContext("http://MyServer/sites/MySiteCollection/MyWebSite"); How can I ...
2
votes
1answer
354 views

jQuery cascading dropdowns and Word

If a user clicks on New from a document library then a word template opens with metadata in the header section, will the SPServices jQuery cascading dropdowns work in the word's header? I doubt it. If ...
0
votes
3answers
434 views

Create New Word Document Without Opening it

I have a scenario where a user creates a new Word document (attached to a content type), but doesn't need to open it. The document will be populated by other users later. Is there a way to avoid the ...
3
votes
2answers
650 views

SharePoint 2010 Document Save As Dialog Preventing Other Locations

I have a SharePoint 2010 Document Library in which multiple content types have been added in the New Document Menu. Now, when a user clicks on any of these items, it will open locally installed Word ...