Thanks @imik and @frederik tested and it worked! Im creating a set of 300 different covers for different reports based on data, and goes super fine.
Best for all!
R
ricardov
@ricardov
Best posts made by ricardov
Latest posts made by ricardov
-
RE: newDrawing() size?posted in General Discussion
-
newDrawing() size?posted in General Discussion
Dear friends.
Im using a loop to create different drawings and save each as a A4 separate PDF. Im using newDrawing() to erase previous drawings. But PDF are 1000 x 1000, so I think newDrawing() is reseting A4 size to 1000x1000.
I will appreciate any advice.
Best! -
RE: How to mirror/flip a object?posted in General Discussion
Did you test something like negative scaling?
scale(-1)
scale(1, 1/3) -
RE: Vera Molnar re-codedposted in Code snippets
Hi, looks fantastic, congrats for the effort to bring to new life those intangible heritage. I am currently interested to rescue code with cultural value in Chile, such as the Protobio (Maturana and Varela) and some of those used in Cybersyn. Thank you for the nice initiative, also a great reference for the students!
-
RE: How to run Drawbot on a server: Does it is possible?posted in General Discussion
oh great. So far I was trying with processing but I wanted to experiment with Drawbot capabilities.
-
RE: How to run Drawbot on a server: Does it is possible?posted in General Discussion
Thanks for the answer Frederick. Im trying to use Drawbot instead Processing in a server.
Best! -
How to run Drawbot on a server: Does it is possible?posted in General Discussion
Hi, im new here in the forum, and for a personal project, I need to make alternative copies of a book, so I was thinking in running Drawbot on a server to create new automated editions. So, it is possible to run Drawbot in a server to automate the process? Thank you people!