|
I read a PDF file as a resource using PdfReader
reader = new PdfReader( "file.pdf");
I'm not sure where I've to place
file.pdf
In my envirnoment (Win2000 + Jdeveloper + OC4J) it
seems to work when I place file.pdf in the application\classes directory,
but
when I deploy my aplication againts a remote OC4J
in linux, file.pdf is not fount (a exception is thrown), but it exits in the
application\WEB-INF\classes directory.
Any idea?
Thanks in advance.
******************************
Julio Pe�uela Gil Centre d'inform�tica Universitat de Barcelona Tel: 93-403-44-25 ****************************** |
- RE: [iText-questions] Read a PDF as a Resource Jpenuela
- RE: [iText-questions] Read a PDF as a Resource Paulo Soares
