SharePoint Blog - René Hézser

Anmelden  RSS Feed RSS Feed
Startet die Suche

Oct 022009
Aug 172009

Word to SharePoint

A picture will you tell more than words:

image

Another great project on CodePlex. –> http://wordtosharepoint.codeplex.com/

Project Description
A SharePoint Feature that allows selection of Word 2007 documents for content conversion to a selected WebpageLibrary. The solution also extracts, transfers and re-links images to a selected image library.


Published: 8/17/2009  7:59 PM | 0  Comments | 0  Links to this post
Tagged as: CodePlex, Products, SharePoint

Aug 172009

Active Directory User Editor

SharePoint is importing user information from the Active Directory through the Shared Services Provider (if you have MOSS).

Wouldn’t it be nice if users could “manage themselves”? That would save lots of time for the Admins :-)

The answer is here: http://nominesptools.codeplex.com/

  • 5 different types of properties fields: Simple TextBox, DropDownList/ListBox (with predefined values), People Picker, Date Picker with calendar.
  • Multi-domain compatible.
  • Nearly Any Active Directory property can be easily added or removed of the edit form, directly trough the webpart configuration (nothing "hard-coded").
  • SharePoint "look & feel"
  • Available in English and French

Additional informations and installation manual are available here (French & English): http://alexis.nomine.fr/

image

This Webpart is again a prove that there are plenty SharePoint solutions for you to use.

btw: this was my post #200 :-D


Published: 8/17/2009  7:49 PM | 1  Comment | 0  Links to this post
Tagged as: CodePlex, Webparts, Products, SharePoint

Jul 222009

Automate iFilter and PDF Indexing support

Setting up your SharePoint farm to be able to crawl PDF files and show the PDF icon is a manual task which involves changing the registry.

If you don’t want to go through the steps manually, try the stsadm command from here: http://notesfor.net/post/2009/07/14/Automate-iFilter-and-PDF-Indexing-support-to-a-SharePoint-Farm.aspx

You can find the CodePlex site here: http://notesforsearchfilter.codeplex.com/

After the stsadm extension has been installed, setting up PDF support is easy:

   1: stsadm -o searchfilter -ext pdf -filter PDFlib –iconfile "C:\Temp\icpdf.gif"

Published: 7/22/2009  7:37 PM | 0  Comments | 0  Links to this post
Tagged as: SharePoint, CodePlex