Reputation: 1
I've got a Workshop app that walks users through the process of making selections and entering information, both of which are then stored in an object instance of a specific object type. This helps satisfy the need to digitally record user choices so that we can do follow-on analysis; however, that's only one of the required outputs. The next required output is that the user values be printed on in the appropriate fields of a standardized form (e.g., Form 1040).
Has anyone done something like this? Is there a best guess at what it might look like? I'm at a total loss.
I tried recreating the form in the Notepad tool, but I couldn't find a way to do it effectively.
Upvotes: 0
Views: 173
Reputation: 1359
You should be able to do this, if you are able to edit the PDF in a Foundry Function.
The idea would be:
https://www.palantir.com/docs/foundry/functions/api-attachments
The workflow:
I haven't tested this exact workflow (you might need some library in Function, etc.) but I believe this should work.
Upvotes: 0