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.
Styling of output using CSS
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Styling of output using CSS
Hi, PDF doesn't know work with CSS, so this is not possible with TCPDF.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 04 Aug 2009, 13:59
Re: Styling of output using CSS
Hi Jan
Thanks. Which file is then responsible for the output? Is there any way one can steer it?
Thanks. Which file is then responsible for the output? Is there any way one can steer it?
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Styling of output using CSS
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
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