scheduler export to PDF without PHP

hi, how can i export scheduler to PDF without using PHP ?

i am currently using c# for back-end.

The only existing solution is PHP based, but it doesn’t require any access to data or other parts of the main app - so it can be used in parallel with C# application.

but our server doesnt support php so need to convert to c# :confused:

you should consider about making codes available for all platforms.

The client side of export will work for any platform - it will produce xml with info about events positions, scales, colors - all info which is necessary for pdf ( or any other type ) of export.

As for non php server side, yep we are thinking about it - but so far there were only few requests about .net solution, so I’m not quite sure when it will be available