Browse Source

[Minor] Restore scripts flag

tags/2.6
Vsevolod Stakhov 3 years ago
parent
commit
6c190eb0fe
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      lualib/lua_content/pdf.lua

+ 3
- 0
lualib/lua_content/pdf.lua View File

@@ -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

Loading…
Cancel
Save