You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running on MikTex/Windows with elevated priviledges, we have a "false" fatal error.
Under the hood, pdfbook2 invoques pdfcrop and checks that there is nothing in stderr.
Unfortunately, with that particular configuration, every tool part of the miktek distribution shows, on stderr, "xxx: security risk: running with elevated privileges", where "xxx" is the tool name.
So, concretely, pdfbook2 invoques pdfcrop which gives "pdfcrop: security risk: running with elevated privileges" in stderr. Since stderr is not empty, pdfbook2 considers it a a fatal error.
The text was updated successfully, but these errors were encountered:
Hello,
While running on MikTex/Windows with elevated priviledges, we have a "false" fatal error.
Under the hood, pdfbook2 invoques pdfcrop and checks that there is nothing in stderr.
Unfortunately, with that particular configuration, every tool part of the miktek distribution shows, on stderr, "xxx: security risk: running with elevated privileges", where "xxx" is the tool name.
So, concretely, pdfbook2 invoques pdfcrop which gives "pdfcrop: security risk: running with elevated privileges" in stderr. Since stderr is not empty, pdfbook2 considers it a a fatal error.
The text was updated successfully, but these errors were encountered: