<[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
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:
> > > > >
<[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
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
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
" <[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
: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
"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
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
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
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
11 matches
Mail list logo