Hi,
there is a "to" missing in the names for the ...addtopage... commands
(line 1242-1244):
implement { name =
"lpdf_collectedresources", actions = {
lpdf.collectedresources, context } }
implement { name = "lpdf_addtocatalog", arguments =
two_strings, actions = lpdf.addtocatalog }
implement { name = "lpdf_addtoinfo", arguments =
two_strings, actions = lpdf.addtoinfo }
implement { name = "lpdf_addtonames", arguments =
two_strings, actions = lpdf.addtonames }
-implement { name = "lpdf_addpageattributes", arguments =
two_strings, actions = lpdf.addtopageattributes }
-implement { name = "lpdf_addpagesattributes", arguments =
two_strings, actions = lpdf.addtopagesattributes }
-implement { name = "lpdf_addpageresources", arguments =
two_strings, actions = lpdf.addtopageresources }
+implement { name = "lpdf_addtopageattributes", arguments =
two_strings, actions = lpdf.addtopageattributes }
+implement { name = "lpdf_addtopagesattributes", arguments =
two_strings, actions = lpdf.addtopagesattributes }
+implement { name = "lpdf_addtopageresources", arguments =
two_strings, actions = lpdf.addtopageresources }
Wolfgang