Howto export data to pdf ?
in
Programming Questions
•
2 years ago
Hi,
I have seen how processing can be used to to export a frame or image to pdf but is it possible to make a pdf of data which would normally be output to the console?
For example of something simple like,
for(int i = 1; i < 11; i++){
println(i);
}
Any help would be greatly appreciated,
Thanks,
Shane
I have seen how processing can be used to to export a frame or image to pdf but is it possible to make a pdf of data which would normally be output to the console?
For example of something simple like,
for(int i = 1; i < 11; i++){
println(i);
}
Any help would be greatly appreciated,
Thanks,
Shane
1