Re: [iText-questions] XmlWorker cannot show background image

2016-11-02 Thread Amedee Van Gasse
Op 31-10-16 om 09:52 schreef Eric Chow: > Hello, > > I am using itext-5.5.9 and XmlWorker-5.5.9 to render a HTML into PDF. > > > One of my CSS as following: > > > .test { > background: url(doc/dot.gif) repeat-x bottom left; > overflow: hidden; > padding-bottom: 2px; > } > > > > But it cannot show t

[iText-questions] XmlWorker cannot show background image

2016-10-31 Thread Eric Chow
Hello, I am using itext-5.5.9 and XmlWorker-5.5.9 to render a HTML into PDF. One of my CSS as following: .test { background: url(doc/dot.gif) repeat-x bottom left; overflow: hidden; padding-bottom: 2px; } But it cannot show the dot.gif. Please teach me how I can do it? Best regards, Eric -