Received : 2007/10/04 10:15:40
Message : I’m having a problem concatenating pdf documents. I’ve tried using filepaths as strings and filestreams. It works sometimes but it seems to fail if I have a lot of files or certain files.
In every case I am looping through the form fields and populating them. The field population works perfect everytime. This is what I get when I call the concatenate method –
"Unable to cast object of type 'xeb116a323308e2f7.xacd3aca1cf90fb28' to type 'xeb116a323308e2f7.xe3033695b7f6d53d'."
Here is my current code (Like I said, it works sometimes but generates the above error most of the time).
//Concatenate all checked Documents
success = fe.Concatenate(fsAllFilesToConcat, fsConcatFileName);
Please help. This is an important production application that needs to be deployed ASAP.
THANKS !!!!
This message was posted using Aspose.Live 2 Forum