Reporting from Unity on an IPAD

We are looking at a solution that builds PDF reports using Node.js engine. Can Node.js be used in Unity?

Thanks, David

No. At least not in any way where it would make even a lick of sense to do that.

He can talk to any external software through pipes, sockets and stdin/stdout, nodeJs included.

That will not be the most convenient way of using it, though.

i’ve used SharpPDF for that previously (works at least on windows desktop *but on a quick check might not work elsewhere…)

maybe some luck if search for c# pdf creation tools/scripts.