looking for a good online WYSIWYG editor with RTF download capability [closed] - wysiwyg

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Does anyone know of any JavaScript/CSS scripts that offer a good WYSIWYG editor, along with the ability to download inputted information to an RTF file?
The only one I've found so far is NicEdit, but I haven't been able the figure out how to convert the formatted text (which is in HTML format) to RTF and offer it for download. I've been able to store the formatted HTML in a JavaScript variable, but don't know how to proceed from there.
Do any of you know of an open source WYSIWYG text editor that offers users the ability to download their formatted text in RTF format?

In the end I decided to go for TinyMCE. It's pretty versatile and although downloading text was not a built-in function, it was easy to set it up myself just by passing the formatted HTML text through a PHP variable once a button was pushed for download.
From there, there are various php classes that can be used to convert HTML to RTF. Just updating this in case anyone else comes up with a similar problem in the future.

Related

Delphi - filling pdf form [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Is there a free component to automaticaly fill pdf forms from Delphi ? I have pdf like this https://www.dropbox.com/s/l0t3caunxtdav2l/P3.pdf?dl=0 and I want programically check the checkboxes, fill the text fields etc
The first place I would search is to see wether Adobe Reader has automation for this, when I did I first found this: Acrobat Forms Data Format (FDF) Toolkit
If you download the Windows version, and look in the FDF Toolkit for Windows\Headers and Libraries\WIN\FdfAcX\ folder, you'll find a DLL that you can register with regsvr32.exe and then access over COM. If you use the Import Type-Library tool from Delphi, you can have it generate a COM/ActiveX wrapper, so you can use the FdfApp and FdfDoc objects.
I should look more into the documentation, but from a quick glance at FDFACX.IDL, it looks like you can use FDFNextFieldName to find out about field names, and FDFSetValue to set their value.
Not sure if it is free. Have you looked at PDFToolKit?
If you happen to, here is a snippet of code illustrating:
procedure PrintReceipt(bSaveToFile: Boolean; iInvoicesid: Integer; mDatabase: TAlpineAdoConnection; eaObject: TEAObject);
var
pdf: TgtPDFDocument;
begin
try
pdf := TgtPDFDocument.create(self);
pdf.LoadFromFile('c:\temp\mypdf.pdf');
pdf.TextOut('<font size="8">'+'Hello world'+'</font>',630,170);
pdf.SaveToFile('c:\temp\updated.pdf');
finally
pdf.free;
end;
end;

Documentation in md, pdf and html format [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm working on an opensource project on Github. I'd created some documents in Github's md format. However I want those documents available in three formats:
PDF: To be downloaded with project
HTML: To be hosted on my personal site.
Markdown (.md): For Github.
Obviously I'd not prefer to write them thrice. Is there any way I write it once anywhere (although MS Word preferred) and it could be converted to other two formats?
Consider Pandoc
I'd write in Markdown and convert to the others.
Another possibility is DITA. Its free reference implementation, the DITA Open Toolkit, lets you generate HTML and PDF out of the box, and can be customized to generate Markdown as well.
But, DITA might be a more sophisticated solution than you need, depending on your requirements for content reuse, the size of your docs, how frequently you update, whether you will be employing a technical writer to maintain and update your docs... It's a powerful solution better suited for a dedicated documentation effort than a one time ad-hoc situation.

Notepad++ Rtf Editing plugin [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed last month.
Improve this question
Is there a plug-in for Notepad++ that does rtf highlighting? To clarify, I mean when one opens an rtf file as plain text, is there a plugin that highlights rtf statements (like "{\rtf...}", "{\colortbl...}", and etc.) like it does with c++, c#, html, and etc. along with the ability to collapse blocks of rtf statements like an xml file? Thanks in advance.
Good news every-one! I found a UDL for RTF here.
Found it via this link.
[Edited 2 Aug 2016] The list of User-Defined Languages is now available at this address: https://github.com/notepad-plus-plus/userDefinedLanguages/blob/master/udl-list.md
Short answer: I don't know, and probably not.
Long answer: this is sort of a duplicate question; a related answer is yonder:
http://sourceforge.net/projects/notepad-plus/forums/forum/331753/topic/3445473
Re:
Plugin for NotePad++ for rich text?

How do I play .MDS (MIDI Stream) music files? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Several games from which I extracted some data use MIDI for the in-game music.
However, this music is stored in an .MDS file which doesn't seem to have similarities to .MID or other MIDI formats. The header says "RIFF" and "MIDSfmt".
I searched the web for some information about this file format and only found that it means "MIDI session" and is used by "Sound Imp.".
I can't find this program or any other additional information about this file format.
Do you know a converter or tool for playing the obvious MIDI data which somehow contained in these files? I'm posting this on Stack Overflow since information about how to parse it is also greatly appreciated.
Download Foobar2000 and get the component that (Foo_Midi) that JYelton suggested,and then use Foobar2000 to convert it,worked perfectly for me.
.MDS midi files are indeed another old and rare file format used for old games.(I've seen it used in some eroge games too strangely enough.)
Also Winamp can if you change the extension into .rmi
There is a program called "Finale" that can convert .mds files into .mid files and vice-versa. The downside is that you have to pay for it but it does let you edit the notes inside the files
The link to the site is below:
http://www.finalemusic.com/default.aspx

Online editor for word documents [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Can anyone recommend a really good online wysiwyg editor? I'm looking for the following features:
saving of document in a Word-compatible format (.doc, .docx, .rtf)
accurate cut/paste from Word
support of most Word features, including paragraph numbering
customizable. I need to add my own special handling for changes
Because the app will be used in a company intranet, it's not vital that it runs in all browsers.
have you tried office live or google docs?
OfficeLive
googledocs
Try Inetword
I found it is best for online Document editing, and does almost all functionality done by MS office.
You might wish to consider Native Documents (a commercial solution, new in 2018): https://www.nativedocuments.com which we have designed to be easy to embed. (Disclosure: I have an interest here)
saving of document in a Word-compatible format (.doc, .docx, .rtf)
Supports loading of doc and docx. (Not RTF yet). Save/export to docx or pdf.
support of most Word features, including paragraph numbering
High fidelity layout/rendering of Word documents is a key feature. Its good enough to be used for PDF Conversion.
customizable. I need to add my own special handling for changes
The web client is written in ReactJS, which you can customize.