Forum


Replies: 6   Views: 2346
Html to word - vertical text
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  · 15-04-2019 - 07:11

Hi,

I'm using the Drupal plugin.

In CSS we can make text vertical using:

.vertical{
writing-mode: vertical-rl
}

But this does not translate into the word document.

Is there a way to get vertical text through CSS for HTML-to-Word?