in reply to Re^9: Mail Merge with Word 2007 and Perl
in thread Mail Merge with Word 2007 and Perl

cmiller2005:

If you're printing it as a single text string, then you'll need to break it up and print it in chunks. If I recall correctly, one of the PDF modules has a function that'll take a text string and wrap it around appropriately to fill in a block. You may google for PDF text wrap, or nose around on http://cpan.org to find it.

...roboticus

When your only tool is a hammer, all problems look like your thumb.

  • Comment on Re^10: Mail Merge with Word 2007 and Perl