Variables-AuthenticationAuthentication Variables
|
|
These variables must be defined on applications with PDF export on environments with integrated authentication.
Variables
|
Description |
| [sc_pdf_usr] |
Authentication User. |
| [sc_pdf_pw] |
Authentication Password |
Ex. 1:On a login application, it is possible to set these variables from the info given by the user:
[sc_pdf_usr] = {login_usr}; [sc_pdf_pw] = {senha_usr};
|
|