From 6c190eb0fe515b006ede2fd33283f15ccb2ba3cc Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 18 Aug 2020 12:21:46 +0100 Subject: [PATCH] [Minor] Restore scripts flag --- lualib/lua_content/pdf.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lualib/lua_content/pdf.lua b/lualib/lua_content/pdf.lua index 53b980f1a..141a07a5f 100644 --- a/lualib/lua_content/pdf.lua +++ b/lualib/lua_content/pdf.lua @@ -1271,6 +1271,9 @@ local function process_pdf(input, mpart, task) if pdf_object.encrypted then pdf_output.encrypted = true end + if pdf_object.scripts then + pdf_output.scripts = true + end return pdf_output end -- 2.39.5