Hello,
is there any way to set password on some PDF files created from C/AL code, without any external DLLs?
For example, I want to do something like
Report.SAVEAS, but in addition I want that PDF file to be protected by a password and I cannot use any external dll, only standard C/AL methods.
Thanks in advance.
Cheers
0
Comments
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
correct- not possible in standard. You could encode it, and send it to an api to be handled, then receive it through a webservice or api
actually I need that to send payroll slips to web portal through an API, but I wanted to set password on it first, but I think that the web portal can handle the password then.