$doc->Paragraphs->Add; my $lastpara=$doc->Paragraphs->Count; my $para = $doc->Paragraphs($lastpara); my $ran = $para->Range; $ran->{Start} = $ran->{End}; my $pict = $ran->InlineShapes->AddPicture({FileName=>"$fn", LinkTo +File=>$f});
In reply to Re: insert picture into word with win32::ole
by vkon
in thread insert picture into word with win32::ole
by stakeholder
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |