Scheduler for Joomla and PDF

Hi,
is it possible to integrate scheduler2pdf in Joomla as well? If yes, is there any instruction available on how to do this? I’ve found a couple of threads regarding scheduler2pdf but (as I can see), mostly referring to the standalone version.

Thanks for any hint

Thomas

Hi.
To make PDF export you should make the follow steps:

  • Go to admin panel and turn on option “Print to PDF”
  • Download scheduler2pdf script and locate it on web-server
  • Open file components/com_scheduler/scheduler_include.html and add such code:
<input type="button" value="Print Scheduler" onclick="scheduler.toPDF('http://path to scheduler to pdf script/generate.php');" />
  • Update dhtmlxscheduler_pdf.js file from attachment

After this button “Print Scheduler” will be available.
dhtmlxscheduler_pdf.zip (2.53 KB)

Hi Radyno

thanks for your help! I’ve followed your instructions and made it work perfectly on my local Joomla installation. Nevertheless on the remote site I can’t manage to make the button show up. I’ve double-checked everything and also made sure the path to the scheduler2pdf script is correct, but the button doesn’t show up.

Could this be anyhow be related to the ownership of the folder containing scheduler2pdf?

Thomas

Are using the same plugin version on local and remote servers?
scheduler_include.html feature was added in the last version.
By the way, you can create the same button in content manager using button ‘html’ to edit html-source.