Forum


Replies: 11   Views: 2139
Setting margins with drupal plugin
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 gmakstutis  · 22-05-2019 - 10:47

 

Hi,

I've received the samples and am trying to get this to work. I've replaced the class files that you sent.

I have embedded:

<phpdocx_modifypagelayout data-paperType="A4" data-marginTop="850" data-marginRight="1077" data-marginBottom="850" data-marginLeft="1077" />

in the drupal html.html.twig template file, so that this gets added to the page. 

I note that the sample includes:

$docx->embedHTML($html, array('useHTMLExtended' => true));

However, as I'm working through the Drupal module, I don't see how I can pass this code. Is there a way to make useHTMLExtended default to true for my entire site?

Again, many thanks for your assistance