Subject: | Importing Images |
Date: | Fri, 21 May 2010 13:49:11 +0200 |
To: | bug-OpenOffice-OODoc [...] rt.cpan.org |
From: | Juan José 'Peco' San Martín <jsanmartin [...] gmail.com> |
I've been using this module (and Image.pm) with success over the years!.
Thank you very much to the author (Jean-Marie Gouarné).
With the latest release of OpenOffice (3.2) I have an issue when I import an
image into an ODS file with CreateImageElement. No issue with link by
instance but the import returns a corrupt file (that should be recovered by
OpenOffice)
<code>
$doc->createImageElement
(
"Paris landscape",
description => "Montmartre in winter",
attachment => $p,
import => "complete_path_to_file",
size => "5cm, 3.5cm",
style => "graphics2"
);
</code>
Is it a bug?. An incompatibility?. A change about how the method is called?
- Ubuntu 10.04
- This is perl, v5.10.1 (*) built for i486-linux-gnu-thread-multi
Any idea is welcome!
Many thanks
Peco