Handle TODOs
This commit is contained in:
parent
43d435ab90
commit
7c162a0cf0
7 changed files with 15 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue