
I don't suppose anyone has any Haskell code that understands the PDF format, do they?

On Jan 23, 2007, at 5:13 PM, Clifford Beshers wrote:
I don't suppose anyone has any Haskell code that understands the PDF format, do they?
I know of one, though I'm not sure how complete it is: http://www.alpheccar.org/en/soft/hpdf I know it can create PDF files. I'm not sure if it can read them. Aaron

On Tue, 2007-01-23 at 19:47 -0800, Aaron Tomb wrote:
On Jan 23, 2007, at 5:13 PM, Clifford Beshers wrote:
I don't suppose anyone has any Haskell code that understands the PDF format, do they?
I know of one, though I'm not sure how complete it is:
http://www.alpheccar.org/en/soft/hpdf
I know it can create PDF files. I'm not sure if it can read them.
Another lib that can write PDFs is the vector graphics library Cairo, which is currently bundled with Gtk2Hs. It uses the same api (which closely follows the PDF drawing model) to produce PNG, screen, PS and PDF output. If someone helps us update the binding then it'll also produce SVG output. Duncan

I know Peter Moberg at Chalmers was working on some PDF stuff. You
might want to try to get hold of him and ask.
Cheers,
Johan
On 1/24/07, Clifford Beshers
I don't suppose anyone has any Haskell code that understands the PDF format, do they? _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (4)
-
Aaron Tomb
-
Clifford Beshers
-
Duncan Coutts
-
Johan Tibell