Styling of output using CSS

Phoca PDF - creating PDF documents in Joomla! CMS
deboni
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 04 Aug 2009, 13:59

Styling of output using CSS

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Styling of output using CSS

Post by Jan »

Hi, PDF doesn't know work with CSS, so this is not possible with TCPDF. :(

Jan
If you find Phoca extensions useful, please support the project
deboni
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 04 Aug 2009, 13:59

Re: Styling of output using CSS

Post by deboni »

Hi Jan

Thanks. Which file is then responsible for the output? Is there any way one can steer it?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Styling of output using CSS

Post 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
If you find Phoca extensions useful, please support the project
Post Reply