I use phpdocx_free and the text doesn't indent. And the line-spacing becomes not bigger with 480 than with 240.
[...]
$paramsText = array(
'b' => 'off',
'font' => 'Arial',
'jc' => 'left',
'indent_left' => 300,
'lineSpacing'=> 480
);
$docx->addText($text, $paramsText);
[...]
Or is there a trick?
Is there a _detailed_ list of only-pro-features?
This is to general to see the exact differences: http://www.phpdocx.com/documentation/features
Thx, Julie