>You can download the maven from the given website ( http://maven.apache.org/download.cgi) . Also in this website tells how to setup a maven is given very thoroughly. >After that goto the parent folder of your source code from cmd and type "mvn clean install"(do this when you are connected to internet).
Sources:- http://pdfbox.apache.org/userguide/building_pdfbox.htm http://maven.apache.org/download.cgi http://www.printmyfolders.com/l On Fri, Jan 25, 2013 at 3:46 PM, Shubham Kankaria <[email protected]>wrote: > > I'm completely new to open source programming. I have downloaded the > > pdfbox version 1.7.1. but im confused about how to compile the source > > code.While browsing through the website i found that pdfbox depends upon > > maven, so can you please help me with how to integrate pdfbox with > maven. > > >

