AW: HTML Form data into Word Document
by Dietmar Fiehn, Dr. other posts by this author
Sep 27 2004 7:12AM messages near this date
view in the new Beta List Site
domain account installed as a local admin
|
Re: HTML Form data into Word Document
> Save you word document as an html page and it will retain all
> your settings
> in word xml.
> Update the xml with your changes, then allow the user to download the
> document with a ".doc" extension.
Hi Daniel,
this was a interesting tip for me, too. I testet this and found a folder containing the imag
es in the word document, so downloading only the html-file won't work. You need to build a z
ip containing the htm and the corresponding image-folder.
Does anyone has a more 'perlish' way to replace some fields in a word-document? Maybe we can
extend this thread to other document formats usable for this problem (pdf, ps)?
Dietmar
> ----- Original Message -----
> From: <david.effa@[...].com>
> To: "perl-win32-users" <perl-win32-users@[...].com>
> Sent: Thursday, September 23, 2004 11:46 AM
> Subject: HTML Form data into Word Document
>
>
> > Hi,
> >
> > I have a Word template on a web server. I also have a HTML
> form. This
> > form has some required fields and when the users has filled all the
> > required fields and any other parts that he wishes to and
> clicks a button.
> >
> > The application needs to take the data from html form and
> insert it in
> > the Word template (at predefined locations) and then serve the Word
> > document across to the client's browser. Then the user can
> save it to
> > their hard drive and modify it later.
> >
> > Has anyone have any ideas how to do this?
> >
> > Regards,
> >
> > David
> > > _______________________________________________
> > Perl-Win32-Users mailing list
> > Perl-Win32-Users@[...].com
> > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> >
> _______________________________________________
> Perl-Win32-Users mailing list
> Perl-Win32-Users@[...].com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Dietmar Fiehn, Dr.
Daniel Preciado
Lee Goddard
|