How to get exact pdf which is shown in print

This is my print view thing, of a job applicant

when i convert it to pdf it, changes very much

how to get the exact pdf, as shown in the print view?

1 Like

use @print media query for custom changes

@Abdeali , didn’t get what you are saying, please explain me, i don’t have much knowledge of it

In Print Format there is one custom field Custom CSS.

You can do it like :

@media print{
       h1{
           color:red;
       }
}

https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://sympli.io/blog/a-quick-guide-to-css-for-printable-webpages&ved=2ahUKEwikkNO25YyGAxVqm68BHf_7AFkQFnoECBcQAQ&usg=AOvVaw3hRMQfC2vg7M7r5fz-IPr8