Donate Share

TCPDF - PHP class for PDF

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Style not supported?

You are viewing a single message from this topic. View all messages.

  1. 2009-08-18 13:02:37 UTC
    I didn't mean it as a true solution - just a quick work-around, either until Nicola decides to support the necessary CSS tags or something better comes up.

    preg_match_all('|(<upper>)(.*?)(</upper>)|ims',$text,$matches);
    for ($i=0;$i<count($matches[0]);++$i) {
    $text = str_replace($matches[0][$i],strtoupper($matches[2][$i]),$text);
    }

    Something like that would be a quick-and-dirty work-around for you, I guess.
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.