Ask a Question related to ASP.NET General, Design and Development.
-
srinivas #1
Auto letters (word ) from ASp.NET
HI All,
I am planning to use word object model for printing auto
letters for an ASP.NET application , I am not sure If its
the best way to do it .
The alternative would be use of Crystal Reports .NET and
export to word .
I want to know the best approach , I have read about some
disadv of Word object model
Is there a better alterantive
thank you
srinivas Guest
-
Some letters looked scrambled in Adobe 6.0 when created from MS Word
Hi, When I create an adobe 6.0 PDF file from MS Word 2003/2002, some of the letters looked scrambled. Is there an issue with MS Word or a printer... -
Letters printing on top of each other.
I have a problem can't find support on. The pdf file has letters appearing on top of each other. It only happens 1 time every 3 pages or so. The word... -
Capital Letters
I have a form which people use to register in a database. The form passes the input data to an asp page that then updates the database. The thing... -
outline of letters
i am trying to outline some letters, i have 2 gold script letters that i did, but now i want to outline then with a line black outline, thx in advance -
Auto Levels and Auto color stopped working right
When I have an image opened in Photoshop 7 and I hit either Auto Levels or Auto color, the image always brightens now to an unattractive looking... -
John Timney \(Microsoft MVP\) #2
Re: Auto letters (word ) from ASp.NET
Its not the object model thats the problem with word, its running it server
side in the context of the web account. Its also a pain as it pops messages
all the time with no one to answer them and gets itself tied up. A better
approach is usually to produce RTF docs, or simply HTML files with a .DOC
extension (that works I think) and stream them to the browser.
--
Regards
John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
----------------------------------------------
"srinivas" <sri120575@yahoo.com> wrote in message
news:096901c33f10$d901b420$a301280a@phx.gbl...> HI All,
>
> I am planning to use word object model for printing auto
> letters for an ASP.NET application , I am not sure If its
> the best way to do it .
> The alternative would be use of Crystal Reports .NET and
> export to word .
>
> I want to know the best approach , I have read about some
> disadv of Word object model
> Is there a better alterantive
>
> thank you
John Timney \(Microsoft MVP\) Guest
-
srinivas #3
Re: Auto letters (word ) from ASp.NET
Thank you very much for your time
srinivasthat you'll likely>-----Original Message-----
>Crystal Reports should be able to handle the job.
>Of course there are some associated deployment issuesa complex product>have to deal with as a trade off. And Crystal Reports isfamiliar with it.>with a lot of ins and outs to learn if you're not alreadywould be a good>If this is a some major internal app then Crystal Reportsmany servers then>candidate. If it is a small app or has to be deployed toits>Crystal Reports may be more trouble than its worth IMHO.
>
>--
>I hope this helps,
>Steve C. Orr, MCSD
>[url]http://Steve.Orr.net[/url]
>
>
>"srinivas" <sri120575@yahoo.com> wrote in message
>news:04d801c33f4c$1d9e64d0$a101280a@phx.gbl...>> What about using Crystal Reports.NET
>>
>> thanks>> >-----Original Message-----
>> >Its not the object model thats the problem with word,pain>> running it server>> >side in the context of the web account. Its also aauto>> as it pops messages>> tied up. A better>> >all the time with no one to answer them and gets itself>> files with a .DOC>> >approach is usually to produce RTF docs, or simply HTML>> browser.>> >extension (that works I think) and stream them to the>> >
>> >--
>> >Regards
>> >
>> >John Timney (Microsoft ASP.NET MVP)
>> >----------------------------------------------
>> ><shameless_author_plug>
>> >Professional .NET for Java Developers with C#
>> > ISBN:1-861007-91-4
>> >Professional Windows Forms
>> > ISBN: 1861005547
>> >Professional JSP 2nd Edition
>> > ISBN: 1861004958
>> >Professional JSP
>> > ISBN: 1861003625
>> >Beginning JSP Web Development
>> > ISBN: 1861002092
>> ></shameless_author_plug>
>> >----------------------------------------------
>> >
>> >"srinivas" <sri120575@yahoo.com> wrote in message
>> >news:096901c33f10$d901b420$a301280a@phx.gbl...
>> >> HI All,
>> >>
>> >> I am planning to use word object model for printingand>> its>> >> letters for an ASP.NET application , I am not sure If>> >> the best way to do it .
>> >> The alternative would be use of Crystal Reports .NET>>> some>> >> export to word .
>> >>
>> >> I want to know the best approach , I have read about>> >> disadv of Word object model
>> >> Is there a better alterantive
>> >>
>> >> thank you
>> >
>> >
>> >.
>> >
>
>.
>srinivas Guest



Reply With Quote

