Quoting T-Online <[EMAIL PROTECTED]>: > Dear Mr. Lowagie, > > I want to open an existing PDF- File from my > java- application with AcrobatReader using iText. > Is that possible?
No, iText can generate PDFs, it can change PDFs, but it's not a tool that starts up Acrobat Reader. > if yes, what must I do? > Is there annother way to run AcrobatReader? In the FAQ you see some very platformdependent code to print a PDF file directly. http://www.lowagie.com/iText/faq.html#printing The code to open Acrobat Reader is similar. You need to do it with Runtime.exec. Of course this will not work on all Operating Systems. br, Bruno ----- End forwarded message ----- -- Try this useful extra toolbar for your browser: http://download.alexa.com/?amzn_id=itisacatalofwebp ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
