Subject: | ODT corrupted in Apache OpenOffice |
Dear,
All ODT files created with ODF::lpOD are corrupted when I used Apache OpenOffice 4.1.1 or 4.1.2.
Theses files are OK for LibreOffice.
Script Example:
#!/usr/bin/perl
use warnings;
use strict;
use ODF::lpOD;
my $doc = odf_document->create('text');
my $p = odf_paragraph->create(text => "Hello everybody!");
my $contexte = $doc->get_body;
$contexte->insert_element($p);
$doc->save(target => "hello.odt");
exit;
__END__
Best regards,
Djibel
Subject: | hello.odt |
Message body not shown because it is not plain text.