Posted by a ceTe Software moderator
Hello,
You can insert one PDF document into another PDF document using the code below:
MergeDocument document = new MergeDocument("DocumentA.pdf", startingpage, numberofpages)
document.append( "DocumentB.pdf", startingpage, numberofpages );
document.append( "DocumentA.pdf", startingpage, numberofpages );
Thanks,
ceTe Software Support Team