Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.
This repository was archived by the owner on Jul 8, 2026. It is now read-only.

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

Description

@roshan1416

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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