How to set the height of a PDF header?
问题 Does anyone know how I can set the height of a header in a pdf generated by <cfdocumentitem format="pdf:... ? I am using <cfdocumentitem type="header"> So have something like <cfdocument format="pdf" marginbottom="0" margintop="4" marginleft="0" marginright="0" pagetype="a4" unit="cm" fontembed="no"> <cfdocumentitem type="header"> This is my header.. I want to reduce the height but can't work out how. <cfdocumentitem> </cfdocument> Thanks in advance for any pointers. Jason 回答1: Use the margin