• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Writing extremely large RTF or .doc files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Writing extremely large RTF or .doc files


  • Subject: Re: Writing extremely large RTF or .doc files
  • From: Ken Tozier <email@hidden>
  • Date: Sat, 18 Jun 2011 01:45:04 -0400

On Jun 18, 2011, at 1:18 AM, Dave DeLong wrote:

> It needs to be editable after the fact.
>
> Dave
> ____

It is. If you open such a file in Word, it just looks like styled text. You can edit it and save it as html or RTF. Whichever you prefer. Try saving the following to a plain text file, open it in Word, and voila! Editable, styled text file.

<html>
	<head>
		<title>
			Word edit test
		</title>
		<style type="text/css">
			.chunkHeader
			{
				font-family: Lucida Grande, Gill Sans, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
				font-size: 14px;
				font-weight: bold;
			}

			.chunkBody
			{
				font-family: Lucida Grande, Gill Sans, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
				font-size: 12px;
				font-weight: normal;
			}
		</style>
	</head>
	<body>
		<p class='chunkHeader'>Header 1</p>
		<p class='chunkBody'>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
		<p class='chunkHeader'>Header 2</p>
		<p class='chunkBody'>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat.</p>
	</body>
</html>



_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Writing extremely large RTF or .doc files
      • From: Dave DeLong <email@hidden>
References: 
 >Writing extremely large RTF or .doc files (From: Dave DeLong <email@hidden>)
 >Re: Writing extremely large RTF or .doc files (From: Ken Tozier <email@hidden>)
 >Re: Writing extremely large RTF or .doc files (From: Dave DeLong <email@hidden>)

  • Prev by Date: Re: Writing extremely large RTF or .doc files
  • Next by Date: Re: Writing extremely large RTF or .doc files
  • Previous by thread: Re: Writing extremely large RTF or .doc files
  • Next by thread: Re: Writing extremely large RTF or .doc files
  • Index(es):
    • Date
    • Thread