Hi
I'm using coldfusion to create a html and then sending it through one of those custom tags to convert it into a pdf file. However I need to include page breaks throughout my document specifically.
I know is it is just html viewed in Internet explorer and printed, all i need to do is in sert this code into the html <head> tag
<STYLE TYPE="text/css">
P.breakhere {page-break-before: always}
</STYLE>
And in the main body, if i need a page break, I can just insert the page break activator:
<P CLASS="breakhere">
This works fine for html but may I know if there is one for pdf files?
Any help would be greatly appreciated.
Thanks.
Regards,
Daniel
I'm using coldfusion to create a html and then sending it through one of those custom tags to convert it into a pdf file. However I need to include page breaks throughout my document specifically.
I know is it is just html viewed in Internet explorer and printed, all i need to do is in sert this code into the html <head> tag
<STYLE TYPE="text/css">
P.breakhere {page-break-before: always}
</STYLE>
And in the main body, if i need a page break, I can just insert the page break activator:
<P CLASS="breakhere">
This works fine for html but may I know if there is one for pdf files?
Any help would be greatly appreciated.
Thanks.
Regards,
Daniel