phoca pdf - stylesheet

Phoca PDF - creating PDF documents in Joomla! CMS
almooy
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 26 Jun 2014, 13:01

phoca pdf - stylesheet

Post by almooy »

Phoca pdf take only stylesheet from article.
I would like to Phoca take stylesheet from file *.css in template.
I have file *.css and defined border
border-collapse: collapse;
border-top: 1px solid black;
border-right: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
Phoca pdf do not take these data.
What am I to do Phoca take stylesheet from file *.css in template ?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: phoca pdf - stylesheet

Post by Jan »

Hi, see:
https://www.phoca.cz/phocapdf - important notice.

PDF is not like HTML so some features are limited, mostly the style needs to be set as inline style - e.g. written per "style" attribute in tag :idea:

Jan
If you find Phoca extensions useful, please support the project
Post Reply