<cfhtmltodpf> margin
Attempting to resolve an issue and I have reduced issue down to simplest form.
<cfhtmltopdf unit="in" marginBottom="1" marginLeft="1" marginRight="1" marginTop="1" orientation="portrait" pageType="letter">
this is a test <cfoutput>#now()#</cfoutput>
</cfhtmltopdf>
The Top Margin in 1 3/16 inch and Left margin in 1 1/16 inch. In my code the margins are 1 5/16 for top and 1 3/16 for left, but we have HTML tags and style that I am thinking I will have to tweak, but the above example should give one inch and one inch on top and left margin and it is not.
Is there anything that I can do to correct this issue? It seems like a PDF service issue to me.
CF ENT 11, update 9 on Windows Server 2012 R2 64 bit.
