-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Vera Lucero wrote: > Do you have any examples on how to run iText.jar on Linux? I copied the > iText.jar and concat_pdf.java to Linux and trying to set it up to run. I > got the following response from Bruno Lowagie. Thanks. Vera >
Short answer: the following command line will start the concat tool: java -cp ../lib/iText.jar com.lowagie.tools.concat_pdf in1.pdf in2.pdf out.pdf Longer answer: As Bruno pointed out, this has nothing to do with iText. Please have a look at the jdk documentation for Linux to get familiar with the tools and options: http://java.sun.com/javase/6/docs/technotes/tools/index.html or for the classpath documentation: http://java.sun.com/javase/6/docs/technotes/tools/solaris/classpath.html Xavier > > Hello, > > you asked a strange question in the wrong place: > > > > "Hello. Thanks for concat.pdf I've used it on Windows to solve a > > problem with Oracle Report Writer and being able to concat 3-4 reports > > into 1 pdf. Now, we are moving the apps to HTMLDB and a Linux server. > > I there a way I can get the iText.jar and concat_pdf.java compiled or a > > version of the code for Linux? Do you have any other suggestions for > > the same capablities in Linux? Thanks, Vera" > > > > The question is strange, because it's Java: I run the same compiled code > > on Windows, Debian Linux, Sun Solaris,... This really is a non-issue. If > you have further questions, please post them on the appropriate > > place: mail them to [email protected] > > > > br, > > Bruno > - -- Xavier Le Vourch Brittany Software, Inc. <[EMAIL PROTECTED]> PGP Key: http://brittanysoftware.com/gpg_key.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGZJT8A3JYBYlsWUcRAvoZAJ9zXFsJ4heCDBFRwWyZQiY0YBNbRgCeLHjB IM6xQEsyNfT0xC28QZ2MWAs= =4XPg -----END PGP SIGNATURE----- ------------------------------------------------------------------------- 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/
