Hi, when I write this code: local n1,n2 n1 = img.node { filename = "hacker.jpg" } node.write(n1) n2 = img.node { filename = "hacker.jpg" } node.write(n2) the file hacker.jpg will be inserted twice in the pdf. I guess no duplicate prevention is done on purpose, right? Patrick