Our state of the art Gantt chart


Post by eiji.osakabe »

Hi,

I just wanted to ask some points about pdf-export-server module.
I could not find any resource on the documentation on github, but wanted to ask about them just in case.
https://github.com/bryntum/pdf-export-server

1: Does this module have any sort of authentication method?
On my understanding, once you deploy this export server, it would work with bryntum gantt library without any authentication method.
In other words, anyone can make any request to this export server: executing pdf creation, downloading generated file.

Is my above understanding correct?
Or is there any sort of authentication method supported by this moudle?

2: Does this module have a support for integrating external storage service?
On my understanding, this module keeps generated module on memory, and release them when they are downloaded.
This got me wondering if this module has a support for integrating external storage service like aws s3?
What I mean by this is like this module to upload the generated file to s3 instead of keeping them on memory of the export server.

I appreciate your help in advance!


Post by Maxim Gorkovsky »

Hello.

Does this module have any sort of authentication method?

Does this module have a support for integrating external storage service?

By design it does not. This repository is only meant to demonstrate the backend API which is required to generate PDFs. It is meant to be simple and as independent as it could be. We always recommend implementing own solution which better suits your production environment.


Post by eiji.osakabe »

Thanks for the quick reply!
I understood.
We can close this topic


Post Reply