Closed vartikatomaradl closed 6 years ago
We don't have a page editing mode yet, however, it is on our feature-list
.
Can you please provide an approx date for this feature to be included in froala editor?
+1, this would be immensely helpful for generating documents.
+1, We have recently bought froala and are looking for a way to add page breaks in the document.
Hi, I have a project that generates a document in the browser, just like Google Docs. This option would be great! Is this feature being considered?
Any updates on this feature?
It is on our roadmap: https://wysiwyg-editor-roadmap.froala.com/public/ideas/5916
+1, long road map, 2 and a half years :(
3 years and a couple months after and the functionality is not added.....
4 years and couple months without any updates !!
Currently im handling this by using the html.insert method of froala to insert an <img />
element that has these css classes:
-border:1px dashed #aaa;
-display:block;
-width:100%;
-height:5px;
-margin-top:15px;
-page-break-before:always;
I include the border so that the user has a visible feedback of where the page break was inserted.
Personally using the html2pdf library to convert the file to pdf, before creating the pdf im parsing the html and replacing the border color from #aaa to transparent. Works like a charm
Hope this helps someone
Expected behavior.
(Allow user to add content in multiple pages instead of a single page)
Actual behavior.
(Currently we have a single page in editor, we don't have any page break facility or any plugin)
Steps to reproduce the problem.
(Is it possible to break editor page into multiple pages like google docs. For Example: https://docs.google.com/document/d/1fLBLMkKe6pJKX1otiSTs9cwbrbSQ2snmDTbEgKZ_pzU/edit)
OS.
(Any)
Browser.
(Any)