I have a 10 page document created in ES4 and need the ability to import
data from two separate pdf pages into the main 10 page document. The two
PDF pages are just copies out of the main document but due to work flow
process, these two pages need to be filled out beforehand. I know I can
use the following code to import/export
data.xfa.host.importData();xfa.host.exportData();But, when this is done
it wipes out everything else already typed into the main document. Is
there a way other than using ...