Hi Márcio,
Thank you for your reply! Actually we are already using Ultimate PDF :)
I will try to make my use case more clear using an example.
Currently we are already able to create a pdf file.
Case:
We are developing an app thats sends out a confirmation email. This confirmation email contains a pdf file. Within this pdf file i would like to include attachments using an url.
So this pdf should contain links that are clickable, and when clicking, the file should be downloaded from the OS database.
Adding the attachments files(not just the url) to the pdf would rise issues when sending/receiving it. Because we expect that the attachments can go up to 100 MB
The question is how can we add an url to the pdf to download the attachments. And from a security perspective what are the best practices to achieve this.
Hopefully you can help me out with this :)