----- Original Message ----- From: "Vera Lucero" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, 04 June, 2007 4:10 PM Subject: [iText-questions] Hello. I need to run concat_pdf.java on Linux
> Do you have any examples on how to run iText.jar on Linux? Yes. > I copied the iText.jar and concat_pdf.java to Linux and trying to set it up to run. Compile the concat_pdf.java. Use the resulting class as follows: java -classpath ./itext.jar:. concat_pdf list_of_arguments Cheers, Bill Segraves P.S. Your question is not really an iText question,; but rather is a Java question. P.S.2. Alternatively, just run the Toolbox and use the Concat tool from the Toolbox. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
