PDF Library with full CSS3 Support

2014-11-11 Thread mojo
Looking for a Python PDF Generation library that supports CSS3. Suggestions? -- https://mail.python.org/mailman/listinfo/python-list

Re: pdf library.

2008-01-02 Thread Shriphani
On Jan 1, 5:38 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: > On Tue, 01 Jan 2008 04:21:29 -0800,Shriphaniwrote: > > On Jan 1, 4:28 pm, Piet van Oostrum <[EMAIL PROTECTED]> wrote: > >> >Shriphani<[EMAIL PROTECTED]> (S) wrote: > >> >S> I tried pyPdf for this and decided to get the pag

Re: pdf library.

2008-01-01 Thread Marc 'BlackJack' Rintsch
On Tue, 01 Jan 2008 04:21:29 -0800, Shriphani wrote: > On Jan 1, 4:28 pm, Piet van Oostrum <[EMAIL PROTECTED]> wrote: >> >Shriphani<[EMAIL PROTECTED]> (S) wrote: >> >S> I tried pyPdf for this and decided to get the pagelinks. The trouble >> >S> is that I don't know how to determine whether a p

Re: pdf library.

2008-01-01 Thread Shriphani
On Jan 1, 4:28 pm, Piet van Oostrum <[EMAIL PROTECTED]> wrote: > >Shriphani<[EMAIL PROTECTED]> (S) wrote: > >S> I tried pyPdf for this and decided to get the pagelinks. The trouble > >S> is that I don't know how to determine whether a particular page is the > >S> first page of a chapter. Can so

Re: pdf library.

2008-01-01 Thread Piet van Oostrum
> Shriphani <[EMAIL PROTECTED]> (S) wrote: >S> I tried pyPdf for this and decided to get the pagelinks. The trouble >S> is that I don't know how to determine whether a particular page is the >S> first page of a chapter. Can someone tell me how to do this ? AFAIK PDF doesn't have the concept o

Re: pdf library.

2007-12-31 Thread Shriphani
On Dec 30 2007, 5:08 am, Waldemar Osuch <[EMAIL PROTECTED]> wrote: > On Dec 29, 11:54 am,Shriphani<[EMAIL PROTECTED]> wrote: > > > Hi, > > I am looking for a pdf library that will give me a list of pages where > > new chapters start. Can someone poi

Re: pdf library.

2007-12-29 Thread Waldemar Osuch
On Dec 29, 11:54 am, Shriphani <[EMAIL PROTECTED]> wrote: > Hi, > I am looking for a pdf library that will give me a list of pages where > new chapters start. Can someone point me to such a module ? > Regards, > Shriphani P. pyPdf may help you with that: http://pybrar

Re: pdf library.

2007-12-29 Thread Benjamin
On Dec 29, 12:54 pm, Shriphani <[EMAIL PROTECTED]> wrote: > Hi, > I am looking for a pdf library that will give me a list of pages where > new chapters start. Can someone point me to such a module ? ReportLab (ReportLab) might help. > Regards, > Shriphani P. -- http://ma

pdf library.

2007-12-29 Thread Shriphani
Hi, I am looking for a pdf library that will give me a list of pages where new chapters start. Can someone point me to such a module ? Regards, Shriphani P. -- http://mail.python.org/mailman/listinfo/python-list

Re: .NET and Python Integration Problem and PDF Library (Need Help and Suggestions)

2007-12-20 Thread [EMAIL PROTECTED]
, so I am bit lacking the freedom of library usage as in > Linux. > > Also looking for best PDF library which doesn't have any or many > dependencies and that dependencies can be successfully installed. I > will also need an XML Library to write down the logs and > instructions

Re: .NET and Python Integration Problem and PDF Library (Need Help and Suggestions)

2007-12-18 Thread Ravi Kumar
> > If I had to do something like this I would host a Python web > server listening on some port and let .NET application talk to me > using HTTP requests preferably or SOAP if I really had to. > It could be a Paster or Cherrypy or Twisted based server. > Google for instruction on how to package it

Re: .NET and Python Integration Problem and PDF Library (Need Help and Suggestions)

2007-12-18 Thread Ravi Kumar
> Joshua: > PDF library: ReportLab. But that is most generation of PDFs. For reading, > splitting, etc, you may have to look at their commercial offering I will have to research on it, i think time to list the best available libs, and finding all's dependency. > On Dec 19, 20

Re: .NET and Python Integration Problem and PDF Library (Need Help and Suggestions)

2007-12-18 Thread Waldemar Osuch
Windows server platform (there is limitation > on installing long chain libraries that include other deep > dependencies too). A pure python PDF library would be good, but which > one. http://pybrary.net/pyPdf/ > -Which XML Library is pure python based. > ElementTree -- http://mail.python.org/mailman/listinfo/python-list

Re: .NET and Python Integration Problem and PDF Library (Need Help and Suggestions)

2007-12-18 Thread Boris Borcic
Ravi Kumar wrote: > - your opinion with available PDF Libraries, that are best among. Also > which library to use for Windows server platform (there is limitation > on installing long chain libraries that include other deep > dependencies too). A pure python PDF library would be goo

Re: .NET and Python Integration Problem and PDF Library (Need Help and Suggestions)

2007-12-18 Thread Joshua Kugler
Ravi Kumar wrote: > - your opinion with available PDF Libraries, that are best among. Also > which library to use for Windows server platform (there is limitation > on installing long chain libraries that include other deep > dependencies too). A pure python PDF library would be goo

Re: .NET and Python Integration Problem and PDF Library (Need Help and Suggestions)

2007-12-18 Thread Ravi Kumar
chain libraries that include other deep dependencies too). A pure python PDF library would be good, but which one. -Which XML Library is pure python based. More questions will follow up :) And I hope, people will reply me. -- -=Ravi=- -- http://mail.python.org/mailman/listinfo/python-list

.NET and Python Integration Problem and PDF Library (Need Help and Suggestions)

2007-12-18 Thread Ravi Kumar
supplying required parameters. Since the whole application would be implemented on MS Windows Server, so I am bit lacking the freedom of library usage as in Linux. Also looking for best PDF library which doesn't have any or many dependencies and that dependencies can be successfully install

Re: PDF library

2007-11-16 Thread kyosohma
On Nov 15, 7:17 pm, james_027 <[EMAIL PROTECTED]> wrote: > hi, > > I am looking for a python PDF library that starts with 'Q' ... I just > found them somewhere in the internet but I can't find them now that I > need it. Does someone knows this? > > Tha

PDF library

2007-11-15 Thread james_027
hi, I am looking for a python PDF library that starts with 'Q' ... I just found them somewhere in the internet but I can't find them now that I need it. Does someone knows this? Thanks -- http://mail.python.org/mailman/listinfo/python-list

Saw a possibly interesting Python PDF library - pyPDF

2006-12-24 Thread vasudevram
Saw a possibly interesting Python PDF library - pyPDF. For merging/splitting PDFs and related operations. It's at http://pybrary.net/pyPdf/ HTH Vasudev ~ Vasudev Ram Dancing Bison Enterprises http://www.dancingbison.com Check out the cool Snap.com link pr

ANN: ReportLab PDF Library version 2.0 and 1.21 released

2006-06-02 Thread John J. Lee
ReportLab are proud to announce not one but two major releases of our PDF document generation framework. The ReportLab PDF Toolkit lets you generate rich flowing documents in PDF from dynamic data, complete with multiple columns, tables and charts, at extremely high speeds; and to generate charts