PDF report problem

ecavalier wrote on Thursday, September 01, 2016:

Hi,
I’m trying to genarate PDF report, and receiving message

ERROR n�4
File : C:\xampp\htdocs\openemr\library\html2pdf\parsingHTML.class.php
Line : 99

HTML code invalid, the tags are not closed in an orderly fashion.
Status :

Array
(
[0] => div
[1] => div
[2] => div
[3] => table
[4] => tr
[5] => tr
[6] => tr
[7] => tr
[8] => tr
[9] => tr
[10] => tr
[11] => tr
)

HTML : …:00

visolveemr wrote on Friday, September 02, 2016:

Hi Nerik,

It can be resolved with code customization. Are you getting this error in Patient Demographics -> Report -> Download PDF screen?

Thanks,
ViSolve OpenEMR Support Team
Visolve

gowepp wrote on Friday, September 02, 2016:

Hello Nerik,

This error was mainly due to missing of closing tags in your any of the report files, or there may be some of the unrelated styles on your reports which needs to be removed to proceed further.

Thanks,
Wepp Team