Skip to content

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

@huangjinshe

Description

@huangjinshe

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>" }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions