Re: [NTG-context] issues with \attachment when specifying name

2020-02-08 Thread Pablo Rodriguez
On 2/8/20 1:46 PM, Peter Rolf wrote: > > Hi Pablo, > > my first thought was: how can you rename something that isn't showing up > (as text) in the PDF anywhere? > On a second thought this makes sense, if you want to hide the original > file name in the PDF code. Shouldn't be to hard to make this

Re: [NTG-context] issues with \attachment when specifying name

2020-02-08 Thread Peter Rolf
Am 08.02.2020 um 09:31 schrieb Pablo Rodriguez: > Hi Peter, > > here you have a minimal sample with file name changed inside the > attachment command: > >\setupinteraction[state=start] > \starttext > an attachment\attachment[file=secret-name.pdf, > type={application/pdf}, >

[NTG-context] issues with \attachment when specifying name

2020-02-08 Thread Pablo Rodriguez
Hi Peter, here you have a minimal sample with file name changed inside the attachment command: \setupinteraction[state=start] \starttext an attachment\attachment[file=secret-name.pdf, type={application/pdf}, %~ method=hidden, name=other-name] \stoptext If