My team working in a project using asp.net mvc3(c#). Based on the project requirement,we need to implement page break like Microsoft Word. I need to save the pagebreak and the page size may be a4, letter, legal, etc.
Is it possible to control the page size of the content in the ckeditor and insert page breaks shown inside the editor when it crosses a certain height or size, the same way it works in MS Word>
Is there is any alternative solution?
Alternative solution I found after searching the google for solving pagebreak by using RichTextBoxSilverlight
some of the features
RichTextBox fully supports paging and printing. You can edit
documents in either Print Layout or Draft view; much like Microsoft
Word. Print Layout supports continuous page flow when scrolling and
even supports facing multiple pages horizontally.
RichTextBox supports importing and exporting RTF, Html, and plain
text. Load existing rich text or Html into the C1RichTextBox control,
edit the document, and then export it back to RTF or Html.
Edit and format text containing multiple fonts, decorations, colors,
tables, images, lists, and more.
RichTextBoxToolbar includes the following commands: Paste, Cut, Copy,
Undo, Redo, Font Family, Font Size, Grow Font, Shrink Font, Bold,
Italic, Underline, Change Case, Subscript, Superscript, Text Color,
Text Highlight Color, Align Left, Align Center, Align Right, Justify,
Bullets, Numbering, Text Wrapping, Border Thickness, Border Color,
Paragraph Color, Margin, Padding, Insert Image, Insert Symbol, Insert
Hyperlink, Remove Hyperlink, Find and Replace, Spell Check, and
additional commands for inserting/editing Tables.
RichTextBox for inserting and editing images. Users can easily upload
images from their computer to the editor or point to an image’s url
on the web. Users can also select, resize and drag images on the document surface.
RichTextBox supports page zooming in both print layout and draft
views.
RichTextBox content can be exported to PDF format.
Edit data in the RichTextBox with confidence. You now have the
ability to easily undo and redo your changes with the click of a
button.