Hi everybody. I'm looking for a solution to make CKEditor "Word-like", I mean, I want to have an automatic page by page mode.
When the user types text, insert tables, images, ... I want CKeditor manages automatically break-pages following the good size of an A4 in portait mode. Obviously, I want the screen render to be exactly like the print render (the user must know when a page break occurs)
Is there any plugin to do that ? or is it easy according to you to create a pluging for that (i dont think so but ...?)
Thank you
Guillaume
When the user types text, insert tables, images, ... I want CKeditor manages automatically break-pages following the good size of an A4 in portait mode. Obviously, I want the screen render to be exactly like the print render (the user must know when a page break occurs)
Is there any plugin to do that ? or is it easy according to you to create a pluging for that (i dont think so but ...?)
Thank you
Guillaume
I have the problem too
Hi, Guillaume
I also have the same problem. What was your solution to this problem?
thanks!
I'm afraid this is not what a
I'm afraid this is not what a true HTML WYSIWYG editor can give you due to the sheer difference of Web vs print media. See this ticket where one of our developers explains why this cannot (and will not) be implemented: http://dev.ckeditor.com/ticket/9932#comment:1
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Hi Anna
Hi Anna
I understand and agree with that, but I am with this problem and am searching for some solution, but it is hard.
thanks for feedback
About automatic page breaks
Hi,
I am looking for a way to add automatic page breaks to CKEditor. Did anyone find a solution to it?
Please share any inputs.
Thanks
Swap
It depends what you're asking
It depends what you're asking. If you want to copy paste from Word and have a page break (print break?) for every Word page, then it's not doable. Two different technologies at work. If you want to set a specific amount of lines or characters before automatically adding a print break, then try using changeEvent somehow.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Thanks for replying. We need
Thanks for replying. We need to show as page by page layout like Word. The automatic page break must be inserted when the current page is full. Also we want to build the ability to set page size like A4,B12,A6. Once the page size is set, all the contents in the editor must be split into pages with a page break as per set page size. Please help me get started !!
Thanks a ton.