Handle TODOs

This commit is contained in:
Marcel Krüger 2020-07-31 12:04:02 +02:00
parent 43d435ab90
commit 7c162a0cf0
7 changed files with 15 additions and 31 deletions

View file

@ -17,7 +17,7 @@ local function written(pdf, num)
if not num or num == assigned then return end
return num ~= delayed
end
-- raw: Pass on preencoded stream. Currently ignored.
-- raw: Pass on preencoded stream.
local function stream(pdf, num, dict, content, isfile, raw)
if not num then num = pdf:getobj() end
if pdf[num] ~= assigned then