St�phanie Lonchampt writes: > Hello, > I have a problem with the using of itext when the disk where to put the Pdf is full : > an ioException appears when the document is closing : mPdfDocument.close() and this >exception can't be catched. > Indeed I would like to catch it in order to display to the user that the disk is >full and not to bug the application.
I think ou are not using the most recent version of iText, because now we use a new class ExceptionConverter that converts the IOException into a RuntimeException. Maybe this can solve your problem? _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
