You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like if we want to add Head or Foot for the page. we need to pointed the html page file address, for example :
new ObjectSettings { header.htmlUrl= "c:\head.html"};
new ObjectSettings { header.htmlUrl= "c:\foot.html"};
But could we directly use html content for instant? for example :
new ObjectSettings { HeadText = "<html><body><div>This is head</div></body</html>" }
new ObjectSettings { FootText = "<h1><html><body><div>This is foot</div></body</html></p>" }
The text was updated successfully, but these errors were encountered:
huangjinshe
changed the title
Could us directly send html content to head/foot, not a html page?
Could we directly send html content to head/foot, not a html page?
Jul 30, 2020
Looks like if we want to add Head or Foot for the page. we need to pointed the html page file address, for example :
But could we directly use html content for instant? for example :
The text was updated successfully, but these errors were encountered: