Ask a Question related to ASP Database, Design and Development.
-
Surajit #1
ASP to MS-Word
Hi,
I am sending the output of an ASP page in Word format
(using Response.ContentType).
Everything is all right, the out pus is in doc format, the
user can save it etc.
But the problem is,
1)I want some header/footer text for this document.
2) I also want table headers to be repeated in each pag
(while viewing it in Print Layout).
How could I do that?
Any help...
--surajIT
Surajit Guest
-
Getting Word Count from MS Word files
I would like to get the word count of MS Word files. I found a CFX tag on the exchange: CFX_FileSummary, but the download page is a dead link, as... -
Preventing MS Word Footers being used in word to pdf conversion
Is it possible to stop Adobe PDF 6.0 pro from importing the page headers and/or footers on a batch of Word documents when converting the docuements... -
pdf to ms word ?
Hi , Is there any modules to convert pdf documents to MS word documents? I din't find any in search.cpan.org. Thanks, Abhijit -
Editing Word documents in Perl (Openoffice Writer or MS Word)
Hello, I want to read and edit openoffice / staroffice writer documents. Does anyone know of any modules for that? Ideally, I would've liked a... -
"Word too long" ? And exactly WHAT word might that be? Curious
I have a script that runs fine, but on invocation in csh or bash or tcsh or ksh, the script reports: Word too long before a single line is... -
William Tasso #2
Re: ASP to MS-Word
Surajit wrote:
You can use ADODB.Stream and response.binarywrite to include other files in> Hi,
>
> I am sending the output of an ASP page in Word format
> (using Response.ContentType).
>
> Everything is all right, the out pus is in doc format, the
> user can save it etc.
>
> But the problem is,
>
> 1)I want some header/footer text for this document.
your page.
<thead> but I think UA support is poor.> 2) I also want table headers to be repeated in each pag
> (while viewing it in Print Layout).
--
William Tasso - [url]http://WilliamTasso.com[/url]
William Tasso Guest
-
el.c. - myLittleTools.net #3
Re: ASP to MS-Word
> But the problem is,
myLittleWriter allows you to do that but it generates RTF files and not>
> 1)I want some header/footer text for this document.
>
> 2) I also want table headers to be repeated in each pag
> (while viewing it in Print Layout).
>
> How could I do that?
real DOC files.
You can have more info on [url]http://www.mylittletools.net/mlw[/url]
Best regards
el.c. - myLittleTools.net Guest
-
Surajit Laha #4
Re: ASP to MS-Word
Hi,
Sorry but I dont get, how can I BinaryWrite the whole
stream.
There is no file in the filesystem, I am creating the file
on the fly.
regards,
surajIT
Surajit Laha Guest
-
William Tasso #5
Re: ASP to MS-Word
Surajit Laha wrote:
didn't see that - sorry. I have no experience of using MS-Office on a web> ...
> There is no file in the filesystem, I am creating the file
> on the fly.
server but AIUI MS-Word has the concept of headings etc. you can almost
certainly create such things right there in your stream.
alt: there is always iframe I suppose.
--
William Tasso - [url]http://WilliamTasso.com[/url]
William Tasso Guest
-
-
Tom Kaminski [MVP] #7
Re: ASP to MS-Word
"Surajit Laha" <anonymous@discussions.microsoft.com> wrote in message
news:078c01c39923$02cf21e0$a301280a@phx.gbl...[url]http://support.microsoft.com/?kbid=257757[/url]> Hi,
> Any more help please!
--
Tom Kaminski IIS MVP
[url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for running IIS
[url]http://mvp.support.microsoft.com/[/url]
[url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]
Tom Kaminski [MVP] Guest



Reply With Quote

