Skip to content
Prev 25548 / 398503 Next

Mixing text and graphics in PDF

"Wright, Kevin" <kevin.wright at pioneer.com> writes:
HTML output is not all that far-fetched. Or perhaps XML. We could in
principle have all our print methods replaced by HTML output methods
(we might need to exercise a little more discipline to get rid of
explicit cat() and print() statements, but I'm not even sure that is
necessary). The default output method could simply be a plaintext
wrapper, like the HTML

<pre><kbd>
...
</kbd></pre>

and we could have some fairly obvious alignment structures for
vectors, arrays, tables, etc. It's not an afternoon's work, but it's
definitely doable. (And I wouldn't be too surprised if someone was
already playing with the idea...)