Re: Drawing in PDF

2009-06-30 Thread Eduardo Lenz
Em Ter 30 Jun 2009, às 04:19:13, Grant Edwards escreveu: > On 2009-06-30, Eduardo Lenz wrote: > > Em Seg 29 Jun 2009, às 20:39:22, Lawrence D'Oliveiro escreveu: > >> In message >> > >> [email protected]>, Jun wrote: > >> > ... is there open source solution ? > >> > >> Popp

Re: Drawing in PDF

2009-06-30 Thread Grant Edwards
On 2009-06-30, Eduardo Lenz wrote: > Em Seg 29 Jun 2009, às 20:39:22, Lawrence D'Oliveiro escreveu: >> In message > >> [email protected]>, Jun wrote: >> > ... is there open source solution ? >> >> Poppler? > > pypdf -- http://pybrary.net/pyPdf/ > > > A Pure-Python library b

Re: Drawing in PDF

2009-06-30 Thread Eduardo Lenz
Em Seg 29 Jun 2009, às 20:39:22, Lawrence D'Oliveiro escreveu: > In message > [email protected]>, Jun wrote: > > ... is there open source solution ? > > Poppler? pypdf -- http://pybrary.net/pyPdf/ A Pure-Python library built as a PDF toolkit. It is capable of: * ext

Re: Drawing in PDF

2009-06-29 Thread Lawrence D'Oliveiro
In message , Jun wrote: > ... is there open source solution ? Poppler? -- http://mail.python.org/mailman/listinfo/python-list

Re: Drawing in PDF

2009-06-29 Thread Jun
On Jun 30, 12:22 am, Emile van Sebille wrote: > On 6/29/2009 3:14 PM Jun said... > > > On Jun 30, 12:09 am, Emile van Sebille wrote: > >> On 6/29/2009 2:51 PM Jun said... > > >>> HEllo, > >>> I've a pdf file, and i want to draw some additional stuff on it, by > >>> example : some markup nota

Re: Drawing in PDF

2009-06-29 Thread Emile van Sebille
On 6/29/2009 3:14 PM Jun said... On Jun 30, 12:09 am, Emile van Sebille wrote: On 6/29/2009 2:51 PM Jun said... HEllo, I've a pdf file, and i want to draw some additional stuff on it, by example : some markup notation. Anyone has idea how to do that ? thank you in advance. ISTM that rep

Re: Drawing in PDF

2009-06-29 Thread Jun
On Jun 30, 12:09 am, Emile van Sebille wrote: > On 6/29/2009 2:51 PM Jun said... > > > HEllo, > > > I've a pdf file, and i want to draw some additional stuff on it, by > > example : some markup notation. Anyone has idea how to do that ? > > thank you in advance. > > ISTM that reportlab's comm

Re: Drawing in PDF

2009-06-29 Thread Emile van Sebille
On 6/29/2009 2:51 PM Jun said... HEllo, I've a pdf file, and i want to draw some additional stuff on it, by example : some markup notation. Anyone has idea how to do that ? thank you in advance. ISTM that reportlab's commercial offering does that. http://www.reportlab.com/sectors/develop

Re: Drawing in PDF

2009-06-29 Thread Chris Rebert
On Mon, Jun 29, 2009 at 2:51 PM, Jun wrote: > HEllo, > > I've a pdf file, and i want to draw some additional stuff on it, by > example : some markup notation. Anyone has idea how to do that ? > thank you in advance. ReportLab (http://www.reportlab.org/) can do PDF generation, although it soun