Re: [Haskell-cafe] PDF library?

2007-01-24 Thread Duncan Coutts
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

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] PDF library?

2007-01-23 Thread 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


Re: [Haskell-cafe] PDF library?

2007-01-23 Thread Aaron Tomb

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

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] PDF library?

2007-01-23 Thread Johan Tibell

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 [EMAIL PROTECTED] wrote:

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


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe