Forum


Replies: 3   Views: 4189
How to set font size to full docx document in coding.
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 admin  · 11-03-2015 - 14:40

Hello, All images are transformed fine, maybe that one needs a special preprocessing. About setting a common font size, if you're using a template you need to set it with Word, if you're using HTML with a CSS style, if you're creating a document from scrath you can change the default template or set the font size in each method. The solution depends on the case. Regards.