making a pdf-file
in
Core Library Questions
•
2 months ago
Hello there,
I am a total beginner at this. The last time I programmed something was in the 1990's and in Basic.
My main interest is 2D vector-art from the 60's and 70's.
I saw the recodeproject and would like to know how I could make the output go to hi-quality-PDF as to print it on a large scale penplotter.
For example Manfred Mohr Cubic limit series programmed by Cavin Hu;
http://recodeproject.com/translation/calvin-hu-direct-the-cubic-limit-series-manfred-mohr
I have added ;" import processing.pdf.*;" at the top
and also "beginRecord(PDF, "lines.pdf");" after the "size" instruction
but it goes not give me a pdf-file
Can someone help me?
1