{
$docx2 = "";
if(file_exists("temp/final".$j.".docx"))
{
$docx2 = new CreateDocx();
$docx2->mergeDOCX('temp/final.docx', 'temp/final'.$j.'.docx');
$docx2->createDocx('temp/final');
}
}[/code]
i have tried with above example
but it give me the blank 10 pages