if (do_name() != 'Home') : ?>
endif ?>
Posted by Yanone on Oct 03, 2010
i found it by accident, hidden in some release notes file in the svn repository: canvas.save('two-rects.pdf')
none of the built-in NB lib is described anywhere, right?
http://dev.nodebox.net/svn/nodebox/tags/1.9.4/src/Changes.txt
Posted by Tom De Smedt on Oct 04, 2010
include("util/comment.php"); ?>
Some notes are here:
http://nodebox.net/code/index.php/Console
Export PDF from animation?
Posted by Yanone on Oct 01, 2010hi guys,
is it possible to call a pdf export fom a running animation?
one could envoke external pdf-libraries to draw the same stuff, but that's kind of redundant, when pdf export is already built-in.
thank you,
yanone