Forums / General / How to create a pdf export
Philip K.
Monday 07 November 2005 8:50:26 am
Hi.
I want to create an pdf export. At the bottom of each page on my website there is a symbol to export the displayed site as pdf-file.
BUT:i've no idea how it works. i've read the pdf export tut (http://ez.no/products/ez_publish_cms/documentation/incoming/pdf_export_tutorial) more than 10 times and i searched the ezp forum, but i couldn't find a manual i understand... :(
could someone explain me how to create a pdf export of my websites??
thank you...
Linux is like a wigwam; no windows, now gates, and apache inside!
Gurudutt Verma
Monday 14 November 2005 4:30:07 am
Hi!
Try to add following at the end of your url[url of site made using eZ publish]/content/pdf/[node_id]
for e.g. www.xyz.com/content/pdf/2
This will give you pdf view of node_id = 2.
After this try to find the proper template,override it and customise as per design required.
After this following link contain the complete information.
http://ez.no/products/ez_publish_...tation/incoming/pdf_export_tutorial
I hope this will help you.