Hi Alex,
I noticed that in datatypes.py A6 is defined as:
"A6": (Dimension("105mm"), Dimension("297mm")),
should be:
"A6": (Dimension("105mm"), Dimension("148mm")),
http://www.papersizes.org/a-paper-sizes.htm
After that change I just need to select an appropriate paper size in
Acrobat Reader (AR). Pity that this can't be set somehow from within
PythonReport. I tried it with a hack by defaulting pagesize in pdf.py
to A6 but no success.
It seems that AR is picking up the default paper size from the printer
instead of getting it from the document and maybe complain if that is
not supported by the printer - is that your experience too.
Werner
|