8 Dec
2005
8 Dec
'05
6:32 p.m.
Mikael Persson wrote:
Hi all,
I just came across a situation where I must produce a pdf that has version 1.3 (or in worst case 1.4). I did not find anything on contextgarden or in the archives. Is there any ConTeXt command for this? I tried with
\pdfoptionpdfminorversion=3
In pdftex 1.30, the primitive is renamed to \pdfminorversion For me, \pdfminorversion=3 that works, but then again, so does: \pdfoptionpdfminorversion=3 so perhaps something else is wrong. Are you setting the version command before or after \setupoutput ? (it should be after). Taco