My server PDF generate not working

I’ve uploaded the scheduler-pdf-php files and put the correct url script in scheduler_include.html, but the export PDF button still uses the appspot exporter.

How can I troubleshoot this?

Hi,
you should add into scheduler_include.html the follow code:

<script>
scheduler.config.export_.pdf_url="some url";
</script>

where “some url” is an url to your installed export script at your server.