Re: Text only documents

Subject: Re: Text only documents
From: "Edgar D' Souza" <edgar -dot- b -dot- dsouza -at- gmail -dot- com>
To: "Khizran Kaleem" <khizran -at- gmail -dot- com>
Date: Thu, 15 Feb 2007 14:01:18 +0530

On 2/15/07, Khizran Kaleem <khizran -at- gmail -dot- com> wrote:

Hi All,

I want to create a text only document for a user manual that i wrote in MS
Word. The document contains images as well. What i want to do is save the
doc as html pages but when i do that the images are still there. Can anyone
please help.

Try:
1. Save a copy of the doc file; don't do this to the original.
2. Run a little macro on the copy:
Sub DelPics()
Dim fld As Field

For Each fld In ActiveDocument.Fields
If fld.Type = wdFieldIncludePicture Then
fld.Delete
End If
Next
End Sub

3. Save your doc as HTML, or even plain text.

HTH,
Ed.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Create HTML or Microsoft Word content and convert to Help file formats or printed documentation. Features include single source authoring, team authoring,
Web-based technology, and PDF output. http://www.DocToHelp.com/TechwrlList

Now shipping: Help &amp; Manual 4 with RoboHelp(r) import! New editor,
full Unicode support. Create help files, web-based help and PDF in up
to 106 languages with Help &amp; Manual: http://www.helpandmanual.com

---
You are currently subscribed to TECHWR-L as archive -at- infoinfocus -dot- com -dot-
To unsubscribe send a blank email to techwr-l-unsubscribe -at- lists -dot- techwr-l -dot- com
or visit http://lists.techwr-l.com/mailman/options/techwr-l/archive%40infoinfocus.com


To subscribe, send a blank email to techwr-l-join -at- lists -dot- techwr-l -dot- com

Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
http://www.techwr-l.com/techwhirl/ for more resources and info.


References:
Text only documents: From: Khizran Kaleem

Previous by Author: Re: Another Word question
Next by Author: Re: Text only documents
Previous by Thread: Text only documents
Next by Thread: RE: Text only documents


What this post helpful? Share it with friends and colleagues:


Sponsored Ads