Francisco Pérez y Pérez wrote:
> OK, I am working with jdeveloper and adfFaces, in a weblogic webserver. I
> try to open in a web page a PDF that i already have, i need that the end
> user can fill out this form, submit those information to put it in a oracle
> datebase.
> 
> I have already my pdf Form but when i try to put in a web page i get a
> resource not found exception, but my pdf form is in the same directory of my
> aplication.
> 
> I hope you can help me

Where is iText in your question?

Let me rephrase: you have a PDF file on your file system. Based on what 
you're saying I assume that this PDF is in the same directory of the 
other static HTML pages. You can access the static HTML, but not the 
PDF. Possible causes: you aren't spelling the file name correctly (could 
be case sensitive) or the permissions of the PDF file are set so that 
the web server can't access it.

Another assumption would be that you have the PDF file in some working 
directory of an application server (unaccessible from the browser, 
except after interpretation by your application server). If that's the 
case, you should read a book about writing web applications.

In any case: your question is off topic here.
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
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/

Reply via email to