|
When you use...
$doc->OpenOffice::OODoc::File->new($outfile, create=>'presentation' );
...it automatically creates a blank slide for you. And then the first slide I append is actually slide #2. So everytime I generate a .odp, there the first slide is blank. How can I delete it?
|