Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Producing Nice Prints

by swampyankee (Parson)
on Aug 03, 2007 at 14:32 UTC ( [id://630523]=note: print w/replies, xml ) Need Help??


in reply to Producing Nice Prints

My first idea was to generate a pdf and print this.

Did you look into anything else? Plain text? HTML? Excel? or another spreadheet?

Is there an easier way?

Always ;-)

You will need to be a trifle more forthcoming with information. Some databases, e.g., Oracle, have report-generating features. These may be adequate. What operating system? Is the output of a plain text file adequate? If so, format may be adequate.

There are several modules for creating PDF (see PDF); I'd tend to use PDF::API2 or PDF::CreateSimple.

However, my preference would be to generate HTML. This is for a couple of reasons, one is that if this is only going to be done once or twice, it may be easier to fix minor errors by directly editing the HTML, instead of editing the program, re-running the report generation, etc.


emc

Information about American English usage here and here.

Any New York City or Connecticut area jobs? I'm currently unemployed.

Replies are listed 'Best First'.
Re^2: Producing Nice Prints
by roboticus (Chancellor) on Aug 04, 2007 at 11:08 UTC
    I'll also mention Excel ... the advantages are that:

  • There's a good package on CPAN to create the spreadsheets that gives you an easy way to do your headings & such.
  • A spreadsheet is more flexible than a PDF--the users may reuse the data, or extend the spreadsheet if needed.
  • ...roboticus

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://630523]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-16 17:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found