Hi Sushma,The exception you have shared is very generic and does not
indicate the real cause of failure. Please share the entire stack trace
that is appearing in your server logs.Meanwhile, going by DDX I can
infer that you are trying to assemble two PDFs by first applying some
styled text on them. In the the DDX you have marked both documents as
basDocument="false" which I think is the problem in your case. When
assembling PDF documents, one document has to be designated as the base
document fr...