Page 1 of 1

Print server for export

Posted: Mon Nov 30, 2020 11:32 am
by sandippatel

Hello

I am trying to implement Export functionality for Bryntum Gantt and read the documentation as well as view the example.

my question over here is do I need to setup same server as mentioned in the example folder?

What things I need to do if I want to implement my own way to generate the PDF and PNG using ASP.NET?

Thanks
Sandip


Re: Print server for export

Posted: Mon Nov 30, 2020 11:35 am
by Maxim Gorkovsky

Hello.
I'm not sure if I understood your question correctly.

do I need to setup same server as mentioned in the example folder?

We provide server which you can use to generate PDF/PNG.

What things I need to do if I want to implement my own way to generate the PDF and PNG using ASP.NET?

You need to read export server source code, see what it expects from the client side and what it returns back. Then you need to replicate logic in ASP.NET.