Opened 10 years ago

Closed 10 years ago

#10920 closed Task (invalid)

how to split page into 2 columns and show page number when we print it

Reported by: naveen Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6.4
Keywords: Cc:

Description

Hi,

I am new to Ck Editor, I have a requirement to split page into 2 columns by default, and it should automatically page break accorind to A4 size and show page numbers.

Kindly request you to please have a look into above requirement.

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Keywords: Split Page removed
Resolution: invalid
Status: newclosed
  1. This isn't support page nor forum so questions like that on Bug Tracket are closed automatically.
  2. What you talk about is converting HTML (Browser) to Word document (Desktop). Such things can only be done on server side. You can design your own solution or use one of available on internet:

http://stackoverflow.com/questions/1624485/how-to-convert-html-file-to-word
http://stackoverflow.com/questions/32151/best-way-to-export-html-to-word-without-having-ms-word-installed

  1. "I am new to Ck Editor, I have a requirement to split page into 2 columns by default"

Please see templates plugin - you can prepare and insert your own template whenever you want. Below can be used to create template:

<div style="width:49%;border:1px solid black; float:left;">
<p>&nbsp;</p>
</div>
<div style="width:49%;border:1px solid black; float:right;">
<p>&nbsp;</p>
</div>

Another solution but perhaps not very good one would be using two editors - one for each column

NOTE: Perhaps it would be better to upgrade to latest CKEditor 4.2.1 and drop older 3.x version

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy