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

Not able to resize the chebox size while generating the pdf #699

Open
roshan1416 opened this issue Feb 3, 2023 · 0 comments
Open

Not able to resize the chebox size while generating the pdf #699

roshan1416 opened this issue Feb 3, 2023 · 0 comments

Comments

@roshan1416
Copy link

roshan1416 commented Feb 3, 2023

I was trying to customize the checkbox height and width but after generating the pdf no custom CSS style is working in a pdf generation it gets overridden by the package's default CSS.

<head>
  <style>
   input[type='checkbox']{
    width:25px;
    height:25px;
    outline: 2px solid #c00;
   }
  </style>
</head>
<body>
  Hello Roshan <input type='checkbox' checked /> check
  <div style='border:1px solid red'><span >Test Roshan</span></div>
</body>

it looks perfectly fine on the chrome browser but while generating the pdf the non of customize style is working.

Please help me out.

checkbox issue while generating the pdf

@roshan1416 roshan1416 changed the title Note able to resize the chebox size while generating the pdf Not able to resize the chebox size while generating the pdf Feb 3, 2023
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