Forum


Replies: 6   Views: 3448
Mail merge
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by gsdirk  · 24-09-2012 - 19:28

mail merge not working as shown
http://www.phpdocx.com/archives/1628

please let me know how to create mail merge

simple letter with name and address.. with template

Posted by admin  · 11-04-2013 - 12:13

Hello,

That video is for phpdocx 1.6 and the current version is 2.6. What version of phpdocx are you using? free, pro, por+ or corporate?

Regards.

Posted by gsdirk  · 11-04-2013 - 12:13

i am using phpdocx 2.5 pro conversion

Posted by admin  · 11-04-2013 - 12:13

Hello,

Please check included examples in easy and intermediate folders. There're a lot of examples of how to use every template options.

Regards.

Posted by gsdirk  · 11-04-2013 - 12:13

[code]for($j=0;$j<=10;$j++)
{
$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

Posted by admin  · 11-04-2013 - 12:13

Hello,

Please contact us to check your issue.

Regards.