TCPDF插件css功能

I'd like to export pdf with css to set

border-radius:50% or background-image:url('../');

I can do styling work like text-alignment, background-color, but how can I set border-radius or background image.

Anyhelp would be appreciate.

TCPDF extension has a very little css support.

Currently, only the following CSS attributes are supported:

  • font-family
  • font-size
  • font-weight
  • font-style
  • color
  • background-color
  • text-decoration
  • width
  • height
  • text-align

Other tags will not work.