I am passing html as {content: htmlString} but styling inside the outputted PDF doesn't match the passed html.
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<head>
<style>
css
</style>
</head>
<body>
content
</body>
</html>
Please let me know if anymore information is needed.