On 28/09/2010 23:36, Kumar Gaurav wrote: > I am using PDFReader class to read a PDF file from a source that I dont > have access to.
Do this outside iText. Download classes that can get the byte[] of the PDF (maybe some project under Apache Commons?) and use the byte[] to create the PdfReader instance. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
