You are on page 1of 1

PDFBinder v1.

0
==============

Contents:
1. Installation and usage
2. Contributing to the project
3. Licensing

1. Installation and usage


-------------------------
PDFBinder can be installed on Microsoft Windows systems using a pretty
installer, which can be downloaded from the [project website][1].

In order to use PDFBinder on other platforms - or if the installer seems like


a bad choice for other reasons - PDFBinder can be built installed from
source. Grab the latest source package from the [website][1], or check out
trunk from the [Subversion repository][2]. Use whatever C# compiler you have
available to build the project, or use the provided project file for
Microsoft Visual Studio 2008 project if avaiable on your box.

Hopefully, the user interface of PDFBinder is pretty self-explanatory. You


can add source PDF documents by using the "Add source documents..." button,
or by dragging the files in from a file browser. Documents can be moved up,
moved down or remoevd by pressing the respective buttons in the toolbar.
Press the "Save output..." button when your list of documents seems fine.

If PDFBinder was installed using the pre-built installer, an extra option


should have been automatically added to your context menu (the menu that on
Windows displays when right clicking a file) for all PDF files. Select any
number of PDFs in a file browser and choose the "Add to PDFBinder..." option
to bring up the PDFBinder interface with those files already in the list.

2. Contributing to the project


------------------------------
Any kind of contibutions to the project are very welcome. Issues should be
reported directly in the issue tracker on the [project website][1], and
reporters are very welcome to attach patches to their reports.

If you wish to encourage further development of PDFBinder by donating to the


project, please get in contact with the project owner (e-mail address can be
found on [website][1]), and we will find some way for you to transfer a
reasonable amount of beer to the project.

3. Licensing
------------
PDFBinder is released under the MIT/X11 license. Please see LICENSE.txt for
the complete legal text.

All of the PDF magic is done using the iTextSharp library, which is released
under both MPL and LGPL. Please refer to the [iTextSharp website][3].

The small icons on the buttons in the user interface are published under the
Creative Commons Attribution 3.0 License by [Mark James][4].

[1]: http://code.google.com/p/pdfbinder/
[2]: http://pdfbinder.googlecode.com/svn/trunk/
[3]: http://itextsharp.sourceforge.net/
[4]: http://www.famfamfam.com/

You might also like