We have a public html view that we are converting to pdf using api.
Trouble is the public html view seems to always show a zoho creator header at the top of the page. We want to remove this page. How can we tell zoho creator not to display this header but only display the contends of my html view?
Below is an image of the zoho creater header that appears on top of our html page. The orange part is the start of the html code. Everything above this is the header of zoho creator.
Can this be removed in public html views and how?
I tried adding the parameter
zc_Header=false but this did not work.