Mandip Rai
Mandip Rai
This PR has support for page format. https://github.com/Afur/flutter_html_to_pdf/pull/81 or you can use my fork. Margin and padding does not have support.
This package does not support header/footer or paddings on html content. Instead you can Add your own Header and Footer on the html itself. apply the padding and margin to...
add this to your pubspec.yaml file ```yaml flutter_html_to_pdf: git: url: https://github.com/raister21/flutter_html_to_pdf ``` After that you can use the Updated version of this package. Which I am currently hosting through my...
Could you share your flutter doctor ?
Add this to your style tag. ```html @media print { * { -webkit-print-color-adjust: exact !important; } } ```