Environment:
iTextdotNET version 1.4.1
ASP.NET 2.0
Windows 2003
IIS 6.0
Problem:
I used PdfCopyFields class to concat pdf files, and
after a couple of times of generation, this start
throwing exception which is something about converting.
It seems that the compilation setting hang up something.
When I try to set the compilation debug="true" to
"false", the problem is disappear.
<compilation debug="false" defaultLanguage="c#">
Logged In: YES
user_id=734754
iText.NET is compatible with ASP.NET 1.1. Use iText.NET
2005 on ASP.NET 2.0.
Logged In: NO
Actually, this was not solution to crash the process. I
found the same situation happened after a couple of minutes
later. I'll take it back, this solution is wrong. But I
would like to know if anyone else have same problem like this.