Hello again..
it seems that i still get the NullReferenceException whenever i add the second document.. this is a document that has bookmarks, and all pages within the document are landscape pages..
I've done the MergeOptions with Outlines = false, but i still get the error, so i manually tried to alter the document where i removed the bookmarks manually, and now it's working..
this, however, is not a good solution as removing the bookmarks from the pdf manually takes too long..
i am going to try with version 5.1, but i am not sure there is any difference, so could anybody help please..
here is the stacktrace:
-------------------------------
System.NullReferenceException was unhandled
Message="Object reference not set to an instance of an object."
Source="ceTe.DynamicPDF.20"
StackTrace:
at ceTe.DynamicPDF.Forms.Form.a(DocumentWriter A_0, kt A_1)
at zz93.g7.a(DocumentWriter A_0)
at ceTe.DynamicPDF.Forms.FormField.Draw(DocumentWriter writer)
at ceTe.DynamicPDF.IO.DocumentResourceList.a(DocumentWriter A_0)
at zz93.aj.x()
at ceTe.DynamicPDF.Document.Draw(Stream stream)
---------------------------------
Thanks a lot in advance,
David