0

I am in the process of making a Unity WebGL App and I would like the user to be able to download a status report which pulls-in info from the app. So far I have tested SharpPDF with which i am able to generate a pdf in the editor and standalone builds but not in the webGL build.

Any ideas Thanks

gman
  • 100,619
  • 31
  • 269
  • 393
phil.pidis
  • 21
  • 4

1 Answers1

1

You could make a jslib and use something like pdfkit.

https://docs.unity3d.com/Manual/webgl-interactingwithbrowserscripting.html

https://www.npmjs.com/package/pdfkit

Leo Bartkus
  • 1,925
  • 13
  • 17