Please HELP!

  • Thread starter Thread starter Scott
  • Start date Start date
S

Scott

I need to write a c#.net program that would convert the RTF file into
PS file to be sent to the printer. Any help is highly appreciated.

Scott.

___
Newsgroups brought to you courtesy of www.dotnetjohn.com
 
Scott said:
I need to write a c#.net program that would convert the RTF file into
PS file to be sent to the printer. Any help is highly appreciated.

RTF isn't simple. You've just been asked to write a large part of Microsoft
Word or at least WordPad plus Adobe Acrobat.

Is this for all RTF files or just for some specific set of them that you
generate? If they are restricted and you know what's in them, you have a
much easier problem. Still a big job...
 
Scott said:
I need to write a c#.net program that would convert the RTF file into
PS file to be sent to the printer. Any help is highly appreciated.

Scott.

___

Write a word macro that will open your RTF file and print it. Install a PDF
converter as a print driver. You now have the ability to convert RTF to
PDF. Shouldn't take more than about 50 lines of code.


--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top