Re: [iText-questions] Generate PDF with servlet

2003-08-21 Thread Bruno
Quoting Frankie Poon <[EMAIL PROTECTED]>: > i have write a servlet to generate PDF using itext library, > i can running this program in windows+tomcat, but fail to running this > program in Linux(Apache+tomcat)!! If you code works with windows+tomcat, it should work with linux+tomcat. If it doesn

[iText-questions] Generate PDF with servlet

2003-08-21 Thread Frankie Poon
i have write a servlet to generate PDF using itext library, i can running this program in windows+tomcat, but fail to running this program in Linux(Apache+tomcat)!! Anyone help me and tell me what 's wrong? /*Source code*/ import java.io.*; import javax.servlet.*; import javax.servlet.http.*; i