[NTG-context] How to scale an external figure from lua ?

2015-11-09 Thread josephcanedo
Dear all, I am trying to write some lua code that loads some pdf file and scales it. I have the following code (got from previous question here to get number of pages from a pdf and from source files). local figure = figures.push { name = filename, scale = N } -- scale value does not seem

Re: [NTG-context] How to scale an external figure from lua ?

2015-11-09 Thread josephcanedo
More precisely, I would like to get width and height of the scaled figure Inside lua code, to perform some checks. Thanks again Joseph From: josephcan...@gmail.com Sent: ‎Monday‎, ‎November‎ ‎9‎, ‎2015 ‎10‎:‎12‎ ‎PM To: ntg-context@ntg.nl Dear all, I am trying to write some lua