Edit PDF

hello
I use asp.net make v21 , and i have 2 questions :
First: how can make Edit PDF which uploaded in row , I mean write on pdf or make e-signature or something like this and save it again in edit??Second: how to make workflow such as the manager send his job to employees and the employee make his job and save it to seen by manager??I hope to get help please
Thanks

I don’t think there is any built in feature that supports editing PDF or workflow management. There should be some third party tools so you’d better google for it (like “ASP.NET Core PDF signature” / “ASP.NET Core workflow management”) yourself.Also read:To add third party Nuget Packages:
https://aspnetmaker.dev/docs/#/tools.html?id=packagesTo add codes to server events:
https://aspnetmaker.dev/docs/#/customscripts.html