up vote 1 down vote favorite
1
share [g+] share [fb]

I've started using MOSS 2007's wiki feature for storing the ongoing technical documentation related to a project I'm working on, and it occurred to me after I started writing a few pages that there's no easy way to export out all of the pages into one document.

For those of you familiar with MOSS 2007, any ideas how this might be accomplished?

link|improve this question

14% accept rate
feedback

5 Answers

In the past I've created a site feature that exports SharePoint content to PDF and HTML but that was for publishing sites. I assume it needs some rewriting to make it working with the Wiki.

It basically iterates through the navigation of a site and all it's sub sites and reads all the pages stored in the "pages" document library. For each page it then extracts the content using XSLT.

Let me know whether I shall make the source somewhere available.

Cheers, Michael

link|improve this answer
I think that would be very useful somewhere like CodePlex, if that's the right sort of place for it. – pete the pagan-gerbil Aug 16 '11 at 13:16
feedback

BlueRidge has an extension that allows you to export to PDF, but at 640+ euro it's a tad pricey.

link|improve this answer
feedback

You should be able to create a view that shows the content for all of the wiki articles. It's not pretty; you'll get one really long web page. I don't have sharepoint up and running right now to tell you the exact steps, but I have done it before.

link|improve this answer
Please add the details when you get a chance. I'll upvote you for that. – John Saunders Aug 12 '09 at 12:47
1  
When you're on the home page of the wiki, click on View All Pages at the bottom of the quick launch area. This takes you to the normal library-type view. On the toolbar click on Settings, then Create View. Select Standard View. Give the view a name. Uncheck all the columns except Name (linked...). Check Wiki Content at the bottom of the columns list. Select a sort order you like. Under Style, select Newsletter. You may want to add a filter to filter out the help page. Click OK and there you go. You may want to add some CSS to make the article titles bigger. – Tom Winter Aug 17 '09 at 18:05
feedback

You could copy/paste your content into your desired document. It's not convenient but it is a potential work around.

link|improve this answer
feedback

I am also after a solution for this. We have a multilevel Wiki content that follows a levelling structures. Can we automatically export the MOSS Wiki content to a more structured database such as Excel, Access, or XML?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.