Wednesday, February 1, 2023

Re: Adding Microsoft Word Editor to Django

There are some alternatives that I can think of.


Etherpad is a web editor that has a plugin for import docx documents

If you can use php:

If you can use odf instead of doc:

This is just my 2 cents, and I have never used these before.
I hope this helps.


Thiago


Em qua., 1 de fev. de 2023 às 08:51, o1bigtenor <o1bigtenor@gmail.com> escreveu:
On Wed, Feb 1, 2023 at 2:16 AM Shittu Abdulrasheed
<rasheedshittushittu@gmail.com> wrote:
>
> Good day my co django-developers
>
> I have a project going on for my client and he want a features where users will be able to upload a word documents file and he/she will be able to edit the documents in our app just like editing in msword and save it back to our database.
> How can i acheive that?
> I have try Many WYSIWYG but it is just only displaying the html format without the sytles included eg. Ckeditor,Tinymce.
>
>
Methinks that you get to write a WYSIWYG text editor for that client.
Might be easier for the doc owner to do their editing on their own
software and then uploading the final doc.
If that needs editing - - - well then someone downloads the doc shifts
it back to a word processor file from pdf
does the editing changes back to a pdf and then uploads the now edited
file. That process is fraught with
possible gotchas - - - I can see why you might want such an
application - - - don't know of one though.

Maybe someone else has a better idea?

HTH

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPpdf592ad7Yx_8CMcaRLBBW258%3DUmyjsG5U3D6Z8htreBn3ig%40mail.gmail.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANbmKyuLycDv%2BgL5YaypnT3cvDWRdCZxi_ihP-zax7WdMC0y1A%40mail.gmail.com.

No comments:

Post a Comment