At the moment I'm still coding my website where I will place blog items. I write those blogs in texteditor and add images later on. So online everything looks good, but I don't have the files locally.
So what I was thinking to have an app made with processing that does the following:
1. Enter URL where the blog is located
2. Press Enter or click button to read all the html or xml data
3. Export automatically the PDF form/template (made with Adobe Acrobat) that paste the text and images in the assigned fields.
This way I can have a sleek archive from my blog items in the pdf format. Easy to find something back.
With
http://processing.org/reference/XMLElement.html I can load xml data, but I'm not sure about the exporting into the pdf form. And this library
http://creativecomputing.cc/p5libs/proxml/ also doesn't say anything about exporting.
Now is my question or this possible is with Processing, or do I have to take a look at Adobe Air?
1