Re: [NTG-context] Page count of PDF file from lua

2012-02-22 Thread Procházka Lukáš Ing . - Pontex s . r . o .
... Some solutions can be found here, too: http://www.mail-archive.com/ntg-context@ntg.nl/msg57502.html http://www.mail-archive.com/ntg-context@ntg.nl/msg57503.html Lukas On Tue, 21 Feb 2012 13:40:26 +0100, Hans Hagen wrote: On 19-2-2012 14:50, Marco wrote: I can't figure out how to determ

Re: [NTG-context] Page count of PDF file from lua

2012-02-21 Thread Marco
On 2012-02-21 Hans Hagen wrote: > > I can't figure out how to determine the number of pages of a PDF > > file within lua. > > local fig = figures.push { name = "somefile.pdf" } > figures.identify() > figures.check() > local nofpages = fig.used.pages > figures.pop()

Re: [NTG-context] Page count of PDF file from lua

2012-02-21 Thread Hans Hagen
On 19-2-2012 14:50, Marco wrote: I can't figure out how to determine the number of pages of a PDF file within lua. From the TeX side it works with \getfiguredimensions Can somebody give me a nudge in the right direction? Example: \starttext % Works %\getfiguredimensions [somefile.pdf] \startl

[NTG-context] Page count of PDF file from lua

2012-02-19 Thread Marco
I can't figure out how to determine the number of pages of a PDF file within lua. From the TeX side it works with \getfiguredimensions Can somebody give me a nudge in the right direction? Example: \starttext % Works %\getfiguredimensions [somefile.pdf] \startluacode -- Does not work