On 03/09/21 9:37 AM, Ajit Abraham wrote:
I am doing this on a normal PC via Nodejs. Client request hits Nodejs -> which calls a VFP COM server which prepares the PDF via XFRX (but you can use your favorite tool to generate the pdf) in a specific directory -> Nodejs picks this pdf and sends it back to the client.
Ajit,
I'm interested in learning NodeJS. Would you mind posting a small bit of sample code of how you do this? Thank you!