The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
239 views

How to automatically convert the word document into PDF?

Is there any workflow that I can create to convert a word document into PDF after the approval workflow is finished.
2
votes
1answer
1k views

Export list to Word

Is there a way to easily export a list to Microsoft Word 2010 from SharePoint 2010 via a button on the page? We'd like to have the data plugged into a Word template so the list values get ...
2
votes
0answers
102 views

Word Automation services - Quick parts displays lookup ID after after PDF conversion

If I insert a quick part(document property) in both header and body it displays the lookup ID after PDF conversion using Word automation services. If I only insert in the header or body it works ...
1
vote
4answers
2k views

Can I upgrade .doc to .docx in-place in a doc library?

Here's the situation. I want to roll out Office Web Apps to our SharePoint instance. The only trouble is that a lot of files are still in .doc format, and if you try to edit them in Office Web Apps ...
1
vote
2answers
74 views

Restrict printing and editing on a pdf created with word automation services

Some customer asked my if it was possible to restrict printing and editing a pdf file? Looking over Google I found this. I was wondering if is possible to encrypt a pdf file generated by word ...
1
vote
2answers
735 views

How to force the Word Automation Services Timer to run?

I need to run the Word Automation Services immediately after adding a job. My code is running in a workflow. Here is what I got so far : SPSecurity.RunWithElevatedPrivileges(delegate() { using ...
1
vote
1answer
72 views

Error while disable sandbox property for word automation services in sharepoint2010

i have execute below script for disabling sandbox property for word automation services. $sp = Get-SPServiceApplication | where {$_.TypeName.Equals("Word Automation Services")} $sp.DisableSandbox = ...
1
vote
0answers
137 views

Trying to convert a SP2010 document version to a PDF generates SPException: List does not exist

I am trying to modify an existing SP2010 custom workflow action that converts an existing document to PDF using Word Automation. There is a new requirement to only convert the last published version ...
1
vote
1answer
199 views

Word Document to HTML for use in publishing site

We have a number of documents managed in a team site that are organisational policies. What is the best way of taking documents that have been marked as "approved" in the document library and publish ...
1
vote
0answers
181 views

Word Automation Services Job never starts

I'm trying to convert a DOCX file into a PDF file using a workflow in Sharepoint 2010 using Word Automation Services. Here is what I use in my workflow : ConversionJobSettings jobSettings = new ...
0
votes
2answers
190 views

How to extract data from word document into sharepoint lists 2010

I have a challenge to extract data from word documents into a SharePoint list. Users send emails with attached Word documents containing forms filled out by users to be stored in SharePoint list. ...
0
votes
1answer
633 views

Word Automation Services Error while adding a job

I am getting a weird error in the UAT environment for the word automation services. I am getting the following errors in the logs while adding the jobs for conversion. SharePoint Foundation ...
0
votes
0answers
47 views

Event Recevier ItemAdded/ItemUpdated and Custom Workflow with Word Automation Service

I have created one visual webpart to convert selected word document to pdf using word automation service. Pdf is created successfully on each time when WAS timer job runs. I know we can not retain ...
0
votes
0answers
45 views

Word Automation Services - Generated documents with original metadata

I'm tying the word automation services in order to transform some docx and docs into pdf/a files. It works like a charm. However, something is missing: I need to pass the SPListItem metadata from the ...
0
votes
0answers
219 views

Word automation services fails opening file with error code 0x80040266

I'm using word automation services to convert a docx file in a pdf. In my development machine it works great, but moving to a staging enviroment it crashes while opening the file. In the logs I find ...