0

I am working on patient reporting system and using Dompdf to print the reports. The report consist of header and In between them for eg Test report. I am having Issue with determining the end of the content as after that I have to put a statement saying end of report. I have attached two Images hope it makes my question clear.The problem I am facing

The problem I am facing.

And the normal flow of the pdf is as follows

enter image description here

Prathamesh mhatre
  • 1,015
  • 5
  • 17
  • 32
  • 2
    Can you post some code please? – Mojo Allmighty Apr 19 '17 at 11:17
  • Share html and DOM pdf code ? – Niklesh Raut Apr 19 '17 at 11:29
  • All you need to add is "end of report"? If so just use CSS with an `:after` block that defines your end-of-report text. It's a bit more difficult if your content is more complex, but that should be simple enough. I can post some sample HTML in an answer if this is the case. – BrianS May 08 '17 at 19:59

0 Answers0