Re: Microsoft Word Creation

2003-10-08 Thread Rob Dixon
<[EMAIL PROTECTED]> wrote: > > Quoting Rob Dixon <[EMAIL PROTECTED]>: > > > <[EMAIL PROTECTED]> wrote: > > > > Hi. > > > > A name would be nice...? > > > > All of the answers are in the module documentation. The code below shows > > a lot of the common requirements. Anything else you can fish from

Re: Microsoft Word Creation

2003-10-08 Thread sc00170
This method would be perfect unless i had problem with the encoding. I want to write greek documents but i cannot. Quoting Rob Dixon <[EMAIL PROTECTED]>: > <[EMAIL PROTECTED]> wrote: > > > > Quoting Rob Dixon <[EMAIL PROTECTED]>: > > > > > John wrote: > > > > > > > > Rob Dixon wrote: > > > > >

Re: Microsoft Word Creation

2003-10-08 Thread Rob Dixon
<[EMAIL PROTECTED]> wrote: > > Quoting Rob Dixon <[EMAIL PROTECTED]>: > > > John wrote: > > > > > > Rob Dixon wrote: > > > > > > > > John wrote: > > > > > > > > > > I want to create a doc file that will contain my text, > > > > > fonts, sizes as if i wrote manually. > > > > > > > > You can use Win3

Re: Microsoft Word Creation

2003-10-08 Thread sc00170
Your solution is also amazing but where can i define the TrueType fonts for every single word? Or the size of them, color,... Quoting Rob Dixon <[EMAIL PROTECTED]>: > John wrote: > > > > Rob Dixon wrote: > > > > > > John wrote: > > > > > > > > I want to create a doc file that will contain my tex

Re: Microsoft Word Creation

2003-10-07 Thread Rob Dixon
John wrote: > > Rob Dixon wrote: > > > > John wrote: > > > > > > I want to create a doc file that will contain my text, > > > fonts, sizes as if i wrote manually. > > > > You can use Win32::OLE drive MSWord itself to generate a document, > > but I think that's an awful way to do things. Why not loo

Re: (OT) RE: Microsoft Word Creation // CSS

2003-10-07 Thread John
" <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 8:00 PM Subject: (OT) RE: Microsoft Word Creation // CSS > >:) The problem is that i want to use Fonts and Different Sizes, bold,italic > >in my text. Not just a simple text. > > Rob's answer may be better for

(OT) RE: Microsoft Word Creation // CSS

2003-10-07 Thread Stout, Joel R
:italic; } H3 { color:blue; font-family:Garamond; font-size:30pt; font-style:italic; } --> Help Help Help -Original Message- From: John [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 8:53 AM To: Stout, Joel R; Perl Beginners Subject: Re: Microsoft Word Creation

Re: Microsoft Word Creation

2003-10-07 Thread Rob Dixon
"Rob Dixon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > John wrote: > > > > I want to create a doc file that will contain my text, > > fonts, sizes as if i wrote manually. > > You can use Win32::OLE drive MSWord itself to generate a document, > but I think that's an awful way to

Re: Microsoft Word Creation

2003-10-07 Thread John
Have you got the code to test if you concept is what i need? - Original Message - From: "Stout, Joel R" <[EMAIL PROTECTED]> To: "'John'" <[EMAIL PROTECTED]>; "Perl Beginners" <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 6

Re: Microsoft Word Creation

2003-10-07 Thread Rob Dixon
John wrote: > > I want to create a doc file that will contain my text, > fonts, sizes as if i wrote manually. You can use Win32::OLE drive MSWord itself to generate a document, but I think that's an awful way to do things. Why not look at RTF::Generator which will let you create an RTF file which

RE: Microsoft Word Creation

2003-10-07 Thread Stout, Joel R
Good place to ask. Jenda and some others are great with perl and M$. One thing I've done in the past is to write HTML but save it as a *.doc. Example: Open a file and write: testtest test test Save it as test.doc. Open it in Word. It show the formatting. The user can then edit and save as a