|
Rank: Newbie Groups: Member
Joined: 4/18/2014 Posts: 2
|
Hi, the following HTML displays fine in Chrome but the text shadow effect doesn't show up in the resulting PDF.
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <style> h1 { text-shadow: 3px 3px 3px #00FF00; } </style> </head> <body> <h1>Hello World!</h1> </body> </html>
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
I don't think that's supported in the current version. We should be able to support that in our next version. Sorry about it!
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 4/18/2014 Posts: 2
|
Thanks for the quick reply!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
You are very welcome. Sorry that it couldn't do what you were hopping for. But please feel free to let us know if you have any other questions.
Thanks!
|
|