Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
13answers
4k views

What's the best word processing component for .NET

I'm looking for a word processing component for .NET that would act like an embedded MS Word in my WinForm/WPF .NET app. The main goal being for users to be able to create rich formatted text. I ...
4
votes
12answers
700 views

What word processor do you use for technical papers?

I've been looking for some time for a word processor to use for writing technical papers and I haven't really found one. What would really be nice to have is an editor that can handle mathematical ...
3
votes
4answers
561 views

Code with syntax highlighting in a word processor

How can I get code with syntax highlighting into a word processor? It's for a manual that will have code examples which should be able to go from page to page so putting images is not an option. I'd ...
2
votes
2answers
93 views

Unassigned chars in the ascii spectrum?

Are there any unassigned, invisible, characters in the ascii spectrum that I could safely use as newline markers? The idea is to build a Java wordprocessor to edit Markdown in a wysiwyg fashion (like ...
1
vote
1answer
27 views

Refreshing the richtextbox and clearing if of the back color so it displays a new white page

I have a rtbDoc(simple word app)that you can change the back color using the colorDialog, it does not change the color back to white if you load a new doc, so the color you picked stays the same, how ...
0
votes
1answer
43 views

Error when loading a Word 97-2003 .dot to Word 2010

I'm trying to load a custom Word 97-2003 (.dot) template in Word 2010. It loads fine into a new document when double-clicking it, but when I try to add it to an existing document under Templates and ...
0
votes
0answers
70 views

Developing an online word processor [closed]

I'm creating a site for writers and having a native web-app for the users to edit and collaborate on documents is critical for the service. I realize there are a couple of very similar topics posted ...
0
votes
0answers
91 views

Paragraph styles with bullets in RTF

I am writing a file exporter for a word processor (my own WordGrinder, actually) for RTF. WordGrinder supports basic paragraph styles for text, headings, quoted text, etc. Among other things it also ...
0
votes
1answer
143 views

Word Processor in Silverlight?

Are there any free & decent word processors in Silverlight 4? Would this be feasible in Silverlight? Also, are there any free libraries for reading PDF/DOCX in Silverlight?
0
votes
1answer
76 views

Word processor Application for apple Ipad - need suggestions

I am thinking of creating an word processor application for Ipad which can have basic function like opening, editing and saving. I need suggestion from you all, about this. (Related application, any ...
0
votes
2answers
285 views

how to export data from realbasic to open office word file or comptable software

Hi I use real basic for programming and I want to export some data to a word file that can be opened with "Open Office" or any other word processing software that can work on MAC OSX, any advise ? ...
0
votes
2answers
121 views

Mac OS X: Merge from Database

I would like to have several custom fields from a (server) database merged into Word Processing documents, beyond the normal "mail merge" fields. I'm not finding anything like an API out of the box ...