Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could we directly send html content to head/foot, not a html page? #186

Open
huangjinshe opened this issue Jul 30, 2020 · 0 comments
Open

Comments

@huangjinshe
Copy link

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>" }
@huangjinshe 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant