ieeedino has asked for the wisdom of the Perl Monks concerning the following question:
I want to modify odt file with perl OpenOffice::OODoc.
No matter using Text.pm, or XPath.pm
The file will corrupted when open with OpenOffice 3.3
Here is my code
use OpenOffice::OODoc; my $archive = ooFile("aaa.odt); $doc = ooDocument(archive => $archive, member => 'content'); .....processing $archive->save;
Actually the file will corrupt even I just open the file, and save back.
Please kindly help. OPenOffice version 2.125, OpenOffice version 3.3
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: modify odt file with perl OpenOffice::OODoc will corrupt the file
by stefbv (Priest) on Dec 17, 2015 at 09:31 UTC | |
|
Re: modify odt file with perl OpenOffice::OODoc will corrupt the file
by kcott (Archbishop) on Dec 17, 2015 at 08:03 UTC | |
by ieeedino (Novice) on Dec 17, 2015 at 09:11 UTC | |
|
Re: modify odt file with perl OpenOffice::OODoc will corrupt the file
by ieeedino (Novice) on Dec 17, 2015 at 07:20 UTC |