
I am trying to generate PDF file using JSP. I even added itext5.0.6 jar file in library. It shows the following errors... PLz anyone help me. Its urgent....
compile-jsps: Compiling 1 source file to C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\WebApplication1\build\generated\classes C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\WebApplication1\build\generated\src\org\apache\jsp\hh_jsp.java:8: package com.lowagie.text does not exist import com.lowagie.text.*; C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\WebApplication1\build\generated\src\org\apache\jsp\hh_jsp.java:9: package com.lowagie.text.pdf does not exist import com.lowagie.text.pdf.*; C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\WebApplication1\build\generated\src\org\apache\jsp\hh_jsp.java:75: cannot find symbol symbol : class Document location: class org.apache.jsp.hh_jsp Document document=new Document(); ^ C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\WebApplication1\build\generated\src\org\apache\jsp\hh_jsp.java:75: cannot find symbol symbol : class Document location: class org.apache.jsp.hh_jsp Document document=new Document(); ^ C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\WebApplication1\build\generated\src\org\apache\jsp\hh_jsp.java:76: cannot find symbol symbol : variable PdfWriter location: class org.apache.jsp.hh_jsp PdfWriter.getInstance(document,new FileOutputStream("C:/AMC.pdf")); ^ C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\WebApplication1\build\generated\src\org\apache\jsp\hh_jsp.java:78: cannot find symbol symbol : class Paragraph location: class org.apache.jsp.hh_jsp document.add(new Paragraph("Hello PDF")); ^ 6 errors C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\WebApplication1\nbproject\build-impl.xml:409: The following error occurred while executing this line: C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\WebApplication1\nbproject\build-impl.xml:167: Compile failed; see the compiler error output for details. BUILD FAILED (total time: 2 seconds)
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.