[NTG-pdftex] pdf_version_found > pdf_version_wanted
Heiko Oberdiek
oberdiek@uni-freiburg.de
Thu, 10 Jul 2003 18:06:29 +0200
On Thu, Jul 10, 2003 at 05:29:13PM +0200, Martin Schroeder wrote:
> On 2003-07-08 17:55:17 +0200, Martin Schröder wrote:
> > one to be produced. I want to make this behaviour configurable
> > through pdftex.cfg (and a corresponding primitive). pdfTeX would
>
> Currently the primitive is tentatively named
> \pdfoptionpdfversionerrorlevel. Any better idea?
What is the semantics?
pdfTeX generates 1.x and an image has version 1.y:
x := \pdfoptionpdfversion
z := \pdfoptionpdfversionerrorlevel
x >= y
no problems
y > x
??
* Abort with error message / continuing with warning
depending on z.
* Accepting some images with versions smaller 1.z or 1.(x+z)
with warning, aborting otherwise.
What happens, if there will be PDF 2.? some day?
Yours sincerely
Heiko <oberdiek@uni-freiburg.de>
--