Size-Marks-PS icon indicating copy to clipboard operation
Size-Marks-PS copied to clipboard

size in mm

Open kovacsdongo opened this issue 4 years ago • 3 comments

hello how can i change px to mm ?

kovacsdongo avatar Dec 17 '20 18:12 kovacsdongo

Open .jsx file

Replace "px" into "mm" use find and replace.

save and run.

murlai avatar Dec 18 '20 17:12 murlai

oh jsx file, it did not see (doh)

thank you

kovacsdongo avatar Dec 21 '20 10:12 kovacsdongo

@murlai @kovacsdongo actually it’s not that easy.

Size in millimeters is connected to a document’s resolution (e. g. 72 pixels per inch literally means 72 pixels in the document became 1 inch after the document is printed).

Thus changing px to mm maybe is not what you’re looking for.

romashamin avatar Jan 14 '21 09:01 romashamin