Online editor for word documents [closed] - ms-word

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.

Related

What online tool do you use to automate translation of .arb 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 2 years ago.
Improve this question
Do you know any good tools to support the translation of .arb files?
It's a standard for Flutter and since Google Translator Toolkit will be sunset soon (https://support.google.com/translatortoolkit/answer/9462068) we're searching for a good solution to translate/gather our translations
Edit (June 2020): There's great new open source project called Arbify. This is a self-hosted tool to manage multiple translation projects focused on Flutter. You can edit arb files and fetch them via Dart package tool.
Aside from that some services like POEditor have announced basic support for ARB too.
At the moment the best support for arb files is on Localizely. However, this is a paid service and has strict limits on a free version. It allows to export arb translation files with plurals and placeholder support. It doesn't support genders, though.
There is also one simple web editor and one desktop editor (Babel) that support arb files.
Crowdin supports .arb:
https://support.crowdin.com/supported-formats/
It is also able to pull the data from a Git repo and send Pull Requests on GitHub.
However, when I used it in 2018 there was a problem of ##last_modified attribute being updated without any other changes to the translation files, causing lots of churn in PRs. By that time, they were reluctant to improve the situation (based on email conversation with their support), so we resorted to manual edits.
https://localise.biz/ allows 2000 translations. Which I assume are 1000 strings in 2 languages or ~666 strings in 3 languages and so on. Which is more than https://localizely.com/ 150 strings

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.

looking for a good online WYSIWYG editor with RTF download capability [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
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.

Localize iOS Automatically [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 2 years ago.
Improve this question
I'm wondering if someone has a script out there that can take my Localizable.strings (english version) and using some free service like Google Translate automatically translate it any other language I specify. It would obviously have to be in the correct format. I could probably write this in a jiffy and post it on Github, but I'm wondering if something to this effect already exists?
Edit: Maybe I should clarify something for everyone who's been so pessimistic towards this. The only real text my app uses include single words like "close", "ok", "send", "left", "right". Google translate shouldn't have a problem with any of that irrespective of the language its translating to.
If there were such a script, you would be better off not localizing rather than localizing using something like google translate.
However, there are some good, inexpensive translation services out there. I personally use OneHourTranslation and have been satisfied with the results. I've also heard of, but never used, iCanLocalize, which has a streamlined localization process that allows you to upload the .strings file directly and download localized .strings files.
I had my last iPhone app localized in 5 languages for $65 USD, which is ridiculously cheap. Why wouldn't you just use a translation service?
I wrote one a few months ago.
https://github.com/jkubicek/AutoLocalize
With recent changes to Google's translation services policy, its likely that it won't work anymore, but it shoudn't be too difficult to convert it to use Bing instead of google.

Document Generator for library iphone [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
I have created one library, and now I want to have its documentation, so Is there any document generator available? If yes, What I have to keep in mind while generating documents.
http://www.doxygen.nl/
Doxygen is probably the most widely used option. Because it's not just for ObjC (doxygen supports many other languages), the development is lively and the community quite strong. HeaderDoc (now an open source project), by comparison appears to have largely stagnated. HeaderDoc only produces HTML output, while doxygen also produces PDF, LaTeX and many other output forms besides HTML. Even seems to recommend doxygen, with this guide to automatically producing documentation sets, compatible with 's help viewer, from within your build process.
It's worth noting that doxygen can read HeaderDoc-style comments, so you can write your documentation in HeaderDoc style and decide later whether to produce the final output using doxygen or HeaderDoc.