Discuss anything related to web development but no technical support questions


Post 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


Post 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.


Post Reply