Edit PDF

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
ahmed7
User
Posts: 97

Edit PDF

Post by ahmed7 »

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


MichaelG
User
Posts: 1095

Post by MichaelG »

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=packages

To add codes to server events:
https://aspnetmaker.dev/docs/#/customscripts.html


Post Reply