Wordpress Printing issues

Hi,

I love your plugin but have a bit of trouble installing the Print function. I looked at the blog article outlining the print addon setup but don’t quite understand where all the files have to go in a WordPress directory.

  1. Do I have to upload the client and server folders to my www/ folder or just the files themselves into root of www/
  2. When your instructions say to call: scheduler.toPDF(“http://some.com/server/generate.php”);
    where exactly in WordPress do I add this line? to one of the scheduler plugin php files or a WordPress page? When I added it to the regular page nothing happens, the above snippet just appears like any other text.

thanks,
Jake

a) upload the server side part of code , somewhere in www folder
b) in adming part of plugin, check “enable pdf”
c) in the event-calendar-scheduler\scheduler_include.html add

where some.com/generate.php - path to the script from step (a)