Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

The Package Explorer utility provides the ability to open an Open XML package and browse through the relationships and parts. It supports navigation of embedded sub-packages and uses an object model that provides a clean separation between the UI and the packaging model.

0
 
  0 reviews  |  0 users  |  26,141 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

A C# .NET assembly that provides an abstraction layer for all of Groove 3.1 and Groove 2007 web services. The goal of the abstraction layer is to provide an easy to use API, with an object and eventing model, so that applications that interact with Groove can be built quickly and in a straight ... [More] forward manner. The core project was originally created to shield developers from having to write 80-90% of the same code, again and again, when directly consuming the .wsdl files provided in the Groove/Office SDKs. Since then the core project has been updated to add features/functionality to allow the creation of robust enterprise integration applications, given that the same web services that exist for the Groove client also exist for the Groove Data Bridge server. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

PowerPoint 2007 Cleaner is a little WPF that you could use if you need/want to remove comments and notes for a PowerPoint presentations. You can drag&drop PowerPoint files in the application and just a click is needed to clean this files. It works with PowerPoint 2007 and PowerPoint 2003 files. ... [More] Note: Be careful to backup your files before using the application ! [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

DescriptionThe Microsoft Word 2007 Ribbon is new to everyone who has used Microsoft Word 2003 or an earlier version. There are some solutions out there to install a classic version of the buttons, but I'd rather not pay for them. So, I made my own. ... [More] Screenshotshttp://indiswe.googlepages.com/word2003toolbarforword2007 old: new: Linksfor your perusal from Microsoft: http://msdn.microsoft.com/en-us/magazine/cc163469.aspx http://msdn.microsoft.com/en-us/library/aa338202.aspx Notes1) This comes with no support. I made this a while ago and have forgotten what steps I took to do this. I've installed this on a total of 4 computers and it has worked on all of them. 2) I only made a classic toolbar for Word 2003. I have no plans on making one for Excel or Powerpoint 2007. 3) You cannot further customize the Classic UI. That is, buttons and groups cannot be added, removed, or moved. 4) The width of the toolbar works best with screen resolutions higher than 1024 wide. 5) If you don't have the full install of Microsoft Office 2007, this Classic User Interface might not be enabled when you start Word 2007. I forget what additional thing needs to be installed (part of the Office portion of the installer, not the Word portion), but if you full install it will work. 6) The actual Word 2003 style toolbar will be installed as the first tab (not the last as in the picture). 7) If you are not seeing it, check to see if it installed correctly: click the big round MS Office button at the top -> Word Options -> Add-Ins -> COM Addins "GO..." -> look for "Word2003Toolbar" and if it is checked. If you check it and it still is not loading, the problem could be that the correct Office 2007 feature is not installed (see #5). UninstallTo uninstall completely, go through Add and Remove Programs and look for "Word2003ToolbarSetup". To deactivate in Word 2007, click the big round MS Office button at the top -> Word Options -> Add-Ins -> COM Addins "GO..." -> uncheck "Word2003Toolbar". It will then not load on startup. (Go to Official Webpage for pictures). p.s.I'm not sure what kind of license I need to select, or how much code I need to publish, but I will include the install file and the xml language that was used to make the template (as a text file). [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 

Here is a basic sample to host an InfoPath form inside of Windows Presentation Foundation. This sample shows how to use the WindowsFormsHost to embed the Microsoft.Office.InfoPath.FormControl in a WPF application.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

OOXML Crypto StreamCreate, open and save password-protected Microsoft Office 2007 files. Works with Office 2007 files and encryption scheme only (.docx, .xlsx, .pptx). No support for older formats. Includes slightly modified ExcelPackage for accessing Excel 2007 .xlsx files. Download the ... [More] binary release (68k). Written in C# / .Net 3.0 Sample Codeusing (OfficeCryptoStream stream = OfficeCryptoStream.Open("a.xlsx", "password")) { // Do stuff (e.g. create System.IO.Packaging.Package or // ExcelPackage from the stream, make changes and save) // Change the password (optional) stream.Password = "newPassword"; // Encrypt and save the file stream.Save(); }DetailsOffice 2007 files (Word 2007 .docx, Excel 2007 .xlsx, Power Point 2007 .pptx) are zip files containing XML. They are relatively easy read and modify. Microsoft's Package class provides access to plaintext Office 2007 files. This project adds support for password-protected files (OLE compound files with Microsoft's proprietary encryption applied). PiecesThis project does little or no heavy lifting. It wraps together several open-source pieces in a single, easy-to-use package. ExcelPackage for accessing .xlsx spreadsheets. Modified to accept stream in the constructor. Lyquidity OoxmlCrypto open source sample code for encrypting/decrypting the files. Based on info from David LeBlanc from Microsoft. NPOI project for access to OLE2 Compount Container files (those are legacy Office format, used to wrap encrypted Office 2007 stream). This replaces Lyquidity's properietary container access library. [Less]

0
 
  0 reviews  |  0 users  |  4,424 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Stores and exposes electronic documents using the WebDAV interface via SSL protocol. Underlying storage schema can be customized on per-format basis to optimally achieve certain goals, e.g. metadata/content indexing, availability in other formats, version control. So far the storage engine used is SVN.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.