I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-06-14 16:38:03.121637-07 by jshine
adding a document background image watermark
I apologize for the open-ended nature of this post, but I've been trying to use OODoc to add a watermark image from an existing OpenOffice document file (.ODT). I've been trying to use:
$odf->importBackgroundImage("Default", "/var/www/emc/lang-en/image/watermark_budgetary_en.png");
but this fails to actually add the background image while producing no error messages. Is there any example code or suggestions/warnings/tips/etc. on how to use this correctly? Thanks, -Jon
Direct Responses: 13368 | Write a response