logo       

Re: RFC: CGI::Application::Plugin::Output::PDF: msg#00141

Subject: Re: RFC: CGI::Application::Plugin::Output::PDF

Jeff MacDonald wrote:
> Hi,
> 
> I have a question regarding PDF generation, independant of CGI::App,
> so forgive me for temporarily hijacking the conversation.
> 
> Once in a while we're asked to output a pdf file.. and sometimes it's
> important to know where the page breaks are. CSS allows you to tell
> where to page break in the printed version of an HTML document which
> is handy for files that you are generating statically.

What have you tried so far? Does HTMLDoc respect CSS page breaks when
converting HTML to PDF? If not, you might have to use something more low
level like PDF::API2 or PDF::Template.

I've used PDF::API2 before. It's powerful but very under-documented.
However there do exist some tutorials on perlmonks and other places that
you can look at.

> What I'm wondering is, has anyone found any good solutions for placing
> pagebreaks on a dynamic basis .. ie say a client has a list of members
> and they want to print those member addresses out with a bounding
> table around each to they look like little business cards. Of course i
> would not want one of these little business cards to be cut in half by
> a page boundry, and the cards can be of variable size depending upon
> how much address info is provided... no i'm babbling..

Using PDF::API2 you just add a new page like so:

my $pdf = PDF::API2->new();
my $page = $pdf->page(1);
# add some text
$page->gfx->textlabel(....);
$page->update();
# get a new page
$page = $pdf->page(2);
...

-- 
Michael Peters
Developer
Plus Three, LP


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@xxxxxxxxxxxxxxxxx/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: cgiapp-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: cgiapp-help@xxxxxxxxxxxxxxxxx




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
linux.arklinux....    user-groups.lin...    kde.usability/2...    ietf.ipp/2002-0...    mail.spam.spamc...    os.netbsd.devel...    audio.cd-record...    text.unicode.de...    php.documentati...    games.fps.halfl...    window-managers...    suse.oracle.gen...    bug-tracking.gn...    video.dvdrip.us...    xfree86.cvs/200...    java.netbeans.m...    network.argus/2...    culture.sf.kill...    debian.ports.al...    freebsd.questio...    qplus.devel/200...    handhelds.palm....   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe