2 Sep
2010
2 Sep
'10
2:03 p.m.
hi, Hans! I would like to use epdf library on a current pdf file after its made. but pdf is still not closed if I use "finish_pdffile" callback. epdf returns more useful information, then pdf library. function doc_end() doc = epdf.open(tex.filename .. ".pdf") pageref = doc:getCatalog() texio.write_nl("pdfcatalog=".. tostring(pageref)) end callback.register("finish_pdffile", doc_end) maybe there could be a callback after document output? Linas