Local Export to PDF

Hi,

Can you please provide a working example of using the trial version of the node export module to export to PDF locally.

The client side is clear. One has to include the export js and point it to the local server.

I would like to see an example now how to initiate the download server side. Not setting up a server, but an example of what to do inside the function that receives the incoming request.

Your help is highly appreciated.

Thanks

Hello,

Can you please provide a working example of using the trial version of the node export module to export to PDF locally.

We don’t have a trial version of the export module. You need to have Commercial, Enterprise, Ultimate licenses or buy the local export module separately.

I would like to see an example now how to initiate the download server side. Not setting up a server, but an example of what to do inside the function that receives the incoming request.

You can use NGINX (https://www.nginx.com/) or some other server to forward requests to the node application.