Bonjour,
En Joomla 2.5, il existait une manière très simple d'exporter un contenu dans un pdf :
Create a PDF view for your component
Then for any component you wish to create a pdf view for you should
E.g. to make a PDF view of an article, copy:
components/com_content/views/article/view.html.php
and rename it to:
components/com_content/views/article/view.pdf.php
Then to view a pdf article you need to append &format=pdf to your articles URL.
E.g.
En Joomla 3.5, l'option de ligne de commande "format=pdf" bogue.
Avez-vous des informations ?
En Joomla 2.5, il existait une manière très simple d'exporter un contenu dans un pdf :
Create a PDF view for your component
Then for any component you wish to create a pdf view for you should
- copy the view's view.html.php file and rename it to view.pdf.php.
E.g. to make a PDF view of an article, copy:
components/com_content/views/article/view.html.php
and rename it to:
components/com_content/views/article/view.pdf.php
Then to view a pdf article you need to append &format=pdf to your articles URL.
E.g.
En Joomla 3.5, l'option de ligne de commande "format=pdf" bogue.
Avez-vous des informations ?
Commentaire