|
|
|
|
|
by Bogdanp
4298 days ago
|
|
There's a Scala-based backend service that generates the PDFs based on the data it receives from the client (I am planning on transitioning to something like[1] for this purpose in the future, however). The PDFs are garbage-collected within 10 minutes of when they are created. 1: http://parall.ax/products/jspdf |
|
Maybe I have a poor understanding of the logistics but on reading that I have the impression that my data never leaves my browser. If so, how are you generating the PDFs server-side which are populated with my data?
This looks great and my question isn't a complaint. If you store user's browser data for 10 minutes or so, then you should probably change the wording in your claim to reflect this. And if you can generate a PDF server-side which somehow adds user data without leaving my browser's local storage I'd be most interested in learning how that works as it sounds almost magical.