Acrobat can be embedded directly inside a Python application, at least in Windows. There is even a sample of this in the wxPython demo ActiveX_PDFWindow.py.
···
On Tue, 22 Nov 2005 15:52:40 +0100, jmf <jfauth@bluewin.ch> wrote:
Well, except that I think a PDF interpreter is a much bigger project
than a DVI interpreter. Although if you only support pdfTeX output,
maybe not.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
Hi List,
We have written about this before. A wxPDF control would be perfect (as we are
working on Linux), and can be built upon xpdf. Then it is simply a wrapper
around xpdf, which is lightweight, and very responsive. if I am not mistaken,
xpdf is also the engine for kpdf. Using an existing rendering engine makes
the amount of work significantly less.
···
Op dinsdag 22 november 2005 23:45, schreef Tim Roberts:
On Tue, 22 Nov 2005 15:52:40 +0100, jmf <jfauth@bluewin.ch> wrote:
>Well, except that I think a PDF interpreter is a much bigger project
>than a DVI interpreter. Although if you only support pdfTeX output,
>maybe not.
Acrobat can be embedded directly inside a Python application, at least
in Windows. There is even a sample of this in the wxPython demo
ActiveX_PDFWindow.py.
Cheers,
Dick