Page 1 of 1

Styling of output using CSS

Posted: 04 Aug 2009, 14:03
by deboni
Hi

This component seems to be exactly what I needed!

It seems to work all fine, but which file would I have to change using css etc. to style the output? The actualal article, not the header and footer.

I have a print css defined for the site, which doesn't seem to get integrated.

Re: Styling of output using CSS

Posted: 06 Aug 2009, 00:17
by Jan
Hi, PDF doesn't know work with CSS, so this is not possible with TCPDF. :(

Jan

Re: Styling of output using CSS

Posted: 06 Aug 2009, 15:59
by deboni
Hi Jan

Thanks. Which file is then responsible for the output? Is there any way one can steer it?

Re: Styling of output using CSS

Posted: 06 Aug 2009, 16:39
by Jan
Hi, all files :-(

The content is sent to phoca pdf document (the file which should be copied to joomla! document folder), then the output is worked in plugin code (see files of the plugin code) - it is send to TCPDF library and back to document file:

libraries/joomla/document/phocapdf/phocapdf.php
plugins/system/phocapdfcontent.php
administrator/components/com_phocapdf

Jan