Author Archives: Trevor Seward

SharePoint TreeView

Part of my Word Automation Services project was to provide an alternate save location.  WAS takes this in the form of a string [url].  I figured I would start off just by using SPTreeView control and return the selected node [url] back to the parent form.

SPTreeView, unfortunately, sets the NavigateUrl property.  When this property is set, the SelectedNodeChanged and TreeNodeCheckChanged events do not fire.  So, instead I used a standard TreeView that is similar to the SPTreeView.

Nauplius.WAS 1.5 Released for SharePoint 2010 and SharePoint 2013

This new version includes a SharePoint Designer Custom Activity!  Now you can automatically convert documents by dropping them into a specific Document Library, or integrate them as part of an overall document management workflow.

ConvertDocumentActivity Workflow1

You can download this new version from the Nauplius.WAS Downloads page.  Both SharePoint 2010 and SharePoint 2013 solutions are available.

Project Site

Download Page

Discussions

Issue Tracker

Nauplius.WAS 1.0 Released

I’ve released Nauplius.WAS 1.0 to CodePlex.  This release includes many improvements over the previous versions, including UI and functionality improvements, as well as bug fixes.

Nauplius.WAS allows a user to interact with SharePoint’s Word Automation Services functionality, allowing a user to easily convert a document from one file type to another using a simple, ribbon-based UI.

Conversion1 Conversion2

 

This SharePoint 2010 solution can be downloaded for free from the project’s CodePlex site.

Project Site

Download Page

Discussions

Issue Tracker