I found it...was passing in a String object instead of a URL object. "I'll take How To Program for $200, Alex"
Thanks, Eric ----- Original Message ----- From: "Paulo Soares" <[EMAIL PROTECTED]> To: "'Eric Vandervort'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 12:05 PM Subject: RE: [iText-questions] Using PdfReader..doesn't work HELP > > > > -----Original Message----- > > From: Eric Vandervort [SMTP:[EMAIL PROTECTED] > > Sent: Thursday, October 02, 2003 16:46 > > To: [EMAIL PROTECTED] > > Subject: [iText-questions] Using PdfReader..doesn't work HELP > > > > I need some help with trying to fill out pdf forms with fdf data. I'm > > starting from scratch and taking it step by step and I keep getting this > > error: > > > > <http://www.boston.com/globe/acrobat/today.pdf> not found as file or > > resource. > > > > I get this when I use my pdf form, or just any pdf file. Any ideas? This > > is > > a web application that I'm creating with a Java Servlet. (I just put in > > any PDF to see if it would work) > > > Use the constructor PdfReader(java.net.URL). > > > > Am I going in the right direction? I can't find any help or examples if > > filling out pdf forms with fdf data (merging) using Java. > > > See the examples at itextpdf.sf.net. > > Best Regards, > Paulo Soares > > ------------------------------------------------------- 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
