Re: Invoices

From: Tony Grant <tony(at)animaproductions(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Invoices
Date: 2001-05-04 07:41:21
Message-ID: 988962081.1178.1.camel@tonux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 03 May 2001 17:05:44 -0700, Paul Ramsey wrote:
>
> There are a couple good solutions to this:
> - use PDFLib to generate printable format directly then pipe it directly
> to the browser. There are PHPLib hooks in PHP and also a perl module
> which hooks into it. You can even access it in Java via JNI calls.
> - create HTML output, but pipe it to html2ps on the system, then pipe
> that through ps2pdf, then pipe it back out to the browser. The nice
> thing about this approach is that you don't have to write your own page
> rendering routines, html2ps does it for you, and you just control it
> with style-sheet directives.
> In any event, reporting off a database from the browser does not have to
> be clunky or unattractive, there's some very good tools available.

My problem is with mailing labels. Standard Avery sort. How do I do
about formatting multiple pages for mass mailings?

Any pointers?

Cheers

Tony Grant

--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Ackerman 2001-05-04 07:51:36 RE: Ideal hardware configuration for pgsql
Previous Message Tony Grant 2001-05-04 07:25:16 Re: Re: Ideal hardware configuration for pgsql