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] PDF text stream with delimitedtext

2021-10-30 Thread Rudolf Bahr via ntg-context
Am Sat, Oct 30, 2021 at 09:12:19PM +0100 schrieb Adam Reviczky via ntg-context: > Hi, > > I am trying to use quotation or blockquote in a document, but when > selecting and copying the text in poppler/pdf.js I get double marks. > > Looking at the minimal example below: > \nopdfcompression >

[NTG-context] PDF text stream with delimitedtext

2021-10-30 Thread Adam Reviczky via ntg-context
Hi, I am trying to use quotation or blockquote in a document, but when selecting and copying the text in poppler/pdf.js I get double marks. Looking at the minimal example below: \nopdfcompression \setuppagenumbering[location=] \starttext \startquotation Hello world! \stopquotation

Re: [NTG-context] Bloody PDF boxes and cr*p marks!

2021-10-30 Thread Henning Hraban Ramm via ntg-context
I finally reworked the wiki page https://wiki.contextgarden.net/PDF_Boxes and also extended https://wiki.contextgarden.net/PDFX a bit. Hraban ___ If your question is of interest to others as well, please add an entry

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 :