Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Footer not respecting styles #39

Open
lukasIwaszkiewicz opened this issue Sep 24, 2020 · 0 comments
Open

Footer not respecting styles #39

lukasIwaszkiewicz opened this issue Sep 24, 2020 · 0 comments

Comments

@lukasIwaszkiewicz
Copy link

lukasIwaszkiewicz commented Sep 24, 2020

I have that code to add footer.

_generatePdf.SetConvertOptions(new ConvertOptions { FooterHtml = "https://localhost:5001/footer.html", Replacements = new Dictionary<string, string> {{"ref", inspectionReportData.InspectionReference}}, });

And this is my footer

image

I was expecting footer to be in center but it seems like no style is added. Anyone can elaborate on this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant