Hi,
I was just wondering what needs to be done to display a postscript like output (like PDF or AI) in a Juce’s Component.
I mean, basically, all is already here (vector graphic, antialiased-text, etc…).
So far, I think that the most difficult part will be the parser and mapping to Graphics’s primitives.
I would like to have advice from Jules about this…
Oh, by the way, I’m asking this because I would like to present a “formatted” text output (understand with layout and pictures), and I think PS is cheaper than HTML parsing in all case.