Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8354 > unrolled thread

Looking PDF module

Started byHegedüs Ervin <airween@gmail.com>
First post2011-06-24 09:23 +0200
Last post2011-06-25 06:59 -0700
Articles 7 — 6 participants

Back to article view | Back to comp.lang.python


Contents

  Looking PDF module Hegedüs Ervin <airween@gmail.com> - 2011-06-24 09:23 +0200
    Re: Looking PDF module mando <mandoluca@gmail.com> - 2011-06-24 00:37 -0700
      Re: Looking PDF module Hegedüs Ervin <airween@gmail.com> - 2011-06-24 10:37 +0200
    Re: Looking PDF module "neil.suffield@gmail.com" <neil.suffield@gmail.com> - 2011-06-24 04:45 -0700
      Re: Looking PDF module Cameron Laird <claird271@gmail.com> - 2011-06-24 09:59 -0700
        Re: Looking PDF module Ervin Hegedüs <airween@gmail.com> - 2011-06-24 22:40 +0200
    Re: Looking PDF module jmfauth <wxjmfauth@gmail.com> - 2011-06-25 06:59 -0700

#8354 — Looking PDF module

FromHegedüs Ervin <airween@gmail.com>
Date2011-06-24 09:23 +0200
SubjectLooking PDF module
Message-ID<mailman.357.1308900384.1164.python-list@python.org>
Hello Everyone,

I'm looking a good PDF module for Python 2.x - I've never used
any PDF in Python, I don't know, what would be a good choice.

There are several PDF tool for Python - this is my problem :)

What I need:
- utf8 support
- create header and footer
- (in headers there are small images)
- tables
- left and right side handling (this will be a book)
- various page numbering (eg.: I/1, I/2, ... or simple numeric
  form)
- TOC generating


Any help would comes well,

thanks:


a.

[toc] | [next] | [standalone]


#8357

Frommando <mandoluca@gmail.com>
Date2011-06-24 00:37 -0700
Message-ID<a1743940-737c-4107-8b42-34b3edb428e7@fr19g2000vbb.googlegroups.com>
In reply to#8354
Take a look to reportlab:

http://www.reportlab.com/software/opensource/

Bye bye

Luca

[toc] | [prev] | [next] | [standalone]


#8361

FromHegedüs Ervin <airween@gmail.com>
Date2011-06-24 10:37 +0200
Message-ID<mailman.359.1308904620.1164.python-list@python.org>
In reply to#8357
hello,

On Fri, Jun 24, 2011 at 12:37:40AM -0700, mando wrote:
> Take a look to reportlab:
> 
> http://www.reportlab.com/software/opensource/

thanks, I'll check it out,


a.
 

[toc] | [prev] | [next] | [standalone]


#8373

From"neil.suffield@gmail.com" <neil.suffield@gmail.com>
Date2011-06-24 04:45 -0700
Message-ID<2366cd3c-1cd4-420e-98cb-5a7b39d7fe8b@c20g2000vbv.googlegroups.com>
In reply to#8354
You might also want to have a look at Pisa ( http://www.xhtml2pdf.com/
) . It's based on reportlab but might suit you better.

[toc] | [prev] | [next] | [standalone]


#8388

FromCameron Laird <claird271@gmail.com>
Date2011-06-24 09:59 -0700
Message-ID<e649b999-c409-4c5e-8f86-b75c4331b76d@x10g2000vbl.googlegroups.com>
In reply to#8373
On Jun 24, 6:45 am, "neil.suffi...@gmail.com"
<neil.suffi...@gmail.com> wrote:
> You might also want to have a look at Pisa (http://www.xhtml2pdf.com/
> ) . It's based on reportlab but might suit you better.

There's more to the story.  As with many things, the answer is, "it
depends".
In this case, there are so many variables that I probably should write
up an
article outlining the pertinent ones ...

Hegedüs Ervin, it's quite likely that ReportLab will be a good
technical fit
for you.  Are you in a position to pay licensing fees for advanced
features?
Do you have any requirements to *merge* PDF instances?  How stringent
are your
performance requirements?

[toc] | [prev] | [next] | [standalone]


#8411

FromErvin Hegedüs <airween@gmail.com>
Date2011-06-24 22:40 +0200
Message-ID<mailman.390.1308950381.1164.python-list@python.org>
In reply to#8388
hello,

On Fri, Jun 24, 2011 at 09:59:17AM -0700, Cameron Laird wrote:
> Hegedüs Ervin, it's quite likely that ReportLab will be a good
> technical fit
> for you.
it's a good news :)

> Are you in a position to pay licensing fees for advanced
> features?

no :(

> Do you have any requirements to *merge* PDF instances?

may be, hope I don't, but currently I don't know,

> How stringent
> are your
> performance requirements?

there isn't stringent...


thanks:


a.

[toc] | [prev] | [next] | [standalone]


#8446

Fromjmfauth <wxjmfauth@gmail.com>
Date2011-06-25 06:59 -0700
Message-ID<f3f9448e-11ec-44df-84ae-441f47df7953@y30g2000yqb.googlegroups.com>
In reply to#8354
On 24 juin, 09:23, Hegedüs Ervin <airw...@gmail.com> wrote:

[...]

> Any help would comes well,
>
> thanks:
>

I do not really understand the relation
Python <-> "this will be a book".

For editing purpose, do you need to extract your raw material for
somewhere? to create graphics? to parse files?

or

Are you expecting to compose your book with Python knowing you
have the existing material (texts, pictures, ...) and a PDF tool?

In the former case, generate a TeX text file (.tex).
In the latter case, use TeX. :-)

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web