08.08.14, 15:24
Hi all,
I create a new document and I want to get the document size (height and width) in millimeters because I need those dimension to create automaticly a golden section grid.
is it possible?
with myDoc.size I get only point dimension, but I need mm dimensions,
otherwise how is possible to set new document size in mm with (in this case the variables width and height):
myDoc = new Document("griglia"+i, width, height, Color.MODEL_CMYK, Document.DIALOG_OFF);
thank you in advance for your help!