5 Oct
2007
5 Oct
'07
9:16 a.m.
James Quirk wrote:
On a related note, I noticed that is not possible to read or write the data field in a pdf_annot whatsit. For instance, I was trying to define an annotation using:
\directlua 0 { local t = node.new('whatsit',15) t.width = mywidth t.height = myheight t.depth = mydepth t.objnum = myobjnum t.data = mydata tex.setbox(0,t) } \box0
patch is in trunk