Skip Menu |

This queue is for tickets about the OpenOffice-OODoc CPAN distribution.

Report information
The Basics
Id: 57712
Status: resolved
Priority: 0/
Queue: OpenOffice-OODoc

People
Owner: Nobody in particular
Requestors: jsanmartin [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
OpenOffice::OODoc in not compatible with the last OpenOffice.org "extended 1.2" ODF format. So, in order to avoid the issue, I suggest you to select the ODF 1.0/1.1 format (see Tools/Options/...). Le Ven 21 Mai 2010 07:49:21, jsanmartin@gmail.com a écrit : Show quoted text
> 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 Show quoted text
> 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 Show quoted text
> 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? Show quoted text
> > - Ubuntu 10.04 > - This is perl, v5.10.1 (*) built for i486-linux-gnu-thread-multi > > Any idea is welcome! > > Many thanks > Peco