Go to TEXT EDITOR Mode in WP.
Then add this code
<!--nextpage-->
where you want to add page-break.
If you want to break the post into 5 pages then you have to add this code 5 times.
Now, go to single.php file and add this code:
wp_link_pages();
under
the_content();