Error when adding table to document on windows server 2008
PDF Concatenation Tool
Brought to you by:
uzzy
After I deploy my application to windows server 2008 and install the J# redistributable package 64-bit, I get an exception when I try to add a table to pdf document:
Exception of type 'com.lowagie.text.DocumentException' was thrown.
at com.lowagie.text.pdf.PdfDocument.add(Element element)
at com.lowagie.text.Document.add(Element element)
This works fine in my computer just not on the server. Please help! Thanks!