What item exaclty do you try to export to PDF ?
Document
Cannot reproduce.
Which version of ProjeQtOr ?
Does it occur on all documents or only some ?
Does it happen only on documents with notes ?
V5.1.5
Only one type of documents, without notes, but with checklist.
Hi,
Still cannot reproduce, even with checklists.
Any specificity of the checklist ?
Could you reproduce on the demo ?
I find the Problem... it's a check list contain in choice box, symbol like ">" or "<" ...
GREAT ! :woohoo:
So, fix is to replace line 156 in /tool/dynanicDialogChecklist.php from
echo ''.$line->$check.' ';
to
echo ''.htmlEncode($line->$check).' ';
Fix will be included in next version