Re: Images in document not saved when invoking SaveAs
- From: Cindy M -WordMVP- <C.Meister-C@xxxxxxxxxx>
- Date: Fri, 25 Nov 2005 10:46:32 +0100
Hi Nabeel,
? Version of Word ?
? How were the pictures inserted ?
Embedded, linked, if linked with "save with document". Are they inline with the
text or do they have text flow formatting applied.
How about if you use
newDoc.Range.FormattedText = existingDoc.Range.FormattedText
instead of copy/paste?
> I have a piece of code where i'm creating a copy of a word document by using
> document.Contents.Copy()
> and newdocument.Contents.Paste().
> when i save the newdocument us WdFormatDocument, images in the original
> document do not appear in the copied document, whereas, if i use the
> wdFormatHTML the html document appears fine.
>
> Can any one suggest a cause for this behavior.
>
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :-)
.
- Follow-Ups:
- Re: Images in document not saved when invoking SaveAs
- From: Nabeel Moeen
- Re: Images in document not saved when invoking SaveAs
- References:
- Images in document not saved when invoking SaveAs
- From: Nabeel Moeen
- Images in document not saved when invoking SaveAs
- Prev by Date: Re: Call OpenText from Access
- Next by Date: Re: Word automation disable/enable F-12 using vb.net
- Previous by thread: Images in document not saved when invoking SaveAs
- Next by thread: Re: Images in document not saved when invoking SaveAs
- Index(es):
Relevant Pages
|