Skip to content

Commit

Permalink
[Minor] Restore scripts flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Aug 18, 2020
1 parent 007a4ab commit 6c190eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lualib/lua_content/pdf.lua
Expand Up @@ -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
Expand Down

0 comments on commit 6c190eb

Please sign in to comment.