wmhfitz wrote: > I am getting the following error: > > Could not invoke the service() method on servlet clearview. Exception thrown > : org.springframework.web.util.NestedServletException: Request processing > failed; nested exception is ExceptionConverter: java.io.IOException: The > document has no pages.
Nothing was added to the PDF document upon document.close(); Most probable cause: something else caused an exception; the exception was caught, all lines adding content were skipped and document.close() was invoked. You should add more debugging to your application. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
