Re: [NTG-context] Cannot access Lua function

2021-11-01 Thread Aditya Mahajan via ntg-context
On Sun, 31 Oct 2021, Hans Hagen via ntg-context wrote: > in that case you probably need to hide more .. (when you process with > \nopdfcompression at the top you can look in the pdf, i.e. compression > is not encryption > > one thing you can do is make a copy of lpdf-xmp.lmt and wipe all

Re: [NTG-context] Cannot access Lua function

2021-10-31 Thread kauśika cittūr via ntg-context
On Sunday, October 31, 2021 2:43:48 PM IST Hans Hagen wrote: > I bet that clever students can trace that down -) Just to clarify, I am a student at university. Have to make some documents as a teaching assistant in courses so many students use the same abbreviations. > > in that case you

Re: [NTG-context] Cannot access Lua function

2021-10-31 Thread Hans Hagen via ntg-context
On 10/31/2021 5:35 AM, kauśika cittūr wrote: On Saturday, October 30, 2021 9:16:15 PM IST Hans Hagen wrote: cf the pdf speca: Creator: If the document was converted to PDF from another format, the name of the PDF processor that created the original document from which it was converted.

Re: [NTG-context] Cannot access Lua function

2021-10-30 Thread kauśika cittūr via ntg-context
On Saturday, October 30, 2021 9:16:15 PM IST Hans Hagen wrote: > cf the pdf speca: > > Creator: If the document was converted to PDF from another format, > the name of the PDF processor that created the original document from > which it was converted. > > Producer: If the document was converted

Re: [NTG-context] Cannot access Lua function

2021-10-30 Thread Hans Hagen via ntg-context
On 10/30/2021 2:29 PM, kauśika cittūr wrote: On Saturday, October 30, 2021 4:57:07 PM IST Hans Hagen wrote: that function was only meant for internal (inter-lua-module communication) usage (also because there are some expectations abotu what is in there) what do you want change? Dear Hans,

Re: [NTG-context] Cannot access Lua function

2021-10-30 Thread kauśika cittūr via ntg-context
On Saturday, October 30, 2021 4:57:07 PM IST Hans Hagen wrote: > that function was only meant for internal (inter-lua-module > communication) usage (also because there are some expectations abotu > what is in there) > > what do you want change? Dear Hans, I want to (/used to) set the creator

Re: [NTG-context] Cannot access Lua function

2021-10-30 Thread Hans Hagen via ntg-context
On 10/30/2021 8:25 AM, kauśika cittūr via ntg-context wrote: Dear list, In one of my documents I have this lua block – \startluacode local metadata = lpdf.getmetadata(); ⋮ \stopluacode to modify some metadata fields. The file compiles with the latest LMTX (2021.10.28) without any errors but no

[NTG-context] Cannot access Lua function

2021-10-30 Thread kauśika cittūr via ntg-context
Dear list, In one of my documents I have this lua block – \startluacode local metadata = lpdf.getmetadata(); ⋮ \stopluacode to modify some metadata fields. The file compiles with the latest LMTX (2021.10.28) without any errors but no PDF is produced. In the log, the following line is present :