Hi all,
I am building an app. Its purpose is to create orders and, with its data, fill in a document. Then, IMPORTANT DATA is saved, What do I mean? There are some pieces of data that are completely useless to be saved. They are only important to create the document. That's why I use a collection to save that information and once the document is finished I take the pieces of data I want. Up to here, the app is working smoothly but here's the deal. Once the document is saved, there's no chance to modify it inside the app. The only way is to use any pdf editor. Saved data can be modify, though.
So what I'm trying to do is to create an option to modify the document. And to do so, I would need to retrieve data. So I've been considering many options so far. Obviously, all that not saved data can't be accessible at all. Because of this, I thought, Is there any way I could save those Collections and then, afterwards, retrieve that data to create a new collection?. In that way I would be able to offer the edition of those pdf documents (although basically is a way of roding them againg.
Thanks in advance for your help

Report
All responses (
Answers (