Re: Split single page from PDF

2012-10-03 Thread Marcos Martínez
Oh... Thank you very much! iMarcos 2012 El 02/10/2012, a las 21:15, Leleu Eric escribió: > Hi, > > When you run the app jar without parameters, you have the following output > >usage: java pdfbox-app-x.y.z.jar > > You have forgotten the , that is PDFSplit in you case. > >java

Re: Split single page from PDF

2012-10-02 Thread Leleu Eric
Hi, When you run the app jar without parameters, you have the following output usage: java pdfbox-app-x.y.z.jar You have forgotten the , that is PDFSplit in you case. java -jar pdfbox-app-1.7.1.jar PDFSplit -split 1 -startPage 1 -endPage 2 ~/apdffile.pdf BR, Eric 2012/10/